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

: .=grep on @array gets 'splice() not implemented in class 'Mu' in Rakudo #2508

Closed
p6rt opened this issue Oct 6, 2011 · 4 comments
Closed
Labels

Comments

@p6rt
Copy link

p6rt commented Oct 6, 2011

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

Searchable as RT100830$

@p6rt
Copy link
Author

p6rt commented Oct 6, 2011

From fhml@herrmann-koenigsberg.de

nom​: my @​array = <a b c d>; @​array .= grep​: { $_ ~~ /<[a..c]>/ };
nom dc9ffc​: OUTPUT
splice() not implemented in class 'Mu'
  in method reify at src/gen/CORE.setting​:3657
  in method gimme at src/gen/CORE.setting​:4015
  in method eager at src/gen/CORE.setting​:3991
  in method STORE at src/gen/CORE.setting​:4409
  in method dispatch​:<.=> at src/gen/CORE?

@p6rt
Copy link
Author

p6rt commented Nov 26, 2011

From @jnthn

On Thu Oct 06 04​:25​:56 2011, fhml@​herrmann-koenigsberg.de wrote​:

nom​: my @​array = <a b c d>; @​array .= grep​: { $_ ~~ /<[a..c]>/ };
nom dc9ffc​: OUTPUT
splice() not implemented in class 'Mu'
in method reify at src/gen/CORE.setting​:3657
in method gimme at src/gen/CORE.setting​:4015
in method eager at src/gen/CORE.setting​:3991
in method STORE at src/gen/CORE.setting​:4409
in method dispatch​:<.=> at src/gen/CORE?

Now​:

my @​array = <a b c d>; @​array .= grep​: { $_ ~~ /<[a..c]>/ }; say @​array
a b c

Unfudged test in assign.t, so resolving.

/jnthn

@p6rt
Copy link
Author

p6rt commented Nov 26, 2011

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

@p6rt
Copy link
Author

p6rt commented Nov 26, 2011

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

@p6rt p6rt closed this as completed Nov 26, 2011
@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