Peter Bacon Darwin
2008-Jun-29 17:23 UTC
[Ironruby-core] Ruby.StandardLibrary.Yaml.YamlLibraryInitializer
In r116, if you run rake gen to recreate the initializers, the Yaml one is corrupt and will not compile: trunk\src\yaml\initializer.generated.cs (line 22): Ruby.Builtins.RubyClass Context.ObjectClass ExtendClass(typeof(System.Object), new System.Action<Ruby.Builtins.RubyModule>(LoadSystem__Object_Instance), null, Ruby.Builtins.RubyModule.EmptyArray, null); There is something decidedly fishy about that Context.ObjectClass variable name. Pete -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080629/48bdb9a2/attachment.html>
John Lam (IRONRUBY)
2008-Jun-29 18:48 UTC
[Ironruby-core] Ruby.StandardLibrary.Yaml.YamlLibraryInitializer
Sorry about that. If you delete the type, var, and assignment operator everything should work. It is fixed already here. - John Sent from my phone ________________________________ From: Peter Bacon Darwin <bacondarwin at googlemail.com> Sent: Sunday, June 29, 2008 10:23 AM To: ironruby-core at rubyforge.org <ironruby-core at rubyforge.org> Subject: [Ironruby-core] Ruby.StandardLibrary.Yaml.YamlLibraryInitializer In r116, if you run rake gen to recreate the initializers, the Yaml one is corrupt and will not compile: trunk\src\yaml\initializer.generated.cs (line 22): Ruby.Builtins.RubyClass Context.ObjectClass = ExtendClass(typeof(System.Object), new System.Action<Ruby.Builtins.RubyModule>(LoadSystem__Object_Instance), null, Ruby.Builtins.RubyModule.EmptyArray, null); There is something decidedly fishy about that Context.ObjectClass variable name. Pete -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080629/ddc18c89/attachment.html>
John Lam (IRONRUBY)
2008-Jun-30 14:33 UTC
[Ironruby-core] Ruby.StandardLibrary.Yaml.YamlLibraryInitializer
Fixed in r117, which I just pushed to SVN. Thanks, -John> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of John Lam (IRONRUBY) > Sent: Sunday, June 29, 2008 11:48 AM > To: ironruby-core at rubyforge.org > Subject: Re: [Ironruby-core] > Ruby.StandardLibrary.Yaml.YamlLibraryInitializer > > Sorry about that. If you delete the type, var, and assignment operator > everything should work. It is fixed already here. > > - John > Sent from my phone > > > ________________________________ > > From: Peter Bacon Darwin <bacondarwin at googlemail.com> > Sent: Sunday, June 29, 2008 10:23 AM > To: ironruby-core at rubyforge.org <ironruby-core at rubyforge.org> > Subject: [Ironruby-core] > Ruby.StandardLibrary.Yaml.YamlLibraryInitializer > > > > In r116, if you run rake gen to recreate the initializers, the Yaml > one is corrupt and will not compile: > > > > trunk\src\yaml\initializer.generated.cs (line 22): > > Ruby.Builtins.RubyClass Context.ObjectClass > ExtendClass(typeof(System.Object), new > System.Action<Ruby.Builtins.RubyModule>(LoadSystem__Object_Instance), > null, Ruby.Builtins.RubyModule.EmptyArray, null); > > > > There is something decidedly fishy about that Context.ObjectClass > variable name. > > Pete