chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] numeric-macros: -- increments instead of decrementin


From: Kon Lovett
Subject: Re: [Chicken-users] numeric-macros: -- increments instead of decrementing
Date: Fri, 2 Dec 2011 10:19:32 -0800

On Dec 2, 2011, at 7:31 AM, Markus Klotzbuecher wrote:

> Hi All,
> 
> I just noticed the following:
> 
> #;1> (use numeric-macros)
> ; loading /var/lib//chicken/6/numeric-macros.import.so ...
> ; loading /var/lib//chicken/6/numeric-macros.so ...
> #;2> (++ 3)
> 4
> #;3> (-- 3)
> 4
> #;4> 
> 
> This doesn't seem right :-)

& isn't. Of course the tests pass - all '-' were copies of '+'. Fixed in 1.3.1 
which is available now.

Much egg on face.

> 
> Best regards
> Markus
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users




reply via email to

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