#776: Segfault occurs with empty `case' clause and splat argument `when' clause.
----------------------------------+-----------------------------------------
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker | Milestone:
Component: MacRuby | Keywords:
----------------------------------+-----------------------------------------
Comment(by eloy.de.en...@…):
These work:
{{{
% macruby -e "case; when true; end"
% macruby -e "case true; when *true; end"
}}}
This one fails:
{{{
% macruby -e "case; when *true; end"
zsh: segmentation fault macruby -e "case; when *true; end"
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/776#comment:1>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel