[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] similar letrec issue
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-hackers] similar letrec issue |
Date: |
Fri, 24 Jul 2009 17:46:37 -0500 |
Hello Thomas,
FYI, r5rs_pitfalls.scm is one of the tests provided with Chicken in
the tests/ subdirectory. You can run all the tests with `sh
runtests.sh`. 1.1 and 1.2 will fail and 1.3 will succeed, as you
have demonstrated.
On Tue, Jul 21, 2009 at 2:28 AM, Thomas Bushnell BSG<address@hidden> wrote:
> This is likely the same bug in a different test case (also from
> http://sisc-scheme.org/r5rs_pitfall.scm):