Summary
numeric-macros contains an error in decrement operator
Metadata
- Id: 285394645c5f3cd37a10c8fc1e80c25805503e56
- Trac id: 735
- Type: defect
- Reporter: ckeen
- Owner: kon
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-12-02 16:39:46 UTC
- Keywords: moremacros, numeric-macros,--
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