I recommend that you file this as a bug report against the DLR at http://www.codeplex.com/dlr
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jb Evain Sent: Thursday, March 05, 2009 5:32 AM To: [email protected] Subject: Re: [Ironruby-core] [patch] Issue in DLR.CommandLine with new lines On 3/3/09, Jb Evain <[email protected]> wrote: > I spent some time investigating why on Mono ir.exe (last git revision) > doesn't print the result of evaluations. > > The issue lies in the processing of new lines in > Microsoft.Scripting.Core.Hosting.Shell.CommandLine. > > The code is appending \n as terminating new lines, but checks for the > presence of Environment.NewLine inside the evaluated string. Obviously > it works only if Environment.NewLine is \r\n, and not \n. > > Attached is a suggested patch, addressing the issue. Microsoft folks, I know you can't take direct patches for the DLR, but do you plan to take this bug into consideration? -- Jb Evain <[email protected]> _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
