Created
February 21, 2020 19:26
Why did it not select the :basename candidate??
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cannot resolve caller new(IO::Path:U: :basename(Str)); none of these signatures match: | |
(IO::Path: $path, :$CWD!, *%_ --> IO::Path) | |
(IO::Path: $path, IO::Spec:D :$SPEC!, *%_ --> IO::Path) | |
(IO::Path: :$basename!, :$dirname = "", :$volume = "", :$CWD = { ... }, IO::Spec:D :$SPEC = { ... }, *%_) | |
(IO::Path: Str:D $path, *%_ --> IO::Path) | |
(IO::Path: $path, *%_ --> IO::Path) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment