-
Notifications
You must be signed in to change notification settings - Fork 788
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
Add support for wildcard in local .tool-versions file #720
Comments
For example, Node.js has a very fast release cycle, so it's really hustle to clearly separate 14.0.0 and 14.2.0. and in most cases, there's not much difference between the two. |
The following syntax is my idea, but if there is a better idea, I would also like to hear it.
|
Given asdf forces everyone in the project sharing the exact same version, users don't end up in the situation where they can disagree on it's use. I personally am not a fan of this feat request. Additionally, how would this work with tools with many differing version sources, like Java for instance. How would this syntax work with?
I'm interested in the thoughts of the @asdf-vm/core on this. |
I agree with @jthegedus views on this. I am going to close this issue as I think #352 is similar and already has more discussion on it. |
Notably, I was the one who requested this in #226 but after a few years on projects without |
Indeed. That makes sense. |
It would really be great if you allow users to choose for themselves by providing this feature. Let us decide what works for us and what not, please. |
In a particular language, it's hustle to all runtime versions completely matched by all developers during development phase. So I think it would be good to have such support.
The text was updated successfully, but these errors were encountered: