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 role to array #3516

Closed
p6rt opened this issue Sep 11, 2014 · 4 comments
Closed

can't assign role to array #3516

p6rt opened this issue Sep 11, 2014 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 11, 2014

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

Searchable as RT122756$

@p6rt
Copy link
Author

p6rt commented Sep 11, 2014

From @grondilu

$ perl6 --version
This is perl6 version 2014.08-314-g2b7e232 built on MoarVM version
2014.08-108-g93d47dd

$ perl6 -e 'role Foo {}; say $_ ~~ Foo for pi but Foo, [pi] but Foo;'
True
False

@p6rt
Copy link
Author

p6rt commented May 1, 2015

From @jnthn

On Wed Sep 10 18​:01​:50 2014, grondilu@​yahoo.fr wrote​:

$ perl6 --version
This is perl6 version 2014.08-314-g2b7e232 built on MoarVM version
2014.08-108-g93d47dd

$ perl6 -e 'role Foo {}; say $_ ~~ Foo for pi but Foo, [pi] but Foo;'
True
False

Seems this was fixed a while ago, probably during the last round of parametrics work. Added a test to cover it in S14-roles/mixin.t.

@p6rt
Copy link
Author

p6rt commented May 1, 2015

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

@p6rt
Copy link
Author

p6rt commented May 1, 2015

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

@p6rt p6rt closed this as completed May 1, 2015
@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