Great i'll add those to the mono branch :) On Tue, Mar 3, 2009 at 1:46 PM, Jb Evain <[email protected]> wrote:
> Hey, > > 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. > > -- > 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
