Projects

Ticket #338 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Typo in rb_source_on_cancellation in gcd.c

Reported by: ernest.prabhakar@… Owned by: lsansonetti@…
Priority: trivial Milestone: MacRuby 0.5
Component: MacRuby Keywords:
Cc:

Description

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");

Change History

Changed 2 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed

Thanks for the report, fixed in r2566.

Note: See TracTickets for help on using tickets.