Re: gEDA now supports Guile 2.0! (And an issue).

2012-01-08 Thread Andy Wingo
Hi Peter, Sorry for the terrible delay here. On Sat 04 Jun 2011 02:26, Peter TB Brett writes: > I just finished porting gEDA (http://www.gpleda.org/) to Guile 2.0! Yay! > In Guile 1.8.x, scm_display_error() takes a stack as the first > argument. In Guile 2.0.x, scm_display_error() takes a fr

Re: gEDA now supports Guile 2.0! (And an issue).

2011-06-04 Thread Neil Jerram
Peter TB Brett writes: > Can anyone suggest a sensible way to support both? I haven't been able > to figure out a good feature test... at the moment I've had to resort to > passing #f. :-( How about executing a fragment of Guile code that calls display-error, and seeing if it throws an exception

Re: gEDA now supports Guile 2.0! (And an issue).

2011-06-03 Thread nalaginrut
> Hi folks, > > I just finished porting gEDA (http://www.gpleda.org/) to Guile 2.0! > > I encountered one problem, though. > > In Guile 1.8.x, scm_display_error() takes a stack as the first > argument. In Guile 2.0.x, scm_display_error() takes a frame as the > first argument. > > Can anyone su

gEDA now supports Guile 2.0! (And an issue).

2011-06-03 Thread Peter TB Brett
Hi folks, I just finished porting gEDA (http://www.gpleda.org/) to Guile 2.0! I encountered one problem, though. In Guile 1.8.x, scm_display_error() takes a stack as the first argument. In Guile 2.0.x, scm_display_error() takes a frame as the first argument. Can anyone suggest a sensible way t