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

Cannot do more exotic combinations of RRR- and square brackets in Rakudo #1791

Closed
p6rt opened this issue May 28, 2010 · 4 comments
Closed

Cannot do more exotic combinations of RRR- and square brackets in Rakudo #1791

p6rt opened this issue May 28, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented May 28, 2010

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

Searchable as RT75402$

@p6rt
Copy link
Author

p6rt commented May 28, 2010

From @masak

<masak> rakudo​: say 1 R[R[R-]] 2
<p6eval> rakudo 63c5a5​: OUTPUT«Could not find sub &infix​:<R[R-]> [...]
<masak> rakudo​: say 1 RR[R-] 2
<p6eval> rakudo 63c5a5​: OUTPUT«Could not find sub &infix​:<R[R-]> [...]
* masak submits rakudobug
<masak> courtesy of TimToady++.

@p6rt
Copy link
Author

p6rt commented May 29, 2010

From @jnthn

On Fri May 28 03​:42​:19 2010, masak wrote​:

<masak> rakudo​: say 1 R[R[R-]] 2
<p6eval> rakudo 63c5a5​: OUTPUT«Could not find sub &infix​:<R[R-]> [...]
<masak> rakudo​: say 1 RR[R-] 2
<p6eval> rakudo 63c5a5​: OUTPUT«Could not find sub &infix​:<R[R-]> [...]
* masak submits rakudobug
<masak> courtesy of TimToady++.

D'oh! Fixed it. :-)

say 1 R[R[R-]] 2
1
say 1 RR[R-] 2
1

Added these as spectests to S03-operators/nesting.t; resolving ticket.

Thanks,

Jonathan

@p6rt
Copy link
Author

p6rt commented May 29, 2010

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

@p6rt
Copy link
Author

p6rt commented May 29, 2010

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

@p6rt p6rt closed this as completed May 29, 2010
@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