fix(ci): green the pipeline — rustfmt ruby.rs + gate Windows-only path test #5
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h-dv/code-index!5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci-green"
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?
CI was red on every recent run. Two independent causes:
crates/plugins/src/ruby.rswasn't rustfmt-clean.cargo fmt --allfixes it — no logic change.path_display::strip_verbatim_path_preserves_componentsasserts component-wise Windows path semantics (E:\foo\barhaving 3 components), which only hold where\is a separator. On the Linux CI runner that string is a single component, sostarts_withfails. Gated#[cfg(windows)]; cross-platform prefix-strip behavior stays covered bydisplay_path_strips_drive_prefix.clippy (
-D warnings) was already passing.Verified locally on linux-x86_64 (= the CI image's platform): fmt ✅, clippy -D warnings ✅,
cargo test --workspace --no-fail-fast→ 33 suites, 0 failures.CI-only/test-only change; no version bump.
🤖 Generated with Claude Code