emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#11988: closed (eval-case redefinition?)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11988: closed (eval-case redefinition?)
Date: Tue, 21 Jan 2014 05:30:03 +0000

Your message dated Tue, 21 Jan 2014 00:26:54 -0500
with message-id <address@hidden>
and subject line Re: bug#11988: eval-case redefinition?
has caused the debbugs.gnu.org bug report #11988,
regarding eval-case redefinition?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11988: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11988
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: eval-case redefinition? Date: Thu, 19 Jul 2012 15:22:44 +0200
This looks like a bug (v2.0.6).

I was cleaning up an old script which goes like this:

(define (eval-case ...)
  ...
  val)

(define var (eval-case ...))

This worked from the REPL, but when loading the file with (load "script"), var 
was always #<unspecified>. It turns out that (my) eval-case is never executed 
in this case.

So I look around to find that eval-case is something that has been replaced by 
eval-when and is now deprecated.

But no matter what eval-case is, it is bad that the redefinition is being 
ignored silently.

Regards,

        Daniel




--- End Message ---
--- Begin Message --- Subject: Re: bug#11988: eval-case redefinition? Date: Tue, 21 Jan 2014 00:26:54 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
address@hidden (Ludovic Courtès) writes:

> Daniel Llorens <address@hidden> skribis:
>
>> I was cleaning up an old script which goes like this:
>>
>> (define (eval-case ...)  ...  val)
>>
>> (define var (eval-case ...))
>>
>> This worked from the REPL, but when loading the file with (load
>> "script"), var was always #<unspecified>. It turns out that (my)
>> eval-case is never executed in this case.
>
> It turns out that ‘eval-case’ is a macro, and it gets macro-expanded in
> the RHS of ‘define var’ above.

This bug is now fixed on the stable-2.0 branch.

  
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=8de355d08e25a877326489c4b0eb09d313c548dc

I'm closing the bug now.  Feel free to reopen if you think there's still
a problem.

    Thanks!
      Mark


--- End Message ---

reply via email to

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