fabro/lib
Bryan Helmkamp 91a265c3a5
Fix process_alive panic on u32 PID values exceeding i32::MAX
The cast_possible_wrap lint fix changed `pid as i32` to
`i32::try_from(pid).unwrap()`, but the unwrap panics when the PID
exceeds i32::MAX (e.g. u32::MAX used in tests). Return false instead
since such values are not valid Unix PIDs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:09 -04:00
..
crates Fix process_alive panic on u32 PID values exceeding i32::MAX 2026-03-29 13:47:09 -04:00
packages/fabro-api-client Clean up resolved settings interfaces 2026-03-29 13:47:07 -04:00