Skip to content

Instantly share code, notes, and snippets.

@Altai-man
Created April 17, 2021 09:53
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 Altai-man/32a9fb9c9f0a3c7c36935c14603ab658 to your computer and use it in GitHub Desktop.
Save Altai-man/32a9fb9c9f0a3c7c36935c14603ab658 to your computer and use it in GitHub Desktop.
➜ raku-uni git:(master) raku --version
Welcome to Rakudo(tm) v2021.03-176-g6fdc2b690.
Implementing the Raku(tm) programming language v6.d.
Built on MoarVM version 2021.03-50-g948128995.
➜ raku-uni git:(master) ls
Changes LICENSE META6.json README.md bin dist.ini lib t
➜ raku-uni git:(master) zef test .
===> Testing: App::Uni:ver<1.0.2>
[App::Uni] Type check failed in binding to parameter '<anon>'; expected Cool but got Method (proto method fc (Coo...)
[App::Uni] in sub uni-search at /home/koto/Devel/raku-uni/lib/App/Uni.rakumod (App::Uni) line 36
[App::Uni] in sub MAIN at ./bin/uni line 23
[App::Uni] in block <unit> at ./bin/uni line 5
[App::Uni] # Failed test '-w cat eyes'
[App::Uni] # at t/basic.t line 10
[App::Uni] # expected: '😸 - U+01F638 - GRINNING CAT FACE WITH SMILING EYES [So]
[App::Uni] # 😻 - U+01F63B - SMILING CAT FACE WITH HEART-SHAPED EYES [So]
[App::Uni] # 😽 - U+01F63D - KISSING CAT FACE WITH CLOSED EYES [So]
[App::Uni] # '
[App::Uni] # got: '
[App::Uni] # '
[App::Uni] # You failed 1 test of 8
===> Testing [FAIL]: App::Uni:ver<1.0.2>
Aborting due to test failure: App::Uni:ver<1.0.2> (use --force-test to override)
➜ raku-uni git:(master) rakudobrew switch moar-2021.03
Switching to moar-2021.03
➜ raku-uni git:(master) raku --version
Welcome to Rakudo(tm) v2021.03.
Implementing the Raku(tm) programming language v6.d.
Built on MoarVM version 2021.03.
➜ raku-uni git:(master) zef test .
===> Testing: App::Uni:ver<1.0.2>
===> Testing [OK] for App::Uni:ver<1.0.2>
➜ raku-uni git:(master) rakudobrew switch moar-ad81b9806577f1441a33c4ca91b672fbe1e1c20c
Switching to moar-ad81b9806577f1441a33c4ca91b672fbe1e1c20c
➜ raku-uni git:(master) raku --version
Welcome to Rakudo(tm) v2021.03-175-gad81b9806.
Implementing the Raku(tm) programming language v6.d.
Built on MoarVM version 2021.03-39-gba124ad12.
➜ raku-uni git:(master) zef test .
===> Testing: App::Uni:ver<1.0.2>
===> Testing [OK] for App::Uni:ver<1.0.2>
➜ raku-uni git:(master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment