-
Notifications
You must be signed in to change notification settings - Fork 5
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
Easy way to get the versions of all the packages #32
Comments
|
Your telling me: it has changed in every minor version other than 1.3 |
In 1.4 this function one wants basically exists.
By default it applies to the current active enviroment. This is what it looks like for an fresh enviroment that I just did
Here is the details it has for Embeddings:
The main thing that seems to be missing is which branch I |
The current iteration includes a I would be in favor of adding something like The feature is currently marked "experimental", but I think we can declare it stable once this project depends on it. I already rewrote most of the Pkg tests to depend on this API, so it feels pretty comprehensive, but it is difficult to know what others might find confusing. I'd be happy to know about any pain points or perhaps field names which are not clear. The most recent set of fields are here: https://github.com/JuliaLang/Pkg.jl/blob/50f9c6c7c3a7c2072914f7b1aee8a4609174f361/src/Types.jl#L1258-L1269 |
This is what I get for being 15 days behind the head. |
@yakir12: |
Now we are storing the Manifest (#6) and we can activate it (#29)
it would be nice to be able to easily get the everything out of it.
Either as a list of version or as a string printed in the repl.
I only have an example for a old file,
but right now it seems like the way to do it is rather complex.
I think we should just have a function for this.
This is pretty good,
but I think we shoukld have an easier way to get it.
So that wen working out differences between results things versions can be checked.
For newer things with Manifest we woukld want to be sure the summary info showed what branch anything was on,
cc @jamblin
The text was updated successfully, but these errors were encountered: