Hi Peter,

Sorry for the terrible delay here.

On Sat 04 Jun 2011 02:26, Peter TB Brett <pe...@peter-b.co.uk> 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 frame as the
> first argument.

I have re-added support for passing a stack as the first argument.  It
will produce a deprecation warning at runtime though.

> 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. :-(

You could manually check the (effective-version)... not so nice, but oh
well.

Andy
-- 
http://wingolog.org/

Reply via email to