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

Internal error when declaring an array to be of type 'Array of Int' in Rakudo #1858

Closed
p6rt opened this issue Jun 20, 2010 · 6 comments
Closed

Comments

@p6rt
Copy link

p6rt commented Jun 20, 2010

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

Searchable as RT75896$

@p6rt
Copy link
Author

p6rt commented Jun 20, 2010

From @masak

<masak> rakudo​: my Array of Int @​box
<p6eval> rakudo ee7620​: OUTPUT«Method '!select' not found for invocant
of class '' [...]
<masak> this currently causes S02-builtin_data_types/declare.rakudo to
fail two tests early.
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 10, 2011

From @coke

On Sun Jun 20 07​:47​:26 2010, masak wrote​:

<masak> rakudo​: my Array of Int @​box
<p6eval> rakudo ee7620​: OUTPUT�Method '!select' not found for invocant
of class '' [...]
<masak> this currently causes S02-builtin_data_types/declare.rakudo to
fail two tests early.
* masak submits rakudobug

19​:41 < [Coke]> rakudo​: my Array of Int @​box; @​box[0] = 3; say @​box.perl;
19​:41 <+p6eval> rakudo 38907e​: OUTPUT«Array.new(3)␤»

Closable with tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 14, 2012

From @coke

On Mon Oct 10 16​:41​:57 2011, coke wrote​:

On Sun Jun 20 07​:47​:26 2010, masak wrote​:

<masak> rakudo​: my Array of Int @​box
<p6eval> rakudo ee7620​: OUTPUT�Method '!select' not found for invocant
of class '' [...]
<masak> this currently causes S02-builtin_data_types/declare.rakudo to
fail two tests early.
* masak submits rakudobug

19​:41 < [Coke]> rakudo​: my Array of Int @​box; @​box[0] = 3; say @​box.perl;
19​:41 <+p6eval> rakudo 38907e​: OUTPUT«Array.new(3)␤»

Closable with tests.

Already have tests in S02-types/declare.t

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 14, 2012

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

@p6rt p6rt closed this as completed Nov 14, 2012
@p6rt
Copy link
Author

p6rt commented Nov 14, 2012

From @coke

On Mon Oct 10 16​:41​:57 2011, coke wrote​:

On Sun Jun 20 07​:47​:26 2010, masak wrote​:

<masak> rakudo​: my Array of Int @​box
<p6eval> rakudo ee7620​: OUTPUT�Method '!select' not found for invocant
of class '' [...]
<masak> this currently causes S02-builtin_data_types/declare.rakudo to
fail two tests early.
* masak submits rakudobug

19​:41 < [Coke]> rakudo​: my Array of Int @​box; @​box[0] = 3; say @​box.perl;
19​:41 <+p6eval> rakudo 38907e​: OUTPUT«Array.new(3)␤»

Closable with tests.

Already have tests in S02-types/declare.t

--
Will "Coke" Coleda

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