Files
codex/codex-rs/tui
T
Michael Bolin 7e5c343ef5 feat: make ConstraintError an enum (#8330)
This will make it easier to test for expected errors in unit tests since
we can compare based on the field values rather than the message (which
might change over time). See https://github.com/openai/codex/pull/8298
for an example.

It also ensures more consistency in the way a `ConstraintError` is
constructed.
7e5c343ef5 ยท 2025-12-19 19:03:50 +00:00
History
..
2025-09-15 00:42:53 -07:00
2025-08-18 16:02:25 +00:00