[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
association list bug? -- version 1.6.4
From: |
Jon Wilson |
Subject: |
association list bug? -- version 1.6.4 |
Date: |
Mon, 14 Nov 2005 20:00:13 -0600 |
User-agent: |
Mozilla Thunderbird 1.0.2 (X11/20050324) |
Hi y'all,
The following doesn't seem correct.
We have an association list defined such that:
(assoc '+ forms)
=>
(+ . "+")
But,
(assoc-ref '+ forms)
=>
#f
However, if we look at how assoc-ref is supposed to be defined
according to the guile manual
("http://www.gnu.org/software/guile/docs/guile-ref/Retrieving-Alist-Entries.html#Retrieving%20Alist%20Entries";),
we have
(let ((ent (assoc '+ forms)))
(and ent (cdr ent)))
=>
"+"
Is this a known bug with 1.6.4 and I just need to get off my duff and
upgrade?
What more information could I provide that might help diagnose this?
Regards,
Jon
- association list bug? -- version 1.6.4,
Jon Wilson <=
- Re: association list bug? -- version 1.6.4, Tomas Zerolo, 2005/11/15
- Re: association list bug? -- version 1.6.4, Jon Wilson, 2005/11/15
- Re: association list bug? -- version 1.6.4, Ludovic Courtès, 2005/11/15
- Re: association list bug? -- version 1.6.4, Jon Wilson, 2005/11/15
- Re: association list bug? -- version 1.6.4, Kevin Ryde, 2005/11/15
- Re: association list bug? -- version 1.6.4, Jon Wilson, 2005/11/15
- Re: association list bug? -- version 1.6.4, Thien-Thi Nguyen, 2005/11/17