Opened 9 years ago
Last modified 21 months ago
#395 new defect
Reader mistakenly accepts multiply dotted forms such as (2 . 5 . x)
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.2 |
Component: | interpreter | Version: | 1.4.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description (last modified by )
In <http://article.gmane.org/gmane.lisp.armedbear.devel/3454> Alejandro Zamora Fonseca notes:
CL-USER> '(2 . 5) (2 . 5) CL-USER> '(2 . 5 . 5) (2 . 5) CL-USER> (equal '(2 . 5) '(2 . 5 . 5)) T while other implementations give me an error when i type '(2 . 5 . 5) it's a bug or ANSI CL allows this?
According to Pascal J. Bourguignon's reading of the CLHS <http://article.gmane.org/gmane.lisp.armedbear.devel/3455>, ABCL should signal a READER-ERROR (or possibly an ERROR) to return to ANSI conformance.
Change History (11)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Milestone: | 1.4.0 → 1.5.0 |
---|
comment:6 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:11 Changed 21 months ago by
Milestone: | 1.8.1 → 1.9.2 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed