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

The type object of a typed array stringifies to just '()' in Rakudo #2148

Closed
p6rt opened this issue Sep 9, 2010 · 5 comments
Closed

The type object of a typed array stringifies to just '()' in Rakudo #2148

p6rt opened this issue Sep 9, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Sep 9, 2010

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

Searchable as RT77748$

@p6rt
Copy link
Author

p6rt commented Sep 9, 2010

From @masak

<rhebus> rakudo​: my @​a of Int = (1,2,3); say @​a.WHAT
<p6eval> rakudo 859f2d​: OUTPUT«()␤»
<rhebus> huh
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Oct 8, 2011

From @coke

On Thu Sep 09 05​:32​:08 2010, masak wrote​:

<rhebus> rakudo​: my @​a of Int = (1,2,3); say @​a.WHAT
<p6eval> rakudo 859f2d​: OUTPUT«()␤»
<rhebus> huh
* masak submits rakudobug

Fixed.

16​:52 < [Coke]> rakudo​: my @​a of Int = (1,2,3); say @​a.WHAT
16​:52 <+p6eval> rakudo 88c5a5​: OUTPUT«Array()␤»

Closable with tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 8, 2011

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

@p6rt
Copy link
Author

p6rt commented Jan 8, 2012

From @moritz

now tested in S09-typed-arrays/arrays.t

@p6rt
Copy link
Author

p6rt commented Jan 8, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant