Re: [Chicken-hackers] Symbols and immutability

2008-04-14 Thread felix winkelmann
On Sun, Apr 13, 2008 at 3:43 PM, Peter Bex [EMAIL PROTECTED] wrote: Hi all, According to Elf the main Chicken hackers (Felix and Kon) do not read the janitors list and few others do. I just submitted a ticket for a nasty bug, #433 http://trac.callcc.org/ticket/433 What are your

Re: [Chicken-hackers] Symbols and immutability

2008-04-14 Thread Peter Bex
On Mon, Apr 14, 2008 at 10:21:40AM +0200, felix winkelmann wrote: On Sun, Apr 13, 2008 at 3:43 PM, Peter Bex [EMAIL PROTECTED] wrote: Hi all, According to Elf the main Chicken hackers (Felix and Kon) do not read the janitors list and few others do. I just submitted a ticket for a

Re: [Chicken-hackers] Symbols and immutability

2008-04-14 Thread felix winkelmann
On Mon, Apr 14, 2008 at 10:38 AM, Peter Bex [EMAIL PROTECTED] wrote: When using -string on a symbol and calling a destructive string procedure on the result, you mutate the original symbol everywhere it's used. After that, the mutated symbol is not eq? to the same symbol when made

Re: [Chicken-hackers] Symbols and immutability

2008-04-14 Thread Ivan Raikov
Hello, I have changed the symbol-string procedure to copy the string associated with its argument. There should be a new development snapshot available tomorrow, or you can check it out from SVN. -Ivan Peter Bex [EMAIL PROTECTED] writes: Hi all, According to Elf the main Chicken