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 recognizes infix:<!%> as infix:<%%> (but shouldn't) #1882

Closed
p6rt opened this issue Jun 27, 2010 · 5 comments
Closed

Rakudo recognizes infix:<!%> as infix:<%%> (but shouldn't) #1882

p6rt opened this issue Jun 27, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jun 27, 2010

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

Searchable as RT76170$

@p6rt
Copy link
Author

p6rt commented Jun 27, 2010

From @masak

<masak> rakudo​: say 9 !% 3
<p6eval> rakudo d16a2f​: OUTPUT«1â�¤Â»
* masak submits rakudobug
<saaki> masak​: that's the output i would expect, what were you expecting?
<pmichaud> std​: say 9 !% 3
<p6eval> std 31481​: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0mâ�¤Can't negate
% because multiplicative operators are not iffy enough at [...] Parse
failedâ�¤FAILED 00​:01 112mâ�¤Â»
<pmichaud> saaki​: that. :-)
<masak> saaki​: there was a spec change the other day.
<saaki> ah =)
<masak> saaki​: !% is now known as %%.

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 10, 2011

From @coke

On Sun Jun 27 14​:16​:12 2010, masak wrote​:

<masak> rakudo​: say 9 !% 3
<p6eval> rakudo d16a2f​: OUTPUT«1â�¤Â»
* masak submits rakudobug
<saaki> masak​: that's the output i would expect, what were you expecting?
<pmichaud> std​: say 9 !% 3
<p6eval> std 31481​: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0mâ�¤Can't negate
% because multiplicative operators are not iffy enough at [...] Parse
failedâ�¤FAILED 00​:01 112mâ�¤Â»
<pmichaud> saaki​: that. :-)
<masak> saaki​: there was a spec change the other day.
<saaki> ah =)
<masak> saaki​: !% is now known as %%.

Fixed.

19​:21 < [Coke]> rakudo​: say 9 !% 3
19​:21 <+p6eval> rakudo 38907e​: OUTPUT«===SORRY!===â�¤Cannot negate % because it
  is not iffy enough at line 1, near " 3"â�¤Â»

Needs tests.
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 12, 2011

From @tadzik

Tested in 8e9b28aa6, closable.

@p6rt
Copy link
Author

p6rt commented Nov 12, 2011

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

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

No branches or pull requests

1 participant