#769: String::ord with packed array in MacRuby -------------------------------------------------------------+-------------- Reporter: babs.devs@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby Later Component: MacRuby | Resolution: fixed Keywords: binary, pack, ord, ordinal, String, String::ord | -------------------------------------------------------------+-------------- Changes (by vincent.isambart@…): * status: new => closed * resolution: => fixed Comment: In r5190 I fixed how p displayed "\xBA" (I broke it in r5188), the code now displays exactly the same output as 1.9, and I don't get any crash so I'll close this ticket. If you still get crashes please open a new ticket with the description of how to reproduce it. Note that to deal with bytes you have the each_byte, getbyte and setbyte methods. -- Ticket URL: <http://www.macruby.org/trac/ticket/769#comment:6> MacRuby <http://macruby.org/>