-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
cleaner: rewrite node shebangs #17773
Conversation
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.
Cautiously approve but this will affect a ton of formulae so maybe worth holding until after the next Monday release (already got a lot of other big changes on master
that's taken a while to stabilise).
We already have at least one formula that actually tries to undo all the Perl stuff here and that's not a very good sign as Cleaner
should never break a formula: Homebrew/homebrew-core@b551b40. There is significantly less Perl formulae than Node formulae.
Ideally we'd have some way to roll this out more gradually.
Agreed 👍🏻 |
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.
Approving but marking as draft until next release.
how do we feel about merging this now? I'm rebuilding node formulae for #17867 and having this would help us catch any potential issues quickly |
There will likely be a follow up release tonight with #17902 (if approved, else tomorrow). |
Thanks @branchvincent, good to go now. |
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?Fixes Homebrew/homebrew-core#176257
Closes #17539
This rewrites
node
shebangs during cleanup, as we do forperl
Not sure if we need tests here?
rewrite_shebangs
doesn't have any yet, happy to try to add some