#153: TypeError not raised for 'String + nil'
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  [EMAIL PROTECTED]
     Type:  defect                   |      Status:  new                  
 Priority:  minor                    |   Milestone:                       
Component:  MacRuby                  |    Keywords:                       
-------------------------------------+--------------------------------------
 This is fairly minor since it's something that ought not to happen, except
 that both macirb and macruby lock up when it happens.

 This works (well, you get the expected error):
 >> "stuff" << nil
 TypeError: can't convert nil into String

 This does not:
 >> "stuff" + nil

 I end up having to kill it.

 I've tried it with both 0.3 and the latest testing branch.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/153>
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