softmoth / raku-Template-Mustache

Raku library for the Mustache template format
https://modules.raku.org/dist/Template::Mustache:cpan:SOFTMOTH
Artistic License 2.0
21 stars 19 forks source link

Cannot install Template::Mustache with rakudo 2019.11 #37

Closed skaji closed 4 years ago

skaji commented 4 years ago
❯ raku -v
This is Rakudo version 2019.11 built on MoarVM version 2019.11
implementing Perl 6.d.

❯ zef install --/test Template::Mustache
===> Searching for: Template::Mustache
===> Installing: Template::Mustache:ver<1.2.1>:auth<github:softmoth>
===> Install [FAIL] for Template::Mustache:ver<1.2.1>:auth<github:softmoth>: ===SORRY!=== Error while compiling /Users/skaji/try/20200719/site#sources/79E3FB3E714BBAD29F62C6D49C2D17898903B5B7 (Template::Mustache)
Confused
at /Users/skaji/try/20200719/site#sources/79E3FB3E714BBAD29F62C6D49C2D17898903B5B7 (Template::Mustache):150
------>                             &.log:⏏ :level<Trace>, "*****", $f.raku;
    expecting any of:
        colon pair

===SORRY!=== Error while compiling /Users/skaji/try/20200719/site#sources/79E3FB3E714BBAD29F62C6D49C2D17898903B5B7 (Template::Mustache)
Confused
at /Users/skaji/try/20200719/site#sources/79E3FB3E714BBAD29F62C6D49C2D17898903B5B7 (Template::Mustache):150
------>                             &.log:⏏ :level<Trace>, "*****", $f.raku;
    expecting any of:
        colon pair

If Template::Mustache does not support rakudo 2019.11 intentionally, feel free to close this issue.

softmoth commented 4 years ago

If it's trivial to work around (e.g., using self!log(...) instead of &.log: ..., I'd like to.