Skip to content

merge queue: embarking main (bd7a116) and #1316 together#1318

Closed
mergify[bot] wants to merge 2 commits intomainfrom
mergify/merge-queue/5a050c930b
Closed

merge queue: embarking main (bd7a116) and #1316 together#1318
mergify[bot] wants to merge 2 commits intomainfrom
mergify/merge-queue/5a050c930b

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Apr 29, 2026

🎉 This pull request has been checked successfully and will be merged soon. 🎉

Branch main (bd7a116) and #1316 are embarked together for merge.

This pull request has been created by Mergify to speculatively check the mergeability of #1316.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.

Required conditions of queue rule default for merge:

Required conditions to stay in the queue:

---
checking_base_sha: bd7a1162e3c2c32403f6e7b80723c4c431a9078a
previous_failed_batches: []
pull_requests:
  - number: 1316
    scopes: []
scopes: []
...

jd and others added 2 commits April 29, 2026 14:22
`CommandError.__str__` decoded captured stdout as strict UTF-8, so any
non-UTF-8 bytes from a subprocess (legacy locales, binary diff fragments,
truncated multi-byte sequences) would turn `str(error)` into a
`UnicodeDecodeError`. Every error-formatting site is affected — the
top-level CLI handler in `cli.py:104`, log messages, etc. — converting
the failure into an unhandled traceback instead of a clean message.

Switch to `decode(errors="replace")`. Invalid bytes become the U+FFFD
replacement character; all other formatting is preserved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Change-Id: I3e3fd853218a6c4294b17e9529794320288124e5
@mergify mergify Bot deployed to Mergify Merge Protections April 29, 2026 17:07 Active
@mergify mergify Bot closed this Apr 29, 2026
@mergify mergify Bot deleted the mergify/merge-queue/5a050c930b branch April 29, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant