Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
This fails on master but succeeds on 1.6:
java.util.ArrayList.new.tap {|l| l << 'foo' }.first == 'foo' or abort
git bisect says
https://github.com/jruby/jruby/commit/a8850d81df57e025b68073976afb04e16a51125e
is the bad commit.