-
Notifications
You must be signed in to change notification settings - Fork 213
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
nodist latest not downloading latest #172
Comments
Nice catch! The question here is whether (disregarding the help message) it is more intuitive to expect |
|
Ahaa, |
The rationale here is to make the life of people with slow network connections or none at all easier, by allowing them to set version specs without using the network (only if necessary, because there would be no matching version otherwise). People that want the latest version will have to do |
Ok, I'm understanding the behavior now. Took me a minute to grock but yeah, you're probably right about this being more of a bug in the documentation to understand what's going on. Keeping the wording terse for the --help file is rather difficult but I've attached an updated version that might do the trick. Modify as necessary. I updated more than just the global reference pointer notes. Feel free to discard those suggestions. |
Thank you! I've stripped out some things and replaced "reference" with "requirement" as I think that concept is closer to the way nodist works, since the version spec is evaluated lazily instead of setting a resolved version as a reference. I've created a pull request with the changes. Feel free to have a look at it and provide feedback :) |
6.7.0 is the latest version available but it seems like it's just pointing to the latest version that's installed.
I can do
nodist + latest
to get the latest installed and referenced.The text was updated successfully, but these errors were encountered: