[MacRuby] #974: Failed assertion when creating pointer Pointers
#974: Failed assertion when creating pointer Pointers ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- # macirb irb(main):001:0> Pointer.new '^' Assertion failed: (len > 0), function compile_const_global_string, file compiler.cpp, line 595. zsh: abort macirb -- Ticket URL: <http://www.macruby.org/trac/ticket/974> MacRuby <http://macruby.org/>
#974: Failed assertion when creating pointer Pointers ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by lsansonetti@…): ^ means pointer to something, so it cannot be used alone. ^v is a pointer to void, ^f is a pointer to float, etc. This said, we should not assert here but raise an exception instead. -- Ticket URL: <http://www.macruby.org/trac/ticket/974#comment:1> MacRuby <http://macruby.org/>
#974: Failed assertion when creating pointer Pointers ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by mrada@…): This issue has been fixed, it can be closed. -- Ticket URL: <http://www.macruby.org/trac/ticket/974#comment:2> MacRuby <http://macruby.org/>
#974: Failed assertion when creating pointer Pointers ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.8 Comment: Thanks for the update! -- Ticket URL: <http://www.macruby.org/trac/ticket/974#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby