Re: 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 D. [email protected]
Sent: Sunday, June 29, 2008 10:23 AM
To: [email protected] [email protected]
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

Fixed in r117, which I just pushed to SVN.

Thanks,
-John