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

Rakudo wrongly flags down !%% as an obsolete use of !% #2343

Closed
p6rt opened this issue Feb 2, 2011 · 3 comments
Closed

Rakudo wrongly flags down !%% as an obsolete use of !% #2343

p6rt opened this issue Feb 2, 2011 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Feb 2, 2011

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

Searchable as RT83250$

@p6rt
Copy link
Author

p6rt commented Feb 2, 2011

From @masak

<sorear> rakudo​: say Int !%% 2;
<p6eval> rakudo d3e9a3​: OUTPUT«===SORRY!===␤Infix !% is deprecated in
favor of infix %% [...]
* masak submits rakudobug
<masak> std​: say Int !%% 2; [17​:48]
<p6eval> std 625303c​: OUTPUT«ok 00​:01 120m␤»

@p6rt
Copy link
Author

p6rt commented Feb 2, 2011

From @pmichaud

Now fixed in 2666b6f​:

pmichaud@​orange​:~/rakudo$ ./perl6

say 5 !%% 2;
Bool​::True
say 5 !% 2;
Can't negate % because it is not iffy enough at line 1, near " 2;\n"

Tests added by colomon++, resolving ticket. Thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Feb 2, 2011

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

@p6rt p6rt closed this as completed Feb 2, 2011
@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