Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sleep with huge values does not sleep (sleep 9999999999999999999) #5821

Closed
p6rt opened this issue Nov 24, 2016 · 5 comments
Closed

sleep with huge values does not sleep (sleep 9999999999999999999) #5821

p6rt opened this issue Nov 24, 2016 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Nov 24, 2016

Migrated from rt.perl.org#130170 (status was 'resolved')

Searchable as RT130170$

@p6rt
Copy link
Author

p6rt commented Nov 24, 2016

From @AlexDaniel

*Code​:*
sleep 9999999999999999999;
say ‘awww, that was some good sleep!’

*Result​:*
awww, that was some good sleep!

@p6rt
Copy link
Author

p6rt commented Nov 26, 2016

From @zoffixznet

On Thu, 24 Nov 2016 10​:46​:58 -0800, alex.jakimenko@​gmail.com wrote​:

*Code​:*
sleep 9999999999999999999;
say ‘awww, that was some good sleep!’

*Result​:*
awww, that was some good sleep!

Fixed in​: rakudo/rakudo@c797d3f
Tests in​: Raku/roast@0fc0919c7f

@p6rt
Copy link
Author

p6rt commented Nov 26, 2016

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 26, 2016

@zoffixznet - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Nov 26, 2016
@p6rt
Copy link
Author

p6rt commented Nov 26, 2016

From @zoffixznet

On Fri, 25 Nov 2016 21​:54​:14 -0800, cpan@​zoffix.com wrote​:

On Thu, 24 Nov 2016 10​:46​:58 -0800, alex.jakimenko@​gmail.com wrote​:

*Code​:*
sleep 9999999999999999999;
say ‘awww, that was some good sleep!’

*Result​:*
awww, that was some good sleep!

Fixed in​:
rakudo/rakudo@c797d3f
Tests in​: Raku/roast@0fc0919c7f

Actually, that fix is broken; doesn't sleep for correct amount of time.
Correct fix pushed in rakudo/rakudo@7c5ea31800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant