We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://groups.google.com/d/msg/julia-users/xtPYujGOA94/XJlULPQdb-MJ
We have a perfectly good, cross-platform Base.mv function. There's no need to shell out to something that may not exist.
Base.mv
The text was updated successfully, but these errors were encountered:
FIX don't shell out mv or rmdir JuliaLang#7041
670a7b2
reopening for rm and rmdir
Sorry, something went wrong.
Also some calls ln here (#4396 creates function for this but only fixes one example). ls and chmod (to create a file) are used once or twice.
ln
ls
chmod
Successfully merging a pull request may close this issue.
https://groups.google.com/d/msg/julia-users/xtPYujGOA94/XJlULPQdb-MJ
We have a perfectly good, cross-platform
Base.mv
function. There's no need to shell out to something that may not exist.The text was updated successfully, but these errors were encountered: