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