Kernel's lambda and proc should allow long returns to flow through them -----------------------------------------------------------------------
Key: JRUBY-4337 URL: http://jira.codehaus.org/browse/JRUBY-4337 Project: JRuby Issue Type: Bug Components: Core Classes/Modules, RubySpec Affects Versions: JRuby 1.4 Reporter: Vladimir Sizikov Two new rubyspec failures: {noformat} #>jruby -S mspec ci core/kernel/lambda_spec.rb core/kernel/proc_spec.rb jruby 1.5.0.dev (ruby 1.8.7 patchlevel 174) (2009-12-09 9fa8a3c) (Java HotSpot(TM) Client VM 1.6.0_03) [i386-java] ....F.....F. 1) Kernel.lambda allows long returns to flow through it FAILED Expected :bad to equal :good /opt/work/rubyspec.git/core/kernel/shared/lambda.rb:24 /opt/work/rubyspec.git/core/kernel/lambda_spec.rb:7 /opt/work/rubyspec.git/core/kernel/lambda_spec.rb:55:in `load' /opt/work/mspec.git/bin/mspec-ci:8 2) Kernel.proc allows long returns to flow through it FAILED Expected :bad to equal :good /opt/work/rubyspec.git/core/kernel/shared/lambda.rb:24 /opt/work/rubyspec.git/core/kernel/proc_spec.rb:7 /opt/work/rubyspec.git/core/kernel/proc_spec.rb:55:in `load' /opt/work/mspec.git/bin/mspec-ci:8 Finished in 0.170000 seconds {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - 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