Pkg.status(pkg)
should throw a PkgError
if pkg does not exist
#18206
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
Pkg.add()
,Pkg.installed()
,Pkg.free()
all check and throw errors if the pkg does not exist. CurrentlyPkg.status()
silently returnsnothing
.The text was updated successfully, but these errors were encountered: