Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #60 (closed defect: fixed)

Opened 8 months ago

Last modified 7 months ago

Kernel#sleep ineffective

Reported by: z@… Owned by: lsansonetti@…
Priority: major Milestone: MacRuby 0.2
Component: MacRuby Keywords:
Cc:

Description

(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

Change History

Changed 8 months ago by lsansonetti@…

Same problem in 1.9, in the specific revision (r16437).

Changed 7 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.2

Fixed in r247/trunk.

Note: See TracTickets for help on using tickets.