[Ironruby-core] [patch] Issue in DLR.CommandLine with new lines
Jb Evain
jb at nurv.fr
Thu Mar 5 08:32:11 EST 2009
On 3/3/09, Jb Evain <jb at nurv.fr> 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 <jb at nurv.fr>
More information about the Ironruby-core
mailing list