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
