chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] several bugs.


From: felix winkelmann
Subject: Re: [Chicken-janitors] several bugs.
Date: Thu, 25 Oct 2007 08:38:46 +0200

On 10/25/07, Elf <address@hidden> wrote:
>
> the problem with proplists is that a condition is signaled if theres no put!
> before a get.  at line 4619 in library.scm
>     (let loop ((plist (##sys#slot sym 2)))
> which doesnt consider the case of no slot existing yet, i think.  i need to 
> look
> into it a bit more because proplists are new and im not familiar with how
> symbols have changed recently.
>

The default value for slot #2 of a symbol is '(). This should work.


cheers,
felix




reply via email to

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