[Ironruby-core] sorting of strings is different in IronRuby than in Ruby

2008-08-20 Thread Ivan Porto Carrero
Hi I was playing around with a very simple code example and got different results in IronRuby and in Ruby. IronRuby In Action.split(//).sort.uniq.join returns in MRI: AIRbcinortuy returns in IronRuby: AbciInorRtuy I'm sure you guys are aware of this, but just in case :) I guess in the end

Re: [Ironruby-core] Latest r134 commit should solve Mono file pathname case sensitivity problem

2008-08-20 Thread cjac
Seo, Your virtual machine is online. I've set up a reverse proxy matching on hostname = ironruby.colliertech.org to your box. Do you need more than 128M of memory to build and run the test suite? IIRC, Mono requires around 200M. Let me know if I can help more with the external continuous

[Ironruby-core] Code Review: gets-1

2008-08-20 Thread John Lam (IRONRUBY)
tfpt review /shelveset:gets-1;REDMOND\jflam Comment : - Fixes rubyforge bug #21342 - gets broken - Adds code to test for closed streams - Adds tainting to input returned from gets - Adjusts input line correctly in # RubyExecutionContext - Fixes getc to return a fixnum as opposed to a .NET char -

Re: [Ironruby-core] sorting of strings is different in IronRuby than in Ruby

2008-08-20 Thread Curt Hagenlocher
We end up calling String.CompareTo which performs a lexicographical comparison. This is the source of the different behavior. This should be filed as a bug in RubyForge if it hasn’t been already. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Porto Carrero Sent: