-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
Use versioned Perl shebangs on macOS and support replacing shebangs during relocation #11286
Conversation
Review period will end on 2021-04-30 at 16:56:45 UTC. |
Due to the nature of changing relocation, there is a window between this potentially being merged and a new brew tag being released where bottles will be created in our CI with |
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.
Makes sense. Suggestion: when we're ready to go with this we run a single test PR through homebrew/core and then make a tag before publishing any bottles.
Great work @Bo98! |
Review period ended. |
Added a tweak to address #11108. |
# Use keyword args instead of positional args for initialization. | ||
def initialize(**kwargs) | ||
super(*members.map { |k| kwargs[k] }) | ||
class Relocation |
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.
Worth having any basic unit tests for this class?
Note to self: follow up on cleanup comments from #11331 (comment) when this is merged. |
Fixes CI failure seen in Homebrew#76444 and various other PRs. Also, update the license. There are no "or later" references in the source repository. See Homebrew/brew#11286.
Fixes CI failure seen in Homebrew#77228 and various other PRs. Also, update the license, and use `https` in homepage. See Homebrew/brew#11286. License ref: https://metadata.ftp-master.debian.org/changelogs//main/m/monkeysphere/monkeysphere_0.44-1_copyright
Fixes CI failure seen in #76444 and various other PRs. Also, update the license. There are no "or later" references in the source repository. See Homebrew/brew#11286. Closes #77243. Signed-off-by: Sean Molenaar <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?See #11227 and #11275.
Commits are split to make it easier to review.