Files
codex/codex-rs/protocol/src
T
jif-oai 895e2d056f nit: get rid of an expect (#18144)
Get rid of an `expect()` that caused a `panic` in the TUI

<img width="1320" height="415" alt="Screenshot 2026-04-16 at 15 30 20"
src="https://github.com/user-attachments/assets/588aaf6f-b009-4b58-8daf-56c3a9d6fe3b"
/>


Basically in `from_absolute_path` there is a `absolutize::absolutize`
that calls a `current_dir()` . But the dir in which Codex was running
got re-generated (because of Codex I guess but I can't exactly see the
source). So `current_dir()` returns an `ENOENT` and 💥
895e2d056f · 2026-04-16 15:51:52 +01:00
History
..
2026-04-11 13:58:16 -07:00
2026-04-14 14:26:10 -07:00
2026-04-11 13:58:16 -07:00
2026-04-11 13:58:16 -07:00
2026-04-14 14:26:10 -07:00
2026-04-06 19:17:14 -07:00
2026-04-16 15:51:52 +01:00
2026-01-28 15:29:14 +01:00