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

nested parameterized type names are truncated #6649

Closed
p6rt opened this issue Dec 15, 2017 · 4 comments
Closed

nested parameterized type names are truncated #6649

p6rt opened this issue Dec 15, 2017 · 4 comments
Labels
regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Dec 15, 2017

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

Searchable as RT132585$

@p6rt
Copy link
Author

p6rt commented Dec 15, 2017

From @lefth

The output of a hash of hashes of ints looks my Hash[Int] %nested-type;
%nested-type.WHAT.say; # output​: (Hash[Hash)

The type should be shown as​: (Hash[Hash[Int]])

AlexDaniel did a bisect and found this was caused by​:
rakudo/rakudo@1ed284e

@p6rt
Copy link
Author

p6rt commented May 11, 2019

From @dogbert17

On Fri, 15 Dec 2017 01​:18​:46 -0800, dan@​zwell.net wrote​:

The output of a hash of hashes of ints looks my Hash[Int] %nested-
type;
%nested-type.WHAT.say; # output​: (Hash[Hash)

The type should be shown as​: (Hash[Hash[Int]])

AlexDaniel did a bisect and found this was caused by​:
rakudo/rakudo@1ed284e

Fixed with commit rakudo/rakudo@ce08683
The above commit fixed the duplicate bug R#​1606 to which tests where added in S02-names-vars/names.t

Closing

@p6rt
Copy link
Author

p6rt commented May 11, 2019

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

@p6rt
Copy link
Author

p6rt commented May 11, 2019

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

@p6rt p6rt closed this as completed May 11, 2019
@p6rt p6rt added the regression Issue did not exist previously label 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
Projects
None yet
Development

No branches or pull requests

1 participant