Skip to content

Instantly share code, notes, and snippets.

@stmuk
Created May 24, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stmuk/4fdd37938876f11411123a52320442a5 to your computer and use it in GitHub Desktop.
Save stmuk/4fdd37938876f11411123a52320442a5 to your computer and use it in GitHub Desktop.
rm -rf ~/.perl6
rakudobrew nuke moar && rakudobrew build moar && rakudobrew build zef && zef install Template::Mustache
[...]
Done, built zef for moar-nom
===> Searching for: Template::Mustache
===> Searching for missing dependencies: JSON::Fast
===> Testing: JSON::Fast:ver('0.9.2')
===> Testing [OK] for JSON::Fast:ver('0.9.2')
===> Testing: Template::Mustache:auth('github:softmoth')
# Failed test 'Inline partial can get filesystem partial'
# at t/03-cascade.t line 56
# expected: 'Say Hello, Jimmy.
# , and find me a Hello, Jimmy.
# '
# got: 'Say , and find me a '
# Looks like you failed 1 test of 5
# Reading spec files from '../mustache-spec/specs'
# Reading spec files from '../mustache-spec/specs'
===> Testing [FAIL]: Template::Mustache:auth('github:softmoth')
Aborting due to test failure: Template::Mustache:auth('github:softmoth') (use --force to override)
in code at /home/steve/.rakudobrew/moar-nom/install/share/perl6/site/sources/07A069BCA47B679ED0DEA52A0C29DA4EA7C493EC (Zef::Client) line 360
in method test at /home/steve/.rakudobrew/moar-nom/install/share/perl6/site/sources/07A069BCA47B679ED0DEA52A0C29DA4EA7C493EC (Zef::Client) line 339
in code at /home/steve/.rakudobrew/moar-nom/install/share/perl6/site/sources/07A069BCA47B679ED0DEA52A0C29DA4EA7C493EC (Zef::Client) line 511
in sub at /home/steve/.rakudobrew/moar-nom/install/share/perl6/site/sources/07A069BCA47B679ED0DEA52A0C29DA4EA7C493EC (Zef::Client) line 508
in method install at /home/steve/.rakudobrew/moar-nom/install/share/perl6/site/sources/07A069BCA47B679ED0DEA52A0C29DA4EA7C493EC (Zef::Client) line 614
in sub MAIN at /home/steve/.rakudobrew/moar-nom/install/share/perl6/site/sources/196257200EAC315E338DCD7213C9B3B1673752CB (Zef::CLI) line 139
in block <unit> at /home/steve/.rakudobrew/moar-nom/install/share/perl6/site/resources/C3893DD6E92E8A64304F0D65AF5173B7BC3531CA line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment