Re: [Ironruby-core] Access Top Level methods

2011-08-02 Thread Lewis Lin
Hi, I am doing this to implement a DSL. I want to allow user to define some function and be used by the DSL. Without this, I don't know how to get it working. I am sure there is a rational explanation for what I see. Could someone help me please? Thanks, Lewis On 7/20/2011 10:49 AM, Lewis

Re: [Ironruby-core] Access Top Level methods

2011-07-20 Thread Lewis Lin
Hi, Thanks for the reply. My main development version is on 1.1 for .NET 3.5. However, I did try it on 1.1.3 on .NET 4.0.30319.225 and still are able to reproduce the issue. I am running Windows XP 32bit environment. Is there any environment variables I should look into? Here is the screen c

Re: [Ironruby-core] Access Top Level methods

2011-07-20 Thread Sickboy
I cannot reproduce this issue with IronRuby 1.1.3.0 on .NET 4.0.30319.235 It works as expected: ir.exe result is same as irb result. Regards From: Lewis Lin Sent: Thursday, June 30, 2011 9:58 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Access Top Level methods Hi, I am trying