Great i&#39;ll add those to the mono branch :)<br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 1:46 PM, Jb Evain <span dir="ltr">&lt;<a href="mailto:jb@nurv.fr">jb@nurv.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey,<br>
<br>
I spent some time investigating why on Mono ir.exe (last git revision)<br>
doesn&#39;t print the result of evaluations.<br>
<br>
The issue lies in the processing of new lines in<br>
Microsoft.Scripting.Core.Hosting.Shell.CommandLine.<br>
<br>
The code is appending \n as terminating new lines, but checks for the<br>
presence of Environment.NewLine inside the evaluated string. Obviously<br>
it works only if Environment.NewLine is \r\n, and not \n.<br>
<br>
Attached is a suggested patch, addressing the issue.<br>
<font color="#888888"><br>
--<br>
Jb Evain  &lt;<a href="mailto:jb@nurv.fr">jb@nurv.fr</a>&gt;<br>
</font><br>_______________________________________________<br>
Ironruby-core mailing list<br>
<a href="mailto:Ironruby-core@rubyforge.org">Ironruby-core@rubyforge.org</a><br>
<a href="http://rubyforge.org/mailman/listinfo/ironruby-core" target="_blank">http://rubyforge.org/mailman/listinfo/ironruby-core</a><br>
<br></blockquote></div><br>