Summary

numeric-macros contains an error in decrement operator

Metadata

Description

This has been reported by Markus Klotzbuecher on chicken-users

 #;1> (use numeric-acros)                                                                                              
 ; loading /var/lib//chicken/6/numeric-macros.import.so ...
 ; loading /var/lib//chicken/6/numeric-macros.so ...
 #;2> (++ 3)                                                                                                            
 4
 #;3> (-- 3)                                                                                                            
 4
 #;4>

Changes and comments

[2011-12-02 17:19:13 UTC] kon changed status from new to closed

[2011-12-02 17:19:13 UTC] kon set resolution to fixed

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted