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

Can't assign to 'int @a', a compact array, in Rakudo #2586

Closed
p6rt opened this issue Dec 27, 2011 · 5 comments
Closed

Can't assign to 'int @a', a compact array, in Rakudo #2586

p6rt opened this issue Dec 27, 2011 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 27, 2011

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

Searchable as RT107122$

@p6rt
Copy link
Author

p6rt commented Dec 27, 2011

From @masak

<kshannon> nom​: my Int @​a = 1, 2, 3;
<p6eval> nom eb6c4b​: ( no output )
<kshannon> nom​: my int @​a = 1, 2, 3;
<p6eval> nom eb6c4b​: OUTPUT«Method 'STORE' not found for invocant of
class 'Integer' [...]
<masak> kshannon​: I haven't seen that one before.
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jan 5, 2012

From @jnthn

On Tue Dec 27 04​:46​:38 2011, masak wrote​:

<kshannon> nom​: my Int @​a = 1, 2, 3;
<p6eval> nom eb6c4b​: ( no output )
<kshannon> nom​: my int @​a = 1, 2, 3;
<p6eval> nom eb6c4b​: OUTPUT�Method 'STORE' not found for invocant of
class 'Integer' [...]
<masak> kshannon​: I haven't seen that one before.
* masak submits rakudobug

Just that compact typed arrays aren't implemented yet. Could make it
fail better, but would rather spend time making it work. ;-)

/jnthn

@p6rt
Copy link
Author

p6rt commented Jan 5, 2012

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

@p6rt
Copy link
Author

p6rt commented Mar 14, 2015

From @jnthn

On Thu Jan 05 10​:28​:47 2012, jnthn@​jnthn.net wrote​:

On Tue Dec 27 04​:46​:38 2011, masak wrote​:

<kshannon> nom​: my Int @​a = 1, 2, 3;
<p6eval> nom eb6c4b​: ( no output )
<kshannon> nom​: my int @​a = 1, 2, 3;
<p6eval> nom eb6c4b​: OUTPUT�Method 'STORE' not found for invocant of
class 'Integer' [...]
<masak> kshannon​: I haven't seen that one before.
* masak submits rakudobug

Just that compact typed arrays aren't implemented yet. Could make it
fail better, but would rather spend time making it work. ;-)

They're implemented by now; tests in S09-typed-arrays/native.t.

/jnthn

@p6rt p6rt closed this as completed Mar 14, 2015
@p6rt
Copy link
Author

p6rt commented Mar 14, 2015

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

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant