[parenscript-devel] CASE is still broken with RETURN

11 Jan
2011
11 Jan
'11
3:40 p.m.
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.

17 Jan
17 Jan
10:25 p.m.
Just pushed a fix for this. Vladimir 2011/1/11 Daniel Gackle <danielgackle@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@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
5382
Age (days ago)
5389
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Gackle
-
Vladimir Sedach