-
Notifications
You must be signed in to change notification settings - Fork 838
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
bug: asdf cannot be downgraded via homebrew #1892
Comments
AFAIK you can't choose a version on homebrew, but you can downgrade to 0.15.0 doing this: curl https://raw.githubusercontent.com/Homebrew/homebrew-core/bfbd802015ff065d868032c92e5092109882741b/Formula/a/asdf.rb -o asdf.rb
brew unlink asdf
brew install --formula asdf.rb
brew pin asdf # optional, if you want to avoid upgrading again |
@MihaiOnSoftware I'm sorry you had issues with version 0.16.0! It'd be great if Homebrew made it easier to install older versions, but homebrew-core seems to only support one version at a time. Once my PR for 0.16.0 got merged everyone installing/upgrade asdf effectively got forced onto the new version. I'm closing this issue as there isn't anything asdf core maintainers can do to improve this. @guilhermearaujo solution is what I'd recommend for those that want to roll back to previous versions. |
@Stratus3D According to their docs, it seems like you can have multiple deployed versions? |
@theblang true! I'd welcome a |
Describe the Bug
asdf
0.16.0 has a lot of breaking changes which cause other tools in the ecosystem to break. For example RubyMine needs to be manually configured in a painful way. As a result it would be great to be able to downgrade until the rest of the ecosystem aroundasdf
catches up. Considering that homebrew is the primary package manager and in fact one of the recommended ways of installingasdf
, it would be ideal to be able to downgrade using it.Steps to Reproduce
In the terminal run
brew install [email protected]
to try and install a previous version ofasdf
Expected Behaviour
asdf 0.15.0
is installedActual Behaviour
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: