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

Array receives an empty itemized list #3401

Closed
p6rt opened this issue May 30, 2014 · 7 comments
Closed

Array receives an empty itemized list #3401

p6rt opened this issue May 30, 2014 · 7 comments

Comments

@p6rt
Copy link

p6rt commented May 30, 2014

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

Searchable as RT121994$

@p6rt
Copy link
Author

p6rt commented May 30, 2014

From bescirn@gmail.com

Bug on rakudo-m and rakudo-j​:

p6​: my @​a; @​a.push​: $("one,two,three".split(',')); say @​a;

Camelia​: rakudo-parrot 90cd58, niecza v24-109-g48a8de3​: OUTPUT«one two
three␤»
  ..rakudo-{jvm,moar} 90cd58​: OUTPUT«␤»

Cfr.​: http://irclog.perlgeek.de/perl6/2014-05-30#i_8798216

@p6rt
Copy link
Author

p6rt commented Oct 20, 2014

From @usev6

This also works now on Moar​:

$ perl6-m -e 'my @​a; @​a.push​: $("one,two,three".split(",")); say @​a;'
one two three

There was a test added to S02-types/lazy-lists.t with the following commit​: Raku/roast@6538a38

I just fudged the test for JVM.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 20, 2014

From @usev6

This also works now on Moar​:

$ perl6-m -e 'my @​a; @​a.push​: $("one,two,three".split(",")); say @​a;'
one two three

There was a test added to S02-types/lazy-lists.t with the following commit​: Raku/roast@6538a38

I just fudged the test for JVM.

@p6rt
Copy link
Author

p6rt commented Oct 20, 2014

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

@p6rt
Copy link
Author

p6rt commented Jun 20, 2015

From @usev6

Now, the tests in S02-types/lazy-lists.t pass on rakudo.jvm as well.

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jun 20, 2015

From @usev6

Now, the tests in S02-types/lazy-lists.t pass on rakudo.jvm as well.

I'm closing this ticket as 'resolved'.

@p6rt p6rt closed this as completed Jun 20, 2015
@p6rt
Copy link
Author

p6rt commented Jun 20, 2015

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

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

No branches or pull requests

1 participant