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

mv error message could be more clear #33201

Closed
00vareladavid opened this issue Sep 9, 2019 · 0 comments · Fixed by #38242
Closed

mv error message could be more clear #33201

00vareladavid opened this issue Sep 9, 2019 · 0 comments · Fixed by #38242
Labels
domain:error messages Better, more actionable error messages domain:filesystem Underlying file system and functions that use it

Comments

@00vareladavid
Copy link
Contributor

mv(somepath, "dev/Example") fails with ERROR: SystemError (with /tmp/foobar/dev/Example): mkdir: No such file or directory when the dev directory does not exist.

I first thought that mv expected that Example be an existing directory. Mentioning that dev is the problem, and not Example, would have helped me understand the issue more quickly.

@stevengj stevengj added the domain:error handling Handling of exceptions by Julia or the user label Sep 9, 2019
@simonbyrne simonbyrne added the domain:filesystem Underlying file system and functions that use it label Oct 30, 2020
@simonbyrne simonbyrne added domain:error messages Better, more actionable error messages and removed domain:error handling Handling of exceptions by Julia or the user labels Oct 30, 2020
fredrikekre pushed a commit that referenced this issue Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:error messages Better, more actionable error messages domain:filesystem Underlying file system and functions that use it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants