[MacRuby] #1490: should define constants of "MACH_SEND" and "MACH_RECV" in Dispatch::Source.
#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/>
#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: ----------------------------------+----------------------------------------- Comment(by watson1978@…): Hmm, It looks like there is any reason to be not define the constants. https://github.com/MacRuby/MacRuby/blob/master/spec/macruby/core/gcd/source_... -- Ticket URL: <http://www.macruby.org/trac/ticket/1490#comment:1> MacRuby <http://macruby.org/>
#1490: should define constants of "MACH_SEND" and "MACH_RECV" in Dispatch::Source. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Changes (by watson1978@…): * priority: blocker => minor -- Ticket URL: <http://www.macruby.org/trac/ticket/1490#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby