From: Joo ChurlSoo <[email protected]> Subject: [Chicken-users] still parameterize bug Date: Mon, 13 Jun 2011 21:25:33 +0900
> > (c)2000-2007 Felix L. Winkelmann > Version 4.7.0 > windows-mingw32-x86 [ manyargs dload ptables ] > compiled 2011-06-10 on INITERM (MinGW) > > #;1> (define p (make-parameter 10 number->string)) > #;2> (p) > "10" > #;3> (parameterize ((p 100)) (p)) > > Error: (number->string) bad argument type: "10" Yes, sorry, the bug is still open. Fixing this is non-trivial, and since there were already many other things in the queue and because I have no clear idea how to fix this in a not too ugly manner, I postponed this bug to a later release. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
