Looks good.
-----Original Message-----
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at
rubyforge.org] On Behalf Of Oleg Tkachenko
Sent: Monday, July 07, 2008 5:14 PM
To: IronRuby External Code Reviewers
Cc: ironruby-core at rubyforge.org
Subject: [Ironruby-core] Code Review: MoreYamlStuff
tfpt review "/shelveset:MoreYamlStuff;REDMOND\olegtk"
Comment :
Implements taguri() for regexps and structs.
Moves accessor for code context to IConstructor level so all static
constructors receiving IConstructor can use it; and makes it getter method for
interface consistency.
Implements loading of ranges expressed using Ruby native range syntax
(a..b|a...b)
Implements loading regular expressions.
Implements loading structs.
Adds RubyUtils.CreateRubyObject(context, RubyClass, attribute hash) method,
which deserializes Ruby object from a mapping containing attributre values.
Implements loading objects of an arbitrary (but known) class.
--
Oleg