#1490: should define constants of "MACH_SEND" and "MACH_RECV" in Dispatch::Source. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- SOURCE_TYPE_MACH_SEND and SOURCE_TYPE_MACH_RECV are enumerated in https://github.com/MacRuby/MacRuby/blob/master/gcd.c#L54-55 However, they does not used by definition of constants in https://github.com/MacRuby/MacRuby/blob/master/gcd.c#L1419 I hope to define Dispatch::Source::MACH_SEND and Dispatch::Source::MACH_RECV -- Ticket URL: <http://www.macruby.org/trac/ticket/1490> MacRuby <http://macruby.org/>