Skip to content

Instantly share code, notes, and snippets.

@tadzik
Last active December 23, 2015 02:19
Show Gist options
  • Save tadzik/6565882 to your computer and use it in GitHub Desktop.
Save tadzik/6565882 to your computer and use it in GitHub Desktop.
$ 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