thoughtbot / laptop

A shell script to set up a macOS laptop for web and mobile development.
https://thoughtbot.com
MIT License
8.5k stars 1.91k forks source link

Allow specific asdf language versions as optional arg #515

Closed tschady closed 5 years ago

tschady commented 7 years ago

Some asdf plugins have architecture specific versions at the tail of list-all, unlike Ruby & Node, which have the latest at the end. Allow optional 2nd argument to install_asdf_language() to permit hardcoding version numbers.

e.g. asdf list-all golang | tail -1 yields "1.8.linux-amd64", not "1.8.3"

sighmin commented 5 years ago

@tschady Can I close this?

composerinteralia commented 5 years ago

Thanks for the contribution! I'm going to close this, since there has been no activity for a while and I think the main problem was handled by https://github.com/thoughtbot/laptop/pull/534. If there are other reasons why we need this that I am missing, we can reopen as necessary.