mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
8614f92fc4
## Summary - Remove the stale `?` after `AbsolutePathBuf::join` in the unified exec integration test helper. ## Root Cause - `AbsolutePathBuf::join` was made infallible, but `core/tests/suite/unified_exec.rs` still treated it as a `Result`, which broke the Windows test build for the `all` integration test target. ## Validation - `just fmt` - `cargo test -p codex-core --test all unified_exec_resolves_relative_workdir`
8614f92fc4
ยท
2026-04-07 12:01:06 -07:00
History