[macruby] #60: Kernel#sleep ineffective
#60: Kernel#sleep ineffective ------------------------+--------------------------------------------------- Reporter: z@wzph.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------+--------------------------------------------------- (Revision 216) Should pause for a second after each puts, but it does not. {{{ #!/usr/bin/env macruby 1.upto( 10 ) do |i| puts "sleeping..." sleep 1 end }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/60> macruby <http://ruby.macosforge.org/>
#60: Kernel#sleep ineffective ------------------------+--------------------------------------------------- Reporter: z@wzph.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Resolution: Keywords: | ------------------------+--------------------------------------------------- Comment (by lsansonetti@apple.com): Same problem in 1.9, in the specific revision (r16437). -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/60#comment:1> macruby <http://ruby.macosforge.org/>
#60: Kernel#sleep ineffective ------------------------+--------------------------------------------------- Reporter: z@wzph.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Resolution: Keywords: | ------------------------+--------------------------------------------------- Comment (by lsansonetti@apple.com): Fixed in http://svn.ruby-lang.org/cgi- bin/viewvc.cgi/trunk/thread_pthread.c?r1=16444&r2=16443&pathrev=16444 -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/60#comment:2> macruby <http://ruby.macosforge.org/>
#60: Kernel#sleep ineffective ------------------------+--------------------------------------------------- Reporter: z@wzph.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.2 Component: MacRuby | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.2 Comment: Fixed in r247/trunk. -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/60#comment:3> macruby <http://ruby.macosforge.org/>
participants (1)
-
macruby