[MacRuby] #488: GCD Dispatch::Group#notify shouldn't expect any arguments
#488: GCD Dispatch::Group#notify shouldn't expect any arguments ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- The only argument is the implicit block. The implementation seems to expect an explicit argument: rb_objc_define_method(cGroup, "notify", rb_group_notify, 1); rb_objc_define_method(cGroup, "on_completion", rb_group_notify, 1); -- Ticket URL: <http://www.macruby.org/trac/ticket/488> MacRuby <http://macruby.org/>
#488: GCD Dispatch::Group#notify shouldn't expect any arguments ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Comment(by ernest.prabhakar@…): I think the "1" should be "0". -- Ticket URL: <http://www.macruby.org/trac/ticket/488#comment:1> MacRuby <http://macruby.org/>
#488: GCD Dispatch::Group#notify shouldn't expect any arguments ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: ernest.prabhakar@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Changes (by ernest.prabhakar@…): * owner: lsansonetti@… => ernest.prabhakar@… -- Ticket URL: <http://www.macruby.org/trac/ticket/488#comment:2> MacRuby <http://macruby.org/>
#488: GCD Dispatch::Group#notify shouldn't expect any arguments ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: ernest.prabhakar@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | ----------------------------------------+----------------------------------- Changes (by ernest.prabhakar@…): * status: new => closed * resolution: => invalid Comment: My bad, it need to take a queue. -- Ticket URL: <http://www.macruby.org/trac/ticket/488#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby