-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
asdf 0.16.0 #205761
asdf 0.16.0 #205761
Conversation
@SMillerDev I've updated the PR based on your comments, it's much simpler now. asdf v0.16.0 hasn't been released yet so I'm keeping this marked as a draft. |
eccda73
to
21b0534
Compare
Hi @SMillerDev , I updated this PR with a new |
@Stratus3D also need to amend the commit msg as |
PR updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Stratus3D! One minor nit and then this should be good to go.
@p-linnane PR has been updated. |
@Stratus3D Please see my outstanding comment. We still need |
PR updated @p-linnane |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Stratus3D ! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉
The all bottle split workaround is ready in |
Thanks @stefanb ! |
asdf: bottle block split for #205761
@Stratus3D please rebase this PR branch onto the latest master. |
@stefanb I rebased onto current master. |
🤖 An automated task has requested bottles to be published to this PR. |
|
asdf v0.16.0 has been released. It is a complete rewrite in Go. Because of the change of language, the build and install process changes significantly. Overall the formula is more straightforward now and more in line with the numerous other Go tools distributed via Homebrew. asdf: bottle block split
🤖 An automated task has requested bottles to be published to this PR. |
@Stratus3D Sorry for the hold up here. We had a bug on our end that was preventing this from being published correctly. This should merge shortly and we will rebase the other PR bumping the version. Thanks for your contribution and patience! |
Thanks for the update! |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?asdf v0.15.0 is the mot recent tag of asdf and the version currently available via Homebrew. I've been preparing to release asdf asdf v0.16.0, which is a complete rewrite in Go. Because of the change of language, the build and install process changes significantly. Overall the formula is more straightforward now and more in line with the numerous other Go tools distributed via Homebrew.
Currently
brew audit --strict asdf
is failing because a version must be specified, but the new version of asdf that goes with these changes has not been tagged yet (it will be shortly).Related PRs: