Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Environment:--1.9
-
Number of attachments :
Description
In jruby --1.9, hash#update will call to_hash on a frozen object; MRI 1.9.x will not.
See, for example, rubyspec/core/hash/update_spec.rb
Fixed in 467c518.