Re: Profiling Perl 6 code

2014-12-31 Thread Patrick R. Michaud
If you're running Rakudo on MoarVM, try the --profile option. It will create an HTML file that shows a lot of useful information, including time spent in each routine, call graphs, GC allocations, etc. Pm On Wed, Dec 31, 2014 at 09:35:33AM +0200, Gabor Szabo wrote: The Perl 6 Maven site is a

Found no writable directory into which panda could be installed

2014-12-31 Thread Gabor Szabo
After installing Rakudo star into some other directory using --prefix I tried to run panda and got the following error: Found no writable directory into which panda could be installed in sub make-default-ecosystem at /home/travis/rakudo-2014-12-1/languages/perl6/lib/Panda/App.pm:18

Re: Found no writable directory into which panda could be installed

2014-12-31 Thread Gabor Szabo
I found a solution for myself, but I still think this is a problem: DESTDIR=rakudo-2014-12-1/languages/perl6 ./rakudo-2014-12-1/bin/panda install YAML Gabor On Wed, Dec 31, 2014 at 8:20 PM, Gabor Szabo ga...@szabgab.com wrote: After installing Rakudo star into some other directory using