mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[PR #104] [MERGED] Fix UTF-8 truncation panics in events outputFor origin #136
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/104
Author: @raiscui
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @mikeyobrien
Base:
main← Head:for_origin📝 Commits (2)
fd8477aFix UTF-8 truncation panics in events outputdcbc563To adjust the pull request comments to English📊 Changes
8 files changed (+196 additions, -15 deletions)
View changed files
📝
crates/ralph-cli/src/display.rs(+91 -8)📝
crates/ralph-e2e/src/scenarios/capabilities.rs(+15 -1)📝
crates/ralph-e2e/src/scenarios/connectivity.rs(+15 -1)📝
crates/ralph-e2e/src/scenarios/errors.rs(+15 -1)📝
crates/ralph-e2e/src/scenarios/events.rs(+15 -1)📝
crates/ralph-e2e/src/scenarios/hats.rs(+15 -1)📝
crates/ralph-e2e/src/scenarios/memory.rs(+15 -1)📝
crates/ralph-e2e/src/scenarios/mod.rs(+15 -1)📄 Description
It turns out that when Chinese characters appear in files like PROMPT.md, it will panic.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.