[MacRuby-devel] [MacRuby] #395: String#% does not work with %p

MacRuby ruby-noreply at macosforge.org
Mon Oct 26 14:01:44 PDT 2009


#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/>



More information about the MacRuby-devel mailing list