Re: [Ironruby-core] IronRuby not loading DLL

2011-03-26 Thread Tomas Matousek
What would such block usually do? Uppercase the first letter of a lower-cased class/namespace? We could do that or some other mangling automatically. Is there any value in customizing the mangling? Being it automatic would help you to discover the constants since they would appear in Module#con

Re: [Ironruby-core] IronRuby not loading DLL

2011-03-26 Thread Charles Strahan
Tomas, how would you feel about adding an optional block param to require/load_assembly for overriding how .NET types are mapped to constants? That might be prove beneficial in cases such as these. -Charles On Fri, Mar 25, 2011 at 5:37 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: >