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

ProcessFailedException needs a compat entry #47990

Closed
LilithHafner opened this issue Dec 24, 2022 · 3 comments
Closed

ProcessFailedException needs a compat entry #47990

LilithHafner opened this issue Dec 24, 2022 · 3 comments
Labels
needs compat annotation Add !!! compat "Julia x.y" to the docstring

Comments

@LilithHafner
Copy link
Member

julia> ProcessFailedException
ERROR: UndefVarError: ProcessFailedException not defined

julia> VERSION
v"1.0.5"
help?> ProcessFailedException
search: ProcessFailedException

  ProcessFailedException

  Indicates problematic exit status of a process. When running commands or pipelines, this is thrown to indicate a nonzero exit code was returned
  (i.e. that the invoked process failed).

julia> VERSION
v"1.8.3"
@inkydragon
Copy link
Member

Add in v1.2: #27900

@inkydragon inkydragon added the needs compat annotation Add !!! compat "Julia x.y" to the docstring label Dec 25, 2022
@LilithHafner
Copy link
Member Author

That bisection is probably 70% of the work in making a PR for this issue, thanks! if you'd like to go all the way I'd be happy to review it.

@KristofferC
Copy link
Member

Since this is on an unsupported Julia version, I think this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs compat annotation Add !!! compat "Julia x.y" to the docstring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants