pakrym-oai
5e58b6d77f
[codex] remove stale PathExt import ( #28344 )
...
## Why
`main` fails dev-profile Cargo and Bazel Clippy builds because
`core/src/tools/runtimes/mod_tests.rs` imports `PathExt` after its last
use was removed. With warnings denied, that stale import prevents
`codex-core` test targets from compiling across platforms.
## What changed
Remove the unused `PathExt` import. Remaining `.abs()` calls in the
module operate on `PathBuf` and continue to use `PathBufExt`.
## Validation
- `just fmt`
- Focused `codex-core` test compile attempted; blocked locally by disk
exhaustion before compilation completed. The CI failure itself is the
unused-import diagnostic this change removes.
2026-06-15 09:56:21 -07:00
..
2026-06-15 08:18:13 -07:00
2026-06-15 12:21:02 +02:00
2026-06-15 08:18:13 -07:00
2026-06-15 18:26:34 +02:00
2026-06-12 15:50:30 -07:00
2026-06-12 19:42:11 -07:00
2026-06-12 11:38:01 -07:00
2026-06-15 18:26:44 +02:00
2026-06-15 08:18:13 -07:00
2026-06-15 08:18:13 -07:00
2026-06-15 09:56:21 -07:00
2026-06-13 20:56:42 +00:00
2026-06-12 16:58:42 -07:00
2026-06-12 16:58:42 -07:00
2026-06-10 20:43:03 -07:00
2026-06-12 13:50:04 -07:00
2026-06-13 00:44:39 -07:00
2026-06-15 18:48:47 +02:00
2026-06-11 22:30:41 -07:00
2026-06-11 22:30:41 -07:00
2026-06-12 11:20:34 +02:00
2026-06-11 13:42:09 -07:00
2026-06-13 01:27:58 -07:00
2026-06-11 04:11:26 +00:00
2026-06-11 13:42:09 -07:00
2026-06-10 12:54:21 +02:00
2026-06-12 09:06:58 -07:00
2026-06-12 17:11:32 -07:00
2026-06-14 06:07:46 +00:00
2026-06-11 11:28:16 +02:00
2026-06-11 11:28:16 +02:00
2026-06-05 11:20:52 -07:00
2026-06-05 11:20:52 -07:00
2026-06-05 11:20:52 -07:00
2026-06-03 10:41:41 -07:00
2026-06-12 16:58:42 -07:00
2026-06-08 21:32:46 -07:00
2026-06-12 13:50:04 -07:00
2026-06-10 19:21:24 -07:00
2026-06-10 19:21:24 -07:00
2026-06-11 13:42:09 -07:00
2026-05-13 11:15:25 -07:00
2026-06-12 22:03:51 +00:00
2026-05-26 20:59:47 -07:00
2026-06-12 22:03:51 +00:00
2026-06-15 11:10:51 +02:00
2026-05-28 10:24:03 -07:00
2026-06-10 04:41:06 +00:00
2026-06-15 11:10:51 +02:00
2026-06-15 08:28:02 -07:00
2026-05-20 17:10:37 -07:00
2026-06-11 18:16:39 -07:00
2026-06-02 12:10:14 +02:00
2026-06-14 00:14:26 -07:00
2026-06-12 13:50:04 -07:00
2026-06-09 00:38:35 +00:00
2026-06-14 00:14:26 -07:00
2026-05-20 16:03:51 -07:00
2026-06-12 15:05:37 -07:00
2026-06-01 18:45:07 +00:00
2026-06-11 13:42:09 -07:00
2026-05-26 11:01:18 +02:00
2026-06-01 23:33:42 +00:00
2026-05-19 11:03:47 -07:00
2026-05-15 10:58:50 -07:00
2026-05-15 10:58:50 -07:00
2026-06-11 16:55:01 -07:00
2026-06-15 08:18:13 -07:00
2026-06-15 08:18:13 -07:00
2026-06-15 08:18:13 -07:00
2026-06-15 08:18:13 -07:00
2026-06-03 15:38:30 +02:00
2026-06-03 10:41:41 -07:00
2026-06-10 14:31:09 +02:00
2026-06-12 11:57:22 -07:00
2026-06-11 13:42:09 -07:00
2026-06-15 11:10:51 +02:00
2026-06-12 18:00:31 -07:00
2026-06-12 13:50:04 -07:00
2026-06-12 13:50:04 -07:00
2026-06-10 17:17:44 -07:00
2026-06-10 17:17:44 -07:00
2026-06-11 13:42:09 -07:00
2026-06-11 13:42:09 -07:00
2026-06-05 11:27:10 -07:00
2026-06-05 11:27:10 -07:00
2026-05-14 16:54:59 -07:00
2026-05-14 16:54:59 -07:00
2026-05-28 15:26:55 -07:00
2026-05-28 15:26:55 -07:00
2026-05-22 12:13:52 +02:00
2026-05-29 11:01:44 -07:00