#471 closed defect (fixed)
LOOP destructures non-conformingly
| Reported by: | Mark Evenson | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.0 |
| Component: | other | Version: | 1.7.2-dev |
| Keywords: | ansi loop | Cc: | |
| Parent Tickets: |
Description (last modified by )
(loop with (a b) = '(1) do (return (list a b)))
This form should return
(1 nil)
as per http://www.lispworks.com/documentation/HyperSpec/Body/06_aag.htm
Problem reported by Steve Losh.
c.f. <https://gitlab.com/embeddable-common-lisp/ecl/-/issues/605>
Change History (5)
comment:1 Changed 5 years ago by
| Keywords: | ansi loop added |
|---|---|
| Milestone: | → 1.7.2 |
| Priority: | major → minor |
| Version: | 1.7.1-dev → 1.7.2-dev |
comment:2 Changed 5 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 5 years ago by
| Description: | modified (diff) |
|---|
comment:4 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed with <https://abcl.org/trac/changeset/15377>