A couple of issues:
1) As Shri said, the return type of a site must be Object.
2) You shouldn't be creating a new site (and also not a shared one) in each 
invocation of the method. Instead, use one of the CallSiteStorages defined in 
CallSiteStorages.cs as the first parameter. You can search in the built-ins for 
examples of usage.

Tomas

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Shri Borde
Sent: Sunday, May 03, 2009 2:29 PM
To: [email protected]
Subject: Re: [Ironruby-core] TypeError thrown in DynamicMetaObjectBinder.Bind

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

_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to