-
Notifications
You must be signed in to change notification settings - Fork 39
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
can't downgrade based on pinning #187
Labels
bug
Something isn't working
Comments
ghost
pushed a commit
that referenced
this issue
Feb 17, 2023
Previously, if you tried to pin to a lower version, we would treat it as a no-op (and keep you at your current version). Now, we'll perform the update ("downdate"). This resolves #187. We've had a few back-and-forths in this code, most recently #137. I added unit tests to try and put this to bed for good, or at least prevent further regressions.
ghost
pushed a commit
that referenced
this issue
Feb 17, 2023
Previously, if you tried to pin to a lower version, we would treat it as a no-op (and keep you at your current version). Now, we'll perform the update ("downdate"). This resolves #187. We've had a few back-and-forths in this code, most recently #137. I added unit tests to try and put this to bed for good, or at least prevent further regressions.
ghost
mentioned this issue
Feb 17, 2023
Merged
ghost
pushed a commit
that referenced
this issue
Feb 21, 2023
Previously, if you tried to pin to a lower version, we would treat it as a no-op (and keep you at your current version). Now, we'll perform the update ("downdate"). This resolves #187. We've had a few back-and-forths in this code, most recently #137. I added unit tests to try and put this to bed for good, or at least prevent further regressions. I found myself getting kinda confused about the various situations, so I wrote a novel to explain it to myself. I figured I'd keep it around for the next person.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have Klotho v0.6.1:
I pin it to v0.6.0, and it tells me I'm already up to date:
Workaround:
The text was updated successfully, but these errors were encountered: