guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andy Wingo
Subject: Re: gEDA now supports Guile 2.0! (And an issue).
Date: Sun, 08 Jan 2012 16:38:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Hi Peter,

Sorry for the terrible delay here.

On Sat 04 Jun 2011 02:26, Peter TB Brett <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]