Files
tty7/crates
l0ng-ai 816a45cc17 fix(ci): build the unrepresentable-path case on Windows too
The `to_frame` guard reached for a Latin-1 filename through
`os::unix::ffi`, in a test module that is not Unix-only. It now asks
each platform for a path it accepts and `str` cannot hold — Latin-1
bytes on Unix, an unpaired surrogate on Windows — which compiles there
and, more to the point, actually asserts the refusal on both.
2026-07-28 22:39:16 +08:00
..