[MacRuby-devel] [MacRuby] #192: String#length and String#size do not work correctly

MacRuby ruby-noreply at macosforge.org
Wed Mar 24 17:28:14 PDT 2010


#192: String#length and String#size do not work correctly
----------------------------------------+-----------------------------------
 Reporter:  vincent.isambart@…          |        Owner:  lsansonetti@…        
     Type:  defect                      |       Status:  closed               
 Priority:  critical                    |    Milestone:  MacRuby 0.6          
Component:  MacRuby                     |   Resolution:  fixed                
 Keywords:                              |  
----------------------------------------+-----------------------------------
Changes (by lsansonetti@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.6


Comment:

 As of r3858

 {{{
 $ ./miniruby -e "s='あ'; p s.length, s.size, s.bytesize"
 1
 1
 3
 }}}

 \o/

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/192#comment:3>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list