unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* association list bug? -- version 1.6.4
@ 2005-11-15  2:00 Jon Wilson
  2005-11-15  5:01 ` Tomas Zerolo
  0 siblings, 1 reply; 8+ messages in thread
From: Jon Wilson @ 2005-11-15  2:00 UTC (permalink / raw)


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


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-11-17 16:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-15  2:00 association list bug? -- version 1.6.4 Jon Wilson
2005-11-15  5:01 ` Tomas Zerolo
2005-11-15 16:49   ` Jon Wilson
2005-11-15 17:21     ` Ludovic Courtès
2005-11-15 19:11       ` Jon Wilson
2005-11-15 21:41         ` Kevin Ryde
2005-11-16  0:00           ` Jon Wilson
2005-11-17 16:10         ` Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).