Skip to content

Instantly share code, notes, and snippets.

@patrickbkr
Created November 6, 2020 11:31
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 patrickbkr/71dbdec6d4f0e0cce91a88ec06505f69 to your computer and use it in GitHub Desktop.
Save patrickbkr/71dbdec6d4f0e0cce91a88ec06505f69 to your computer and use it in GitHub Desktop.
===> Testing: Config::Parser::toml:ver<1.0.2>:auth<github:scriptkitties>
[Config::Parser::toml] Cannot resolve caller read(Config:D: IO::Path:D); none of these signatures match:
[Config::Parser::toml] (Config: *%_ --> Config)
[Config::Parser::toml] (Config: Str $path, Str $parser = "", Bool :$skip-not-found = Bool::False, *%_ --> Config)
[Config::Parser::toml] (Config: List $paths, Str $parser = "", Bool :$skip-not-found = Bool::False, *%_ --> Config)
[Config::Parser::toml] (Config: Hash $hash, *%_ --> Config)
[Config::Parser::toml] in block <unit> at t/01-read.t line 13
[Config::Parser::toml] Type check failed in binding to parameter '$path'; expected Str but got IO::Path (IO::Path.new("/tmp/c...)
[Config::Parser::toml] in method write at /home/patrick/.zef/store/Config-2.1.0.tar.gz/Config-2.1.0/lib/Config.pm6 (Config) line 243
[Config::Parser::toml] in block <unit> at t/02-write.t line 28
===> Testing [FAIL]: Config::Parser::toml:ver<1.0.2>:auth<github:scriptkitties>
Aborting due to test failure: Config::Parser::toml:ver<1.0.2>:auth<github:scriptkitties> (use --force-test to override)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment