#25: Variable scoping issues ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: component1 | Version: Keywords: | ------------------------+--------------------------------------------------- Alex Mizhari writes:
compiler and lexical/special variables -- last time i've checked even relatively simple stuff like:
(loop for i from 1 to 10 collecting (let ((i i)) (lambda () i)))
did not work well. and that's quite idiomatic thing..
#25: Variable scoping issues -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: other | Version: Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by ehuelsmann):
* status: new => closed * resolution: => fixed
Comment:
The given code seems to work in trunk today; closing the ticket.
armedbear-ticket@common-lisp.net