You've asked for it :) I'll be on IronRuby from now until sunday so I'll probably be sending a couple more emails over the next couple of days :)
On Fri, Jun 20, 2008 at 10:37 AM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > YAML support currently does what it needs to do in order to run Rails. > Beyond that, all bets are off J. > > > > Let the flow of bug reports commence! > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Ivan Porto Carrero > *Sent:* Thursday, June 19, 2008 3:33 PM > *To:* ironruby-core@rubyforge.org > *Subject:* [Ironruby-core] YAML > > > > Hi > > Is yaml supposed to be working atm because when I try it, it definitely > does some weird things. When I run the tests there is one test that fails > the yamlorg_refcard.yml. > > And this is my test. > > >>> require 'yaml' > => true > >>> $t = {:one => "one val", :two => { :nested_first => "nested val" } } > => {:one=>"one val", :two=>{:nested_first=>"nested val"}} > >>> $y = YAML::dump $t > => "\n--- !ruby/object:Hash\n!ruby/object:Symbol :one: !ruby/object:String > one val\n!ruby/object:Symbol :two: !ruby/obje > ct:Hash\n !ruby/object:Symbol :nested_first: !ruby/object:String nested > val\n" > >>> $r = YAML::load $y > => #<Ruby::StandardLibrary::Yaml::PrivateType:0x000005c> > >>> $r == $t > => false > >>> $r[:one] > :0:in `Initialize': undefined local variable or method `[]' for > #<Ruby::StandardLibrary::Yaml::PrivateType:0x000005c>:Ru > by::StandardLibrary::Yaml::PrivateType (NoMethodError) > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core