Re: Profiling Perl 6 code

2015-01-05 Thread Gabor Szabo
I tried that and while it was running my hard disk ran out of space. I am not sure if it is related, but the process crashed and I could not find if it created anything on the disk. Before trying again, I'd like to remove anything it might have created. Where should I look for its temporary files?

[perl #113802] [BUG] something wrong with .tree of the result of infix: in Rakudo

2015-01-05 Thread Christian Bartolomaeus via RT
This seems to work now: $ perl6 -e 'say ( Z Z ).tree.perl' ("a", "d", "g"; "b", "e", "h"; "c", "f", "i").item $ perl6 -e 'say ( Z ).tree.perl' ("a", "d"; "b", "e"; "c", "f").item $ perl6 -e 'say .tree.perl' ("d"; "e"; "f").item Since there is a passing test for the second command in S02-lists/

[perl6/specs] 197d67: FP

2015-01-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 197d67905f94f3899ce1f8de4b8660496cbebce9 https://github.com/perl6/specs/commit/197d67905f94f3899ce1f8de4b8660496cbebce9 Author: Stéphane Payrard Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M S

[perl6/specs] f2ed25: gorilla/banana problem

2015-01-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f2ed2550e7b76ea0a452908996b6adc8de6eec75 https://github.com/perl6/specs/commit/f2ed2550e7b76ea0a452908996b6adc8de6eec75 Author: Stéphane Payrard Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M S

[perl6/specs] 210cb2: fixing outward links in gorilla/banana

2015-01-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 210cb23166ecbb14b79716b6fb6f528e19491e4a https://github.com/perl6/specs/commit/210cb23166ecbb14b79716b6fb6f528e19491e4a Author: Stéphane Payrard Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M S

[perl6/specs] 7ce875: Most of the IO::Locally changes for now

2015-01-05 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: 7ce87591d44e2cf34cfeb06fc86f98c2fbfa5550 https://github.com/perl6/specs/commit/7ce87591d44e2cf34cfeb06fc86f98c2fbfa5550 Author: Elizabeth Mattijsen Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M