#290: Hashes do NOT stay ordered
-----------------------------------+----------------------------------------
Reporter: martin.ploe...@… | Owner: eloy.de.en...@…
Type: defect | Status: closed
Priority: blocker | Milestone:
Component: MacRuby | Resolution: fixed
Keywords: Hash order |
-----------------------------------+----------------------------------------
Changes (by pthom...@…):
* status: new => closed
* resolution: => fixed
Comment:
This has been fixed in trunk thanks to Laurent's refactorings to Hash (I
believe in r3345).
{{{
kid-a:MacRuby local$ macirb
irb(main):001:0> {:aa=>1, :a=>1}
=> {:aa=>1, :a=>1}
irb(main):002:0> {:c => 1, :b => 2, :a => 3}
=> {:c=>1, :b=>2, :a=>3}
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/290#comment:8>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel