#249: Attempting to modify instances of NSString or NSArray causes crash
---------------------------------+------------------------------------------
 Reporter:  jes...@…             |        Owner:  lsansone...@…        
     Type:  defect               |       Status:  closed               
 Priority:  blocker              |    Milestone:  MacRuby 0.5          
Component:  MacRuby              |   Resolution:  fixed                
 Keywords:                       |  
---------------------------------+------------------------------------------
Changes (by lsansone...@…):

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


Comment:

 Definitely fixed in trunk.

 {{{
 $ ./miniruby -e "str = NSString.stringWithString 'a'; str << 'b'"
 can't modify frozen/immutable string (RuntimeError)
 }}}

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

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to