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

squish failure #4710

Closed
p6rt opened this issue Nov 1, 2015 · 6 comments
Closed

squish failure #4710

p6rt opened this issue Nov 1, 2015 · 6 comments
Labels
glr JVM Related to Rakudo-JVM

Comments

@p6rt
Copy link

p6rt commented Nov 1, 2015

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

Searchable as RT126527$

@p6rt
Copy link
Author

p6rt commented Nov 1, 2015

From @coke

20​:41 < [Coke]> r​: [[2, 3], [4, [5, 6]]]».squish.say
20​:41 <+camelia> rakudo-jvm d98dc8​: OUTPUT«((2 3 Mu.new Mu.new Mu.new Mu.new
  Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new
  Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new
  Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new
  Mu.new Mu.new Mu.new Mu.new Mu.new…»
20​:41 <+camelia> ..rakudo-moar d98dc8​: OUTPUT«((2 3) (4 [5 6]))␤»

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Apr 8, 2016

From @peschwa

On Sat Oct 31 17​:42​:32 2015, coke wrote​:

20​:41 < [Coke]> r​: [[2, 3], [4, [5, 6]]]».squish.say
20​:41 <+camelia> rakudo-jvm d98dc8​: OUTPUT«((2 3 Mu.new Mu.new Mu.new
Mu.new
Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new
Mu.new Mu.new
Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new
Mu.new Mu.new
Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new Mu.new
Mu.new Mu.new
Mu.new Mu.new Mu.new Mu.new Mu.new…»
20​:41 <+camelia> ..rakudo-moar d98dc8​: OUTPUT«((2 3) (4 [5 6]))␤»

This has been fixed in Rakudo commit ec52cce​:
$ ./perl6-j --version
This is Rakudo version 2016.03-99-g46388f4 built on JVM
implementing Perl 6.c.
$ ./perl6-j -e'[[2,3],[4,[5,6]]]>>.squish.say'
((2 3) (4 [5 6]))

@p6rt
Copy link
Author

p6rt commented Apr 8, 2016

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

@p6rt
Copy link
Author

p6rt commented Apr 9, 2016

From @usev6

On Fri Apr 08 05​:51​:16 2016, peschwa@​gmail.com wrote​:

This has been fixed in Rakudo commit ec52cce​:
$ ./perl6-j --version
This is Rakudo version 2016.03-99-g46388f4 built on JVM
implementing Perl 6.c.
$ ./perl6-j -e'[[2,3],[4,[5,6]]]>>.squish.say'
((2 3) (4 [5 6]))

Great. I unfudged two now passing tests. I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Apr 9, 2016

From @usev6

On Fri Apr 08 05​:51​:16 2016, peschwa@​gmail.com wrote​:

This has been fixed in Rakudo commit ec52cce​:
$ ./perl6-j --version
This is Rakudo version 2016.03-99-g46388f4 built on JVM
implementing Perl 6.c.
$ ./perl6-j -e'[[2,3],[4,[5,6]]]>>.squish.say'
((2 3) (4 [5 6]))

Great. I unfudged two now passing tests. I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented Apr 9, 2016

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

@p6rt p6rt closed this as completed Apr 9, 2016
@p6rt p6rt added glr JVM Related to Rakudo-JVM labels Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
glr JVM Related to Rakudo-JVM
Projects
None yet
Development

No branches or pull requests

1 participant