[iterate-devel] "collect at beginning" ignores specified sequence type
Ilya Perminov
iperminov at dwavesys.com
Fri Nov 21 22:37:10 UTC 2008
Hi,
If both AT BEGINNING and RESULT-TYPE are specified, RESULT-TYPE is ignored.
Example:
(iter (for i below 2) (collect i at beginning result-type vector))
returns (1 0).
A patch to fix this bug is attached.
Best regards,
Ilya
-------------- next part --------------
A non-text attachment was scrubbed...
Name: collect-at-beginning-result-type-patch
Type: application/octet-stream
Size: 779 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/iterate-devel/attachments/20081121/33ca6e7d/attachment.obj>
More information about the iterate-devel
mailing list