Skip to content
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

Pkg should not shell out for filesystem calls #7041

Closed
vtjnash opened this issue May 30, 2014 · 2 comments · Fixed by #7046
Closed

Pkg should not shell out for filesystem calls #7041

vtjnash opened this issue May 30, 2014 · 2 comments · Fixed by #7046
Labels
bug Indicates an unexpected problem or unintended behavior system:windows Affects only Windows
Milestone

Comments

@vtjnash
Copy link
Member

vtjnash commented May 30, 2014

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.

@JeffBezanson
Copy link
Member

reopening for rm and rmdir

@hayd
Copy link
Member

hayd commented Jun 9, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior system:windows Affects only Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants