fabro/lib/crates/fabro-cli
Bryan Helmkamp dbf3f063df
Deny unsafe_code workspace-wide, remove unsafe pointer cast from tests
Promote unsafe_code lint from warn to deny so new unsafe code is a
compile error. Add #![allow(unsafe_code)] to the two sleep_inhibitor
modules that were missing it. Replace the unsafe trait-object pointer
cast in CliMockSandbox tests with a shared Arc<Mutex<Vec<String>>>.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 17:17:59 -04:00
..
src Deny unsafe_code workspace-wide, remove unsafe pointer cast from tests 2026-04-01 17:17:59 -04:00
tests/it Move hook twin coverage to CLI workflow tests 2026-04-01 11:03:44 -04:00
build.rs Move git SHA/build date from fabro-util to fabro-cli build.rs 2026-03-13 15:03:12 -04:00
Cargo.toml Add twin test mode for OpenAI E2E tests 2026-03-31 20:36:48 -04:00