[MacRuby] #971: Pointer constructor bug
#971: Pointer constructor bug -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- That doesn't seem right {{{ Pointer.new('#').type # => '#' Pointer.new(:class).type # => 'class' Pointer.new(':').type # => ':' Pointer.new(:selector).type # => 'selector' }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/971> MacRuby <http://macruby.org/>
#971: Pointer constructor bug -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.8 Comment: Should be fixed in r4830. Note that shortcuts (like :class, :object or :int) must now always be symbols. Strings will be interpreted as complete types (like "#", ":" and so on). -- Ticket URL: <http://www.macruby.org/trac/ticket/971#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby