[MacRuby-devel] [MacRuby] #338: Typo in rb_source_on_cancellation in gcd.c

MacRuby ruby-noreply at macosforge.org
Wed Sep 16 14:48:36 PDT 2009


#338: Typo in rb_source_on_cancellation in gcd.c
----------------------------------------+-----------------------------------
 Reporter:  ernest.prabhakar@…          |       Owner:  lsansonetti@…        
     Type:  defect                      |      Status:  new                  
 Priority:  trivial                     |   Milestone:  MacRuby 0.5          
Component:  MacRuby                     |    Keywords:                       
----------------------------------------+-----------------------------------
 In static VALUE rb_source_on_cancellation(VALUE self, SEL sel)

         rb_raise(rb_eArgError, "on_event() requires a block argument");

 should presumably be:

         rb_raise(rb_eArgError, "on_cancellation() requires a block
 argument");

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/338>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list