Migrate cask command wrappers (3/8)#275991
Draft
MikeMcQuaid wants to merge 3 commits into
Draft
Conversation
Ten casks remove owned files, links or generated directories during structured flight phases. - replace Ruby removal code with scoped declarative steps - preserve recursive, globbed and ownership-filtered behaviour - retain matching uninstall semantics for GPG Suite and Python tools - depend on Homebrew/brew's matching `Add install step removals` change
The J cask only rewrites fixed launcher content after staging and does not require arbitrary Ruby. - use the shared `inreplace` spelling and option behaviour - serialise the guarded literal replacement - preserve the staged payload and uninstall behaviour - depend on Homebrew/brew's matching `Add install step inreplace` change
Sixty-two casks write fixed launchers and link them into the configured binary directory. - replace flight script generation with serialised wrapper artifacts - preserve wrapper content, targets, linking and uninstall behaviour - remove each matching Ruby flight block - depend on Homebrew/brew's matching `Add cask command wrappers` change
MikeMcQuaid
force-pushed
the
install-step-05-inreplace
branch
3 times, most recently
from
July 21, 2026 12:01
275e546 to
8f566c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sixty-two casks write fixed launchers and link them into the configured
binary directory.
Add cask command wrapperschangeNeeds Homebrew/brew#23183