mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #201] [MERGED] fix: resolve clippy warnings and add missing ACP struct fields #196
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#196
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/201
Author: @jsamuel1
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @mikeyobrien
Base:
main← Head:fix/clippy-and-missing-fields📝 Commits (1)
caa4630fix: resolve clippy warnings and add missing struct fields📊 Changes
11 files changed (+34 additions, -20 deletions)
View changed files
📝
crates/ralph-adapters/src/acp_executor.rs(+9 -0)📝
crates/ralph-api/src/idempotency.rs(+2 -2)📝
crates/ralph-cli/src/loop_runner.rs(+5 -0)📝
crates/ralph-core/src/event_loop/tests.rs(+1 -1)📝
crates/ralph-core/src/testing/smoke_runner.rs(+2 -2)📝
crates/ralph-core/src/utils.rs(+1 -1)📝
crates/ralph-e2e/src/analyzer.rs(+5 -5)📝
crates/ralph-e2e/src/backend.rs(+2 -2)📝
crates/ralph-e2e/src/executor.rs(+2 -2)📝
crates/ralph-e2e/src/scenarios/incremental.rs(+3 -3)📝
crates/ralph-tui/src/widgets/header.rs(+2 -2)📄 Description
duration_suboptimal_unitsclippy warnings across all crates (from_secs → from_mins/from_hours)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.