[MacRuby] #395: String#% does not work with %p
#395: String#% does not work with %p ----------------------------+----------------------------------------------- Reporter: jazzbox@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------+----------------------------------------------- {{{ macruby -e 'p "%p" % "foo"' }}} results in {{{ core:in `%:': expected instance of Pointer, got `"foo"' (NSMutableString) (TypeError) from -e:1:in `<main>' }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/395> MacRuby <http://macruby.org/>
#395: String#% does not work with %p ----------------------------+----------------------------------------------- Reporter: jazzbox@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------+----------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Should be fixed in r2899: {{{ $ ./miniruby -e 'o=Object.new; p o.object_id.to_s(16); p "%p" % o'" 200094800" "0x200094800" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/395#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby