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);
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
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
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
>