guile-devel
[Top][All Lists]
Advanced

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

Re: guile-config broken?


From: Mikael Djurfeldt
Subject: Re: guile-config broken?
Date: 05 Mar 2001 21:16:13 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Martin Grabmueller <address@hidden> writes:

> >  % guile-config link
> >  ERROR: In procedure let*:
> >  ERROR: duplicate bindings
> >  %
> > 
> > Any hints?
> 
> Recently, a bug in let/letrec/let* was fixed which allowed duplicate
> bindings with the same name in one let-form.
> 
> guile-config is now fixed in CVS.

It's completely OK to have duplicate bindings in a let* since a let*
is seminatically equivalent to a nested let form.  The bug was in the
let* macro and has been fixed now.

However, there's no reason to change back guile-config.

Mikael



reply via email to

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