Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.6
-
Fix Version/s: JRuby 1.6.6
-
Component/s: Ruby 1.9.2
-
Labels:None
-
Environment:arturas@zeus:~/work/spacegame/server$ jruby --1.9 -v
jruby 1.6.6.dev (ruby-1.9.2-p312) (2012-01-26 333c503) (Java HotSpot(TM) Client VM 1.7.0) [linux-i386-java]
-
Number of attachments :
Description
I've built jruby-head (1.6) this morning to see how autoload behaves and this is what I've got...
arturas@zeus:~/work/spacegame/server$ jruby --1.9 -S irb jruby-head-n166 :001 > require 'yaml' NameError: method 'to_yaml' not defined in Object from org/jruby/RubyModule.java:2316:in `remove_method' from /home/arturas/.rvm/rubies/jruby-head-n166/lib/ruby/1.9/yaml.rb:30:in `(eval)' from org/jruby/RubyModule.java:2289:in `module_eval' from /home/arturas/.rvm/rubies/jruby-head-n166/lib/ruby/1.9/yaml.rb:26:in `yamler=' from /home/arturas/.rvm/rubies/jruby-head-n166/lib/ruby/1.9/yaml.rb:48:in `(root)' from org/jruby/RubyKernel.java:1036:in `require' from /home/arturas/.rvm/rubies/jruby-head-n166/lib/ruby/1.9/yaml.rb:36:in `require' from (irb):1:in `evaluate' from org/jruby/RubyKernel.java:1082:in `eval' from org/jruby/RubyKernel.java:1408:in `loop' from org/jruby/RubyKernel.java:1195:in `catch' from org/jruby/RubyKernel.java:1195:in `catch' from /home/arturas/.rvm/rubies/jruby-head-n166/bin/jirb:17:in `(root)'
Activity
Hiro Asari
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Thomas E Enebo [ enebo ] | Charles Oliver Nutter [ headius ] |
Charles Oliver Nutter
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | JRuby 1.6.6 [ 18033 ] | |
| Resolution | Fixed [ 1 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
234ae0333441b2dc01eef50d40f0d0d0cfa3c720 is the first bad commit commit 234ae0333441b2dc01eef50d40f0d0d0cfa3c720 Author: Charles Oliver Nutter <headius@headius.com> Date: Wed Jan 25 17:46:01 2012 -0600 Fix my idiotic breakage of YAML in 1.9 mode. :040000 040000 53deb96a010a1381169f42ff66271d27a21a7dd4 cfd6a557caaf58cf4b9c587103d324b04c2db5c7 M lib