unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#11988: eval-case redefinition?
@ 2012-07-19 13:22 Daniel Llorens
  2012-10-06 21:24 ` Ludovic Courtès
  2013-03-05 16:15 ` Andy Wingo
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Llorens @ 2012-07-19 13:22 UTC (permalink / raw)
  To: 11988


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






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-21  5:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-19 13:22 bug#11988: eval-case redefinition? Daniel Llorens
2012-10-06 21:24 ` Ludovic Courtès
2014-01-21  5:26   ` Mark H Weaver
2013-03-05 16:15 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).