-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
serdes 5.3.1 (new formula), kafkacat (avro support) #44391
Conversation
I'm working through some dependency issues (it's my first time contributing here) running brew audit. |
|
Should be ready to merge at this point |
@chenrui333 is a manual review required prior to merging? |
There is always a review prior to merging. |
@SMillerDev is there anything that I need to do to request a review? This has been ready to merge for a week. The only question I had was how to set hashes for binary builds to include. Is this done by some magical post-merge build process or do I have to to some special incantation? |
No, you just have to wait until someone has time to look at it. As for the bottles, those are updated when a maintainer pulls the changes. |
@peoplemerge Any chance you can address the two review comments? I'm looking forward to Avro support in the kafkacat formula! :) |
@kinghuang so sorry! Life went boom. I'm back on it. |
Can someone kick the build? I can't see the build error, suspect it's test run fragility. |
@BrewTestBot test this please |
Fixes: "Align the elements of a hash literal if they span more than one line"
@SMillerDev bump... think this is ready for final review |
@BrewTestBot test this please |
Thanks @peoplemerge ! 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! 👍 🎉 |
@BrewTestBot test this please |
So - I gather this has merged (although I do see a message specifying unmerged commits). When I pull master, it seems to still pour an old kafkacat bottle. The resulting Edit: however, the following works: @SMillerDev - ideas? |
Improves kafkacat 1.5.0 #44261; implements kafkacat would benefit from avro support #44390
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>
)?