-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
allow unfinished version when pinning custom toolchain #249
Comments
Hidden behind this ticket are really two asks:
I'm strongly in favor of 1, i'm a bit unsure about how to do 2. I can see two options: Pin to latest version by default: rye pin 3.7 # pins 3.7.9
rye pin 3.7 --loose # pins 3.7 Pin lose by default: rye pin 3.7 # pins 3.7
rye pin 3.7 --precise # pins 3.7.9 Or a version of that. |
There is also a third ask here which is that for manually registered toolchains, a request also picks the latest available which currently is also not yet supported. |
yes, it also makes more sense to me too. (I think > rye pin pypy # pins [email protected]
> rye pin pypy --as-is # pins pypy |
I think I like neither |
Or |
Most of it is I believe supported in #255 now. Would be nice if you could this this. Note that I did not support |
custom toolchains in most of times associated with single version. so that would be nice prevent always write |
My biggest worry is that it introduces ambiguous syntax. In theory you can already name your custom tool-chain "1234" too. |
it can solve by limit the toolchain naming to match identity stile. ( |
it's not that much big problem. |
IMO it could allow even
rye pin x86
(without any version) and use its latest version available.The text was updated successfully, but these errors were encountered: