mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-04 21:20:48 +00:00
Three failures that tonight's --no-verify checkpoints hid: - nc_session.rs::nc_pid used Deadline::after (Result<Deadline>) where operation_deadline yields Result<Instant> — E0308 broke Native check (macOS/Windows) and the FFI cdylib builds. Reverted to the compiling form; the speculative deadline floor did not fix NT3 anyway. - resolve_query_tests.rs hit 403 lines; split the hydration adapters/tests into resolve_query_hydration_tests.rs (both now well under 400). - test_harness_contract.py pinned 9 abort_suite sites; the branch legitimately has 10 (all required-fixture guards). Updated the invariant. cargo check --all-targets --locked, clippy, fmt, source rules, harness contract, and 1562 unit tests all green locally. |
||
|---|---|---|
| .. | ||
| core | ||
| ffi | ||
| linux | ||
| macos | ||
| windows | ||