[MacRuby] #974: Failed assertion when creating pointer Pointers

MacRuby ruby-noreply at macosforge.org
Tue Oct 26 16:08:53 PDT 2010


#974: Failed assertion when creating pointer Pointers
------------------------------------+---------------------------------------
 Reporter:  mrada@…                 |       Owner:  lsansonetti@…        
     Type:  defect                  |      Status:  new                  
 Priority:  blocker                 |   Milestone:                       
Component:  MacRuby                 |    Keywords:                       
------------------------------------+---------------------------------------

Comment(by lsansonetti@…):

 ^ means pointer to something, so it cannot be used alone. ^v is a pointer
 to void, ^f is a pointer to float, etc.

 This said, we should not assert here but raise an exception instead.

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



More information about the macruby-tickets mailing list