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

Handle ProcessFailedException exceptions #10

Merged
merged 1 commit into from
Jul 23, 2019
Merged

Conversation

oxinabox
Copy link
Contributor

In JuliaLang/julia#27900
run was changet to throw a ProcessFailedException rather than a ErrorException, if the process (e.g. curl/wget) returned a nonzero exit code.

One of the things not covered by julia semver was exceptions.
i.e. the type of an exception can change on minor releases.
Now of-course we don't want to make a release of julia that does break peoples plackages,
so It would be good to fix this.
Ergo this PR.

@helgee helgee merged commit f57c8cf into helgee:master Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants