It seems like the current version does not handle lower case namespaces when referencing a .NET DLL. It thinks it is a method call whenever a constant starts with lower case. It also doesn't handle non-alphabet characters such as _ (underscore).
I'm trying to call WCF service from IronRuby via the proxies file. svcutil converts all namespaces in the proxies file to lower case. Here's some info on it: http://connect.microsoft.com/wcf/feedback/ViewFeedback.aspx?FeedbackID=298408 I also noticed that "puts" does not output the value of Int64. However, it does if I use Console.WriteLine in my ruby program.
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
