Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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 Mark Evenson)

(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 4 years ago by Mark Evenson

Keywords: ansi loop added
Milestone: 1.7.2
Priority: majorminor
Version: 1.7.1-dev1.7.2-dev

comment:2 Changed 4 years ago by Mark Evenson

Description: modified (diff)

comment:3 Changed 4 years ago by Mark Evenson

Description: modified (diff)

comment:4 Changed 4 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

comment:5 Changed 4 years ago by Mark Evenson

Milestone: 1.7.21.8.0

Milestone renamed

Note: See TracTickets for help on using tickets.