Issue Type: Bug Bug
Affects Versions: JRuby 1.7.4
Assignee: Unassigned
Components: Java Integration
Created: 26/Aug/13 4:39 AM
Description:

SomeJavaObject.addListener do |event|
return if wrong event
do_something_useful_with event
end
this code now returns not from this block only, but from whole method, containing this block.
I want to know is it bug or feature. It used to be lambdas before 1.7.4
Should I rewrite all my code adding explicit lambdas, or you will fix it back to lambdas?

Environment: win 7 32. java hotspot 1.7.0.25
Project: JRuby
Priority: Major Major
Reporter: Gunchin Alexey
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to