I think you need to do an explicit conversion to MutableString. The DLR used to do some automatic conversions, but now you need to be explicit. I don't know what code to use so you will have to wait until someone who knows that can reply...
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Daniele Alessandri Sent: Sunday, May 03, 2009 3:11 AM To: [email protected] Subject: [Ironruby-core] TypeError thrown in DynamicMetaObjectBinder.Bind Hi, I'm reviewing ironruby-hpricot to clean up its code but I've just noticed that something has changed in IronRuby since I last tested my library. Please refer to the the following gist for a simplified test case to reproduce the problem: http://gist.github.com/105928 I'm pretty sure this was working ~1 month ago, am I doing something wrong? -- Daniele Alessandri http://www.clorophilla.net/blog/ http://twitter.com/JoL1hAHN _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
