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

Reducing a Seq with => fails with "P6opaque: no such attribute '$!reified' in type List" #6119

Closed
p6rt opened this issue Mar 3, 2017 · 6 comments
Labels
regression Issue did not exist previously testneeded

Comments

@p6rt
Copy link

p6rt commented Mar 3, 2017

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

Searchable as RT130906$

@p6rt
Copy link
Author

p6rt commented Mar 3, 2017

From @smls

  ➜ say [=>] (1, 2).Seq;
  P6opaque​: no such attribute '$!reified' in type List when trying
to get a value

Expected output​:

  1 => 2

This used to work correctly until a recent commit​:

  https://gist.github.com/Whateverable/4e4a3cfd591978358e188efda98113fa
  rakudo/rakudo@60a8f9e

@p6rt
Copy link
Author

p6rt commented Mar 3, 2017

From @lizmat

Ok, definitely a case of Tests Needed :-)

I will be on it later today

On 3 Mar 2017, at 14​:33, Sam S. (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Sam S.
# Please include the string​: [perl #​130906]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=130906 >

➜ say [=>] (1, 2).Seq;
P6opaque​: no such attribute '$!reified' in type List when trying
to get a value

Expected output​:

1 => 2

This used to work correctly until a recent commit​:

https://gist.github.com/Whateverable/4e4a3cfd591978358e188efda98113fa
rakudo/rakudo@60a8f9e

@p6rt
Copy link
Author

p6rt commented Mar 3, 2017

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

@p6rt
Copy link
Author

p6rt commented Mar 3, 2017

From @lizmat

Fixed with rakudo/rakudo@8eebf0f28f , tests needed.

On 3 Mar 2017, at 14​:33, Sam S. (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Sam S.
# Please include the string​: [perl #​130906]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=130906 >

➜ say [=>] (1, 2).Seq;
P6opaque​: no such attribute '$!reified' in type List when trying
to get a value

Expected output​:

1 => 2

This used to work correctly until a recent commit​:

https://gist.github.com/Whateverable/4e4a3cfd591978358e188efda98113fa
rakudo/rakudo@60a8f9e

@p6rt
Copy link
Author

p6rt commented Oct 6, 2017

From @smls

Tests committed​: Raku/roast@9ea27ad2e

Closing.

@p6rt p6rt closed this as completed Oct 6, 2017
@p6rt
Copy link
Author

p6rt commented Oct 6, 2017

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

@p6rt p6rt added regression Issue did not exist previously testneeded labels Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Issue did not exist previously testneeded
Projects
None yet
Development

No branches or pull requests

1 participant