[MacRuby] #605: Crash when unpacking a string
#605: Crash when unpacking a string ------------------------------------+--------------------------------------- Reporter: jens.nockert@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Executing something like `p ByteString.new("AAAAAAAA").unpack('a8')` crashes MacRuby. I attached a simple patch that seems to fix the problem. -- Ticket URL: <http://www.macruby.org/trac/ticket/605> MacRuby <http://macruby.org/>
#605: Crash when unpacking a string ------------------------------------+--------------------------------------- Reporter: jens.nockert@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.6 Comment: The ByteString class has been removed in 0.6. The snippet above works fine on a String object. -- Ticket URL: <http://www.macruby.org/trac/ticket/605#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby