guile-user
[Top][All Lists]
Advanced

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

Re: Errors using Guile 2.0 vs. Guile 1.8


From: Mark H Weaver
Subject: Re: Errors using Guile 2.0 vs. Guile 1.8
Date: Sun, 29 Jan 2012 17:57:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Replying to myself...

> The relevant difference is that in Guile 1.8, (define foo ...) returns
> #<unspecified>, but in Guile 2 it returns the 'variable' object for
> 'foo'.

I actually think that this qualifies as a bug in Guile, so please don't
depend on this behavior.  Ideally, (define foo ...) should always return
#<unspecified>, and I hope we can fix that in 2.0.4.

    Thanks,
      Mark



reply via email to

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