-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
bat: install bundled fish completions #40280
Conversation
bat
](https://github.com/sharkdp/bat). In bat
version [v0.11.0](https://github.com/sharkdp/bat/releases/tag/v0.11.0), they added [manually written](https://github.com/sharkdp/bat/pull/524) [fish completions](https://github.com/sharkdp/bat/pull/555) since they disabled the automatically generated completions in [v0.10.0](https://github.com/sharkdp/bat/releases/tag/v0.10.0). This update simply installs them during brew install
.bat
to install bundled fish completions
bat
to install bundled fish completionsThere 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.
LGTM
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.
I spoke too soon. If you want this change to be shipped out to users, can you please add a revision bump? i.e., revision 1
below the sha256 checksum? You can automate the process with brew bump-revision bat
.
Thanks!
Revision bumped! Thanks for the review, @zbeekman! |
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.
LGTM
@lwolfsonkin For future reference: Please set the commit message to start with the formula name (like the PR title) and squash commits. Thanks! |
Thanks for your contribution to Homebrew! 🎉 🥇 Without awesome contributors like you, it would be impossible to maintain Homebrew to the high level of quality users have come to expect. Thank you!!!! |
Closes #40280. Signed-off-by: Izaak Beekman <[email protected]>
Will squash for the future! Sorry about that. And no problem! :) |
These are included w/ installation as of Homebrew/homebrew-core#40280
Installs bundled fish completions for
bat
.In
bat
version v0.11.0, they added manually written fish completions (in sharkdp/bat#524 and sharkdp/bat#555) since they disabled the automatically generated completions in v0.10.0. This update simply installs them duringbrew install
. Note that this is a sort of soft reversion of #36116.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 doingbrew install <formula>
)?brew audit
like in freetds 1.00.15 #5561, so I could not. I attempted troubleshooting, but to no avail.