moznion / p6-Text-LTSV

LTSV formatted text parser and builder for perl6
Artistic License 2.0
0 stars 2 forks source link

Module does not install due to failed tests #3

Open Xliff opened 6 years ago

Xliff commented 6 years ago

Output from installation attempt:

$ zef install Text::LTSV
===> Searching for: Text::LTSV
===> Testing: Text::LTSV
Type check failed for return value; expected Array[Pair] but got Array[Pair].new("foo" => "bar", ...
  in method parse-line at /home/cbwood/.zef/store/p6-Text-LTSV.git/299f787c4855d9cc26017ab15e74e2645c4481d6/lib/Text/LTSV/Parser.pm6 (Text::LTSV::Parser) line 45
  in block <unit> at t/01-basic.t line 9

===> Testing [FAIL]: Text::LTSV
Aborting due to test failure: Text::LTSV (use --force-test to override)
AlexDaniel commented 6 years ago

Note that this is actually a bug in rakudo: https://github.com/rakudo/rakudo/issues/2182