Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 22, 2019 21:15
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 Whateverable/ebd5d486f36502291b46e10ca42a072e to your computer and use it in GitHub Desktop.
Save Whateverable/ebd5d486f36502291b46e10ca42a072e to your computer and use it in GitHub Desktop.
evalable6
IO::Path.new("\x01\x02\x03".encode("utf8-c8")).say
(exit code 1)
Cannot resolve caller new(IO::Path:U: Blob[uint8]:D); none of these signatures match:
(IO::Path: Str $path, :$SPEC = { ... }, Str:D :$CWD, *%_)
(IO::Path: Str $path, :$SPEC = { ... }, :$CWD = { ... }, *%_)
(IO::Path: Cool $path, :$SPEC = { ... }, :$CWD = { ... }, *%_)
(IO::Path: :$basename!, :$dirname = "", :$volume = "", :$SPEC = { ... }, :$CWD = { ... }, *%_)
(IO::Path: *%_)
in block <unit> at /tmp/PKgLhkMT4u line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment