Last active
December 23, 2015 02:19
-
-
Save tadzik/6565882 to your computer and use it in GitHub Desktop.
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
$ ls | |
bar bug.pl foo | |
$ cat bug.pl | |
'foo'.path.copy('bar'); | |
$ rakudobrew current | |
Currently running parrot-HEAD | |
$ perl6 bug.pl | |
$ rakudobrew switch jvm-HEAD | |
Switching to jvm-HEAD | |
$ perl6 bug.pl | |
Unhandled exception: Failed to copy 'foo' to 'bar': File /tmp/bug/bar already exists | |
in throw (src/gen/CORE.setting) | |
in sink (src/gen/CORE.setting) | |
in MAIN (src/gen/main.nqp:44) | |
in (src/gen/main.nqp:38) | |
in (src/gen/main.nqp) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment