chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] still parameterize bug


From: Felix
Subject: Re: [Chicken-users] still parameterize bug
Date: Mon, 13 Jun 2011 17:10:09 +0200 (CEST)

From: Joo ChurlSoo <address@hidden>
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



reply via email to

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