Skip to content

Instantly share code, notes, and snippets.

@tony-o
Created March 29, 2016 22:37
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 tony-o/da4945f12fac442ead19b02d483a388d to your computer and use it in GitHub Desktop.
Save tony-o/da4945f12fac442ead19b02d483a388d to your computer and use it in GitHub Desktop.
io-blob
tonyo@mbp:~/projects/p6-flow$ zef install IO::Blob
===> Searching for: IO::Blob
===> Testing: IO::Blob
# Failed test at t/010_basic.t line 100
# expected: "IO::Blob.new(data => utf8.new(108, 105, 110, 101, 49, 10, 108, 105, 110, 101, 50, 10, 108, 105, 110, 101, 51, 10, 108, 105, 110, 101, 52))"
# got: "IO::Blob.new(data => utf8.new(108,105,110,101,49,10,108,105,110,101,50,10,108,105,110,101,51,10,108,105,110,101,52))"
# Looks like you failed 1 test of 18
# Failed test 'Test for getc()'
# at t/010_basic.t line 71
# Looks like you failed 1 test of 12
===> Testing [FAIL]: IO::Blob
Aborting due to test failure: IO::Blob (use --force to override)
in code at /Users/tonyo/projects/zef/lib/Zef/Client.pm6 line 280
in method test at /Users/tonyo/projects/zef/lib/Zef/Client.pm6 line 259
in code at /Users/tonyo/projects/zef/lib/Zef/Client.pm6 line 428
in method install at /Users/tonyo/projects/zef/lib/Zef/Client.pm6 line 425
in sub MAIN at /Users/tonyo/projects/zef/lib/Zef/CLI.pm6 line 114
in block <unit> at /Users/tonyo/projects/zef/bin/zef line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment