chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Problem in call/values in 2.41 for compiled code


From: Alejandro Forero Cuervo
Subject: [Chicken-users] Problem in call/values in 2.41 for compiled code
Date: Mon, 31 Jul 2006 20:05:38 -0500
User-agent: Mutt/1.5.9i

I think I've stumbled on a bug in Chicken 2.41.  When compiled,

  (call-with-values
    (lambda () (values #f 'foo))
    (lambda (a . rest) rest))

evaluates to the empty list (instead of the expected "(foo)" that it
correctly evaluates to when interpreted or when compiled with 2.3).

This affects the SRFI-40 implementation for stream-filter (that's how
I came across the bug).

Alejo.
http://azul.freaks-unidos.net/




reply via email to

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