Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2015 17:41
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 anonymous/8498f62f04cead485be5 to your computer and use it in GitHub Desktop.
Save anonymous/8498f62f04cead485be5 to your computer and use it in GitHub Desktop.
[jdv@wieldy p6-uri2]$ perl6 -Ilib t/01-basic.t
===SORRY!===
Type 'URI2::Authority::Host' is not declared
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6:8
------> has URI2::Authority::Host⏏ $.host;
Malformed has
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6:8
------> has URI2::Authority::⏏Host $.host;
===SORRY!===
Type 'URI2::Authority::Host' is not declared
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6:8
------> has URI2::Authority::Host⏏ $.host;
Malformed has
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6:8
------> has URI2::Authority::⏏Host $.host;
===SORRY!===
Type 'URI2::Authority::Host' is not declared
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6:8
------> has URI2::Authority::Host⏏ $.host;
Malformed has
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6:8
------> has URI2::Authority::⏏Host $.host;
Unhandled exception: This type cannot unbox to a native integer
at <unknown>:1 (/home/jdv/rakudo/install/share/perl6/runtime/CORE.setting.moarvm:print_exception:4294967295)
from gen/moar/m-CORE.setting:19771 (/home/jdv/rakudo/install/share/perl6/runtime/CORE.setting.moarvm:<anon>:40)
from gen/moar/stage2/NQPHLL.nqp:1434 (/home/jdv/rakudo/install/share/nqp/lib/NQPHLL.moarvm:command_eval:380)
from src/Perl6/Compiler.nqp:65 (/home/jdv/rakudo/install/share/nqp/lib/Perl6/Compiler.moarvm:command_eval:93)
from gen/moar/stage2/NQPHLL.nqp:1374 (/home/jdv/rakudo/install/share/nqp/lib/NQPHLL.moarvm:command_line:114)
from gen/moar/m-main.nqp:37 (/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm:MAIN:18)
from gen/moar/m-main.nqp:33 (/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm:<mainline>:189)
from <unknown>:1 (/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm:<main>:8)
from <unknown>:1 (/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm:<entry>:9)
[jdv@wieldy p6-uri2]$ git config -l | grep url
url.ssh://git@github.com/.insteadof=git://github.com/
remote.origin.url=git@github.com:jdv/p6-uri2.git
[jdv@wieldy p6-uri2]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment