[Ironruby-core] Improved error handling if IronRuby.Libraries is not referenced
Curt Hagenlocher
curth at microsoft.com
Mon Jun 23 09:56:48 EDT 2008
Sounds like something that belongs in the bug tracker... :).
Someone seems to run into this issue every few weeks for Python as well, so there's definitely a compelling story for making a change.
-----Original Message-----
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ben Hall
Sent: Sunday, June 22, 2008 6:44 PM
To: ironruby-core at rubyforge.org
Subject: [Ironruby-core] Improved error handling if IronRuby.Libraries is not referenced
Hi,
This might sound like an odd request, but it has just caught me out.
Basically, I wanted to host IronRuby within a Console Application (for
a demo), however I didn't reference IronRuby.Libraries, as a result I
was getting the exception - System.MissingMethodException was
unhandled Message="1::+ (the code was "puts 1+1").
This was my thought process:
1) Created a new project. Reference DLR assemblies.
2) Create new Runtime and Engine (using rb). Exception - missing
IronRuby reference. Forgot, lets reference that.
3) Execute, method missing exception thrown.
4) Confused. Looked back at my IronEditor code - realised I was
missing IronRuby.Librarires.
5) Added reference - everything worked.
Maybe it's not required, but is there any way of better error handling
in this situation?
Thanks
Ben
_______________________________________________
Ironruby-core mailing list
Ironruby-core at rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
More information about the Ironruby-core
mailing list