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

$x div 0 dies immediately instead of resulting in a Failure in Rakudo #3157

Closed
p6rt opened this issue Jun 5, 2013 · 3 comments
Closed

$x div 0 dies immediately instead of resulting in a Failure in Rakudo #3157

p6rt opened this issue Jun 5, 2013 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 5, 2013

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

Searchable as RT118325$

@p6rt
Copy link
Author

p6rt commented Jun 5, 2013

From @masak

It's very frustrating not to be able to copy-paste the code from
pmichaud's talk. The future isn't fully here yet.

<masak> could someone help me reproduce pmichaud's bug, for the ticket?
<quietfanatic> rn​: my $zero = 0; my $value = 32 div $zero; say 'alive'
<camelia> ..rakudo b2072f​: OUTPUT«Divide by zero␤ in sub infix​:<div> [...]
<masak> quietfanatic++

@p6rt
Copy link
Author

p6rt commented Jun 20, 2013

From @timo

was resolved in this pull request​:

rakudo/rakudo#169

and there are a few tests in roast​: dea51d0 and 73878e8

@p6rt
Copy link
Author

p6rt commented Jun 20, 2013

@timo - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jun 20, 2013
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant