Re: [comp.lang.scheme] Widespread bug in handling (call/cc (lambda (c) (0 (c 1)))) => 1

2002-05-11 Thread Marius Vollmer
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > This bug exists in Guile 1.4. Thanks, I have recorded this as bug 'eager-funpos-checking'. ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

[comp.lang.scheme] Widespread bug in handling (call/cc (lambda (c) (0 (c 1)))) => 1

2002-05-11 Thread Thomas Bushnell, BSG
This bug exists in Guile 1.4. --- Begin Message --- The expression (call/cc (lambda (c) (0 (c 1 is a legal expression according to r5rs, whose semantics are that 1 gets returned when it is passed to the escape procedure c during the evaluation of the positions of the combination (0 (c 1))

Re: Fix for 1001-local-eval-error-backtrace-segfaults - please review

2002-05-11 Thread Neil Jerram
> "Marius" == Marius Vollmer <[EMAIL PROTECTED]> writes: Marius> Neil Jerram <[EMAIL PROTECTED]> writes: >> OK. Any thoughts on whether this is worth putting into the stable >> branch as well? I assume it's Rob's decision... Marius> If I understand the issue right (which I