#658: Including a module into Hash breaks creating an NSDictionary from a hash
-------------------------------------+--------------------------------------
 Reporter:  eloy.de.en...@…          |       Owner:  lsansone...@…        
     Type:  defect                   |      Status:  new                  
 Priority:  blocker                  |   Milestone:                       
Component:  MacRuby                  |    Keywords:                       
-------------------------------------+--------------------------------------

Comment(by lsansone...@…):

 On the bleeding edge I get:

 {{{
 $ ./miniruby  -e "module H; end; class Hash; include H; end; p
 NSDictionary.dictionaryWithDictionary('foo' => true)"
 NSInvalidArgumentException: *** -[NSCFDictionary
 initWithObjects:forKeys:count:]: attempt to insert nil key at keys[0]
 (RuntimeError)
 }}}

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

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to