Fix deprecated Homebrew macOS dependency syntax - #1724
Draft
r3dbars wants to merge 1 commit into
Draft
Conversation
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.
Why
Issue #1707 reports Homebrew's deprecation warning for the cask's string-form macOS dependency.
Product Impact
docs only/ release metadatarelease opsWhat changed
depends_on macos: ">= :tahoe"to Homebrew's supported symbol formdepends_on macos: :tahoe.How I checked it
scripts/dev/agent-preflight.sh.agents/test-matrix.ymlfor the files changedbash build-deps.sh --forcebash build.sh --no-openbash run-tests.sh— 12,622 passedbash run-tests.sh --filter ReleaseMetadataContractTests— 28 passedSKIP_NOTARIZATION=1 bash build-beta.sh '' codex— local package smoke passed; no publish or notarizationruby -c Casks/transcripted.rbandgit diff --checkRisk Review
Notes
r3dbars/transcripted, default branchmain; no separater3dbars/homebrew-transcriptedrepository was needed.codex review --base origin/mainfound no issues and confirmed that the symbol-form change preserves the macOS 26+ minimum.Agent handoff
COORD_DONE: GREEN | PR to be added after creation | cask uses Homebrew symbol-form macOS dependency and its release contract test is updated | leave issue #1707 open; human review/merge only | no decisions needed | deps build, app build, 12,622 fast tests, 28 targeted contract tests, package smoke, Ruby syntax, diff check, independent review | smallest next action: review and merge the draft PR when appropriate