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

Failing tests for combination of unary hyper '>>' with constant string subscripts #3843

Closed
p6rt opened this issue May 3, 2015 · 5 comments
Closed

Comments

@p6rt
Copy link

p6rt commented May 3, 2015

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

Searchable as RT124513$

@p6rt
Copy link
Author

p6rt commented May 23, 2015

From @usev6

This ticket is about skipped tests in S03-metaops/hyper.t and S12-methods/parallel-dispatch.t which combine the unary hyper operator '>>' with constant string subscripts for a Hash or Pair.

The following evaluation shows the problem​:

$ perl6 -e 'say (a => 2, a => 3)>>.<a>'
Cannot find method 'postcircumfix​:<( )>'
  in block <unit> at -e​:1
  in any <unit-outer> at -e​:1

If I understand commit 45d205f2 for roast correctly, this started back in 2013 when [] and {} were no longer overloaded with methods.

1 similar comment
@p6rt
Copy link
Author

p6rt commented May 23, 2015

From @usev6

This ticket is about skipped tests in S03-metaops/hyper.t and S12-methods/parallel-dispatch.t which combine the unary hyper operator '>>' with constant string subscripts for a Hash or Pair.

The following evaluation shows the problem​:

$ perl6 -e 'say (a => 2, a => 3)>>.<a>'
Cannot find method 'postcircumfix​:<( )>'
  in block <unit> at -e​:1
  in any <unit-outer> at -e​:1

If I understand commit 45d205f2 for roast correctly, this started back in 2013 when [] and {} were no longer overloaded with methods.

@p6rt
Copy link
Author

p6rt commented Sep 23, 2015

From @usev6

This works now. Fixed with commit rakudo/rakudo@be02b7c955

The test in S03-metaops/hyper.t was unfudged with commit Raku/roast@124aef3530

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Sep 23, 2015

From @usev6

This works now. Fixed with commit rakudo/rakudo@be02b7c955

The test in S03-metaops/hyper.t was unfudged with commit Raku/roast@124aef3530

I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented Sep 23, 2015

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

@p6rt p6rt closed this as completed Sep 23, 2015
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