Properly destructure WITH in LOOP.
commit076c688433f58792d464a2740a3b4467f3e64e00
authorStas Boukarev <stassats@gmail.com>
Wed, 10 Dec 2014 18:24:20 +0000 (10 21:24 +0300)
committerStas Boukarev <stassats@gmail.com>
Wed, 10 Dec 2014 18:24:20 +0000 (10 21:24 +0300)
tree224a85cce12397f1f81582680d4a5804b56c61fb
parent58576c26524fc51b847b4cced9a1687606565bde
Properly destructure WITH in LOOP.

When transforming LOOP destructuring into DESTRUCTURING-BIND each
sublist should start with &optional.

Reported by Robert Strandh.
NEWS
src/code/loop.lisp
tests/loop.pure.lisp