[parenscript-devel] CASE is still broken with RETURN
Vladimir Sedach
vsedach at gmail.com
Tue Jan 18 04:25:38 UTC 2011
Just pushed a fix for this.
Vladimir
2011/1/11 Daniel Gackle <danielgackle at gmail.com>:
> This generates an incorrect fall-through when A is "a" and FOO returns NIL:
> (defun blah (a)
> (case a
> ("a" (when (foo) (return-from blah 111)))
> ("b" t)))
> Note that if you replace WHEN with IF, it works.
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
>
More information about the parenscript-devel
mailing list