Haya,

> The problem is in IoOps.ToPrintedString, where there is indeed an
> obj.ToString() for doubles. Converting it with Convert.ToString(obj,
> System.Globalization.CultureInfo.InvariantCulture) seems to fix the
> issue, but I have just tried it in the REPL without running the test
> suite yet. If you want, I can commit this fix in my repository if it
> passes the tests.

puts 1.1 gives 1,1 here too.

Please commit the fix, this way I'll be able to see if this solves
other failing tests in french too (I suppose it will).

I'll have to figure out how to cherry pick one commit from your
branch, the git way :)

-- Thibaut
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to