Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The dreaded IronRuby error: Method not found: 'Microsoft.Scripting.Actions.Calls.OverloadInfo[] #1

Open
marcel-valdez opened this issue Jan 13, 2013 · 3 comments

Comments

@marcel-valdez
Copy link

The fix is to put before any requires calls:

class System::Object
  def initialize
  end
end

requires 'some/module'

# Rest of your code.

Something happens in the IronRuby engine where it can't find the constructor for the Object class.
I got here through your question:
http://stackoverflow.com/a/14309322/697862

@JogoShugh
Copy link
Owner

Thank you!

On Sun, Jan 13, 2013 at 6:17 PM, Marcel Valdez [email protected]:

The fix is to put:

class System::Object
def initialize
endend

Something happens in the IronRuby engine where it can't find the
constructor for the Object class.
I got here through your question:
http://stackoverflow.com/a/14309322/697862


Reply to this email directly or view it on GitHubhttps://github.com//issues/1.

@pjmagee
Copy link

pjmagee commented Dec 25, 2013

The readme still shows that you are having issues related to this, is this fixed now, any chance of a nuget package like IronPythonMef?

@JogoShugh
Copy link
Owner

Hi Patrick, Thanks for the interest in this. I'll have to dig into
again...which I can start on after I get back to normal routine next year :)
Until then, have a happy new year!
Josh
On Dec 25, 2013 5:08 PM, "Patrick Magee" [email protected] wrote:

The readme still shows that you are having issues related to this, is this
fixed now, any chance of a nuget package like IronPythonMef?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-31206071
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants