I am working with IronRuby and a DynamicObject derived class to create a
proxy layer for a game scripting engine that allows me to intercept gets
and sets and do things like mark objects for saving, potentially
security checks, etc.

But I'm finding that if my TryGetMember returns true, but sets the out
result param to null, then IronRuby seems to hang indefinitely.

I've created a pretty concise repro case here:

https://gist.github.com/1205629

can anyone shed some insight into this problem?  So far, I'm loving
IronRuby.

best,

--ben joldersma

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to