[perl #131666] NativeCall MoarVM panic

2019-04-29 Thread David Warring via RT
Can confirm this is still current behaviour with Rakudo 2019. I have came across exactly the same issue and found this ticket. I've noticed, If I change the example to catch exceptions. It then runs: sub start-element($, $elem, $attr) { say "open $elem".indent($depth * 4);

[perl #126894] [BUILD] Cannot create Debian package with current rakudo-star build system

2019-04-29 Thread Dominique Dumont via RT
Le Fri, 26 Apr 2019 08:28:23 -0700, n...@detonation.org a écrit : > I'm quite sure all the issues in that ticket have been resolved. Yes. We managed to create separate Debian packages for moar, nqp and rakudo. We are also creating package for individual Perl6 modules, but we're still for from pr

Re: library search path ?

2019-04-29 Thread ToddAndMargo via perl6-users
On 4/29/19 3:50 AM, Timo Paulssen wrote: you can use these one-liners:     perl6 -e '.say for $*REPO.repo-chain'     perl6 -e '.perl.say for $*REPO.repo-chain' Hi Timo, Thank you! Just out of curiosity, what is ap# nqp# perl5# -T

Re: library search path ?

2019-04-29 Thread Timo Paulssen
you can use these one-liners:     perl6 -e '.say for $*REPO.repo-chain'     perl6 -e '.perl.say for $*REPO.repo-chain' On 29/04/2019 00:33, ToddAndMargo via perl6-users wrote: > Hi All, > > Could not find xxx::yyy at line zz in: >     file#/home/linuxutil/p6lib >     inst#/home/tony/.perl6 >