You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found myself using Pkg.project() and Pkg.dependencies() often when inspecting the dependency tree of a package. The docstring says that the functions are experimental. The functions were introduced for julia 1.4 in in 2019 and haven't changed much since.
Is there a plan to stabilize them? Should they still be considered experimental?
The text was updated successfully, but these errors were encountered:
I found myself using
Pkg.project()
andPkg.dependencies()
often when inspecting the dependency tree of a package. The docstring says that the functions are experimental. The functions were introduced for julia 1.4 in in 2019 and haven't changed much since.Is there a plan to stabilize them? Should they still be considered experimental?
The text was updated successfully, but these errors were encountered: