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
Sandbox.jl's error message are really dense, and sometimes nearly unusable.
At line 283, ABORTED (2: No such file or directory)!
Turned out /proc didn't exist.
/proc
At line 139, ABORTED (2: No such file or directory)!
Impossible to actually find out what was wrong; touch failed but the argument isn't reported. Turned out /dev didn't exist.
touch
/dev
Verbose mode often helps, but I'd argue some additional error information would be valuable too.
The text was updated successfully, but these errors were encountered:
verbose: false
Appears fixed by #87 a year ago, but no release since?
Sorry, something went wrong.
No branches or pull requests
Sandbox.jl's error message are really dense, and sometimes nearly unusable.
Turned out
/proc
didn't exist.Impossible to actually find out what was wrong;
touch
failed but the argument isn't reported.Turned out
/dev
didn't exist.Verbose mode often helps, but I'd argue some additional error information would be valuable too.
The text was updated successfully, but these errors were encountered: