Skip to content

fix: use bare %orig inside confirmation block in ReelsPlayback - #1

Closed
InvalidPandaa wants to merge 1 commit into
mainfrom
claude/github-actions-ipa-build-fix-vfbwze
Closed

fix: use bare %orig inside confirmation block in ReelsPlayback#1
InvalidPandaa wants to merge 1 commit into
mainfrom
claude/github-actions-ipa-build-fix-vfbwze

Conversation

@InvalidPandaa

Copy link
Copy Markdown
Owner

Newer Logos versions reject %orig(arg1, arg2) with explicit arguments
when it appears inside a block, failing with:

error: Invalid argument structure in %orig

This broke the IPA/tweak build in GitHub Actions. Bare %orig forwards
the original method arguments automatically, so it is equivalent here and
matches the pattern already used for every other confirmation block in
the codebase (Confirm/*, Tweak.x).

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01KP6Txnj2YknANndXGjgTwW

Newer Logos versions reject `%orig(arg1, arg2)` with explicit arguments
when it appears inside a block, failing with:

    error: Invalid argument structure in %orig

This broke the IPA/tweak build in GitHub Actions. Bare `%orig` forwards
the original method arguments automatically, so it is equivalent here and
matches the pattern already used for every other confirmation block in
the codebase (Confirm/*, Tweak.x).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KP6Txnj2YknANndXGjgTwW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants