-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shell.mv
doesn't move correctly
#2293
Comments
Wow, apparently either nobody is using this function or people just used the wrong order without caring too much... Thanks for reporting :) |
I believe 5.13.3 does not fix the issue. Could you investigate? |
|
Maybe you need to update your packages... or delete build.fsx.lock |
With updated lock file
|
it looks like it's treating |
Should have written a test :( |
In addition to this bug, you would expect |
I believe so. According to documentation: "Like "mv" in a shell." |
And also different behavior depending on whether "2" actually exists as a directory or not. |
Yeah. According to the man page of |
I started this here: #2308 |
Should be released now :D |
Description
Shell.mv
should behave likemv
in shell, as described in documentation.Repro steps
https://github.com/fangyi-zhou/fake-mv-bug
1
Shell.mv "1" "2"
Expected behavior
Rename
1
to2
Actual behavior
FileNotFoundException
Known workarounds
Shell.rename
Related information
FAKE 5.13
The text was updated successfully, but these errors were encountered: