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 call .++ using >> on an @array #3450

Closed
p6rt opened this issue Jul 20, 2014 · 4 comments
Closed

Cannot call .++ using >> on an @array #3450

p6rt opened this issue Jul 20, 2014 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Jul 20, 2014

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

Searchable as RT122342$

@p6rt
Copy link
Author

p6rt commented Jul 20, 2014

From @coke

There are a few tests in roast that depend on this working​:

12​:52 < [Coke]> m​: my @​array = 1,2,3; @​array>>.++ ; say @​array
12​:52 <+camelia> rakudo-moar bbdcfd​: OUTPUT«Cannot find method
  'postcircumfix​:<( )>'␤ in sub METAOP_HYPER_CALL at
  src/gen/m-CORE.setting​:17538␤ in block at
  /tmp/MYp0yFPj5U​:1␤␤»

Where the result is expected to be 2,3,4

S03-metaops/hyper.t
S02-lexical-conventions/unspace.t

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Dec 29, 2014

From @usev6

This problem was fixed with commit rakudo/rakudo@8154bd396a

I unfudged the corresponding tests and added some more tests to S03-metaops/hyper.t with commit Raku/roast@3f8907e3f4

I'm closing this ticket now.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Dec 29, 2014

From @usev6

This problem was fixed with commit rakudo/rakudo@8154bd396a

I unfudged the corresponding tests and added some more tests to S03-metaops/hyper.t with commit Raku/roast@3f8907e3f4

I'm closing this ticket now.

@p6rt
Copy link
Author

p6rt commented Dec 29, 2014

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

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