[PR #104] [MERGED] Fix UTF-8 truncation panics in events outputFor origin #136

Closed
opened 2026-02-27 10:22:22 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: for_origin


📝 Commits (2)

  • fd8477a Fix UTF-8 truncation panics in events output
  • dcbc563 To 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mikeyobrien/ralph-orchestrator/pull/104 **Author:** [@raiscui](https://github.com/raiscui) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@mikeyobrien](https://github.com/mikeyobrien) **Base:** `main` ← **Head:** `for_origin` --- ### 📝 Commits (2) - [`fd8477a`](https://github.com/mikeyobrien/ralph-orchestrator/commit/fd8477aa4d6a4f422541c2f4693cbb60b3117c30) Fix UTF-8 truncation panics in events output - [`dcbc563`](https://github.com/mikeyobrien/ralph-orchestrator/commit/dcbc563f155dc452d34566289adcf1f711423228) To adjust the pull request comments to English ### 📊 Changes **8 files changed** (+196 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description It turns out that when Chinese characters appear in files like PROMPT.md, it will panic. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#136
No description provided.