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.status(pkg) should throw a PkgError if pkg does not exist #18206

Closed
jakebolewski opened this issue Aug 23, 2016 · 1 comment · Fixed by #25280
Closed

Pkg.status(pkg) should throw a PkgError if pkg does not exist #18206

jakebolewski opened this issue Aug 23, 2016 · 1 comment · Fixed by #25280
Labels
error handling Handling of exceptions by Julia or the user good first issue Indicates a good issue for first-time contributors to Julia Hacktoberfest Good for Hacktoberfest participants packages Package management and loading

Comments

@jakebolewski
Copy link
Member

Pkg.add(), Pkg.installed(), Pkg.free() all check and throw errors if the pkg does not exist. Currently Pkg.status() silently returns nothing.

@jakebolewski jakebolewski added packages Package management and loading error handling Handling of exceptions by Julia or the user labels Aug 23, 2016
@kshyatt kshyatt added the good first issue Indicates a good issue for first-time contributors to Julia label Aug 23, 2016
@jakebolewski
Copy link
Member Author

This is a trivial change after #18210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error handling Handling of exceptions by Julia or the user good first issue Indicates a good issue for first-time contributors to Julia Hacktoberfest Good for Hacktoberfest participants packages Package management and loading
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants