From e07f264ab799264fea8905b4c1edff6a32832cfa Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 6 Jul 2026 00:06:45 +0300 Subject: [PATCH] tlc: update PLAN.md test count + parity to 100% --- local/recipes/tui/tlc/PLAN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/recipes/tui/tlc/PLAN.md b/local/recipes/tui/tlc/PLAN.md index 97774c4760..8381900718 100644 --- a/local/recipes/tui/tlc/PLAN.md +++ b/local/recipes/tui/tlc/PLAN.md @@ -13,7 +13,7 @@ **Tests:** 1369 passing (+150 across all sprints) **Codebase:** 143 .rs files, ~59k lines **Binaries:** `tlc` (file manager), `tlcedit`, `tlcview` -**MC parity:** ~99% complete +**MC parity:** ~100% complete ## 0. IDENTITY & NAMING @@ -125,7 +125,7 @@ zero code changes. No `target_os = "redox"` or `target_os = "linux"` gates. |---|---| | Cargo build (host Linux x86_64) | ✅ Clean, 3.0 MB binary | | Cargo build (`--target x86_64-unknown-redox`) | ✅ 3.3 MB statically-linked ELF | -| `cargo test --lib` | ✅ **1230 / 1230 pass** | +| `cargo test --lib` | ✅ **1369 / 1369 pass** | | Clippy warnings | ✅ 0 lib warnings (2 pre-existing bin warnings: bitflags macro artifact + manual case-insensitive glob) | | `#![deny(unsafe_code)]` | ✅ Zero `unsafe` in any `.rs` file | | `unwrap()`/`expect()` in non-test code | ✅ Audit complete — all `Mutex::lock` use poisoning recovery |