[Ironruby-core] Code Review: MiscFixesA2
Curt Hagenlocher
curth at microsoft.com
Tue Nov 18 13:46:51 EST 2008
Looks good.
-----Original Message-----
From: Tomas Matousek
Sent: Tuesday, November 18, 2008 10:38 AM
To: IronRuby External Code Reviewers
Cc: ironruby-core at rubyforge.org
Subject: Code Review: MiscFixesA2
tfpt review "/shelveset:MiscFixesA2;REDMOND\tomat"
Misc small fixes:
- Throws an exception when IronRuby.Libraries.dll is not present. Currently it ends up with stack overflow because method_missing calls to_s method to format the message, which is undefined and so invokes method_missing.
- Adds id to call site tracer.
- Adds '.exe' to the list of extensions that are used in require.
Tomas
More information about the Ironruby-core
mailing list