dashboard refresh
This commit is contained in:
parent
c15a45d0c6
commit
932f366597
1 changed files with 17 additions and 17 deletions
|
|
@ -1,37 +1,37 @@
|
|||
# SotS RE campaign — coverage dashboard
|
||||
|
||||
Generated 2026-09-08 13:07 UTC · `sots-re` @ 7364e62,2026-09-08 · `sots-engine` @ db0065f,2026-09-08 (113 commits) · regenerate with `tools/dashboard.py`
|
||||
Generated 2026-09-08 14:07 UTC · `sots-re` @ c15a45d,2026-09-08 · `sots-engine` @ bcf4297,2026-09-08 (115 commits) · regenerate with `tools/dashboard.py`
|
||||
|
||||
> **North star:** A functional reimplementation of the engine — behavior-equivalent, NOT byte-for-byte
|
||||
|
||||
## 1. Map coverage (campaign/board.md)
|
||||
|
||||
161 targets · mapped-or-better **136/161** `[████████░░] 84%` · verified **110/161** `[███████░░░] 68%`
|
||||
172 targets · mapped-or-better **145/172** `[████████░░] 84%` · verified **119/172** `[███████░░░] 69%`
|
||||
|
||||
| Status | Count | % |
|
||||
|---|---:|---:|
|
||||
| verified | 110 | 68% |
|
||||
| mapped | 26 | 16% |
|
||||
| verified | 119 | 69% |
|
||||
| mapped | 26 | 15% |
|
||||
| in-progress | 2 | 1% |
|
||||
| backlog | 21 | 13% |
|
||||
| backlog | 23 | 13% |
|
||||
| blocked | 2 | 1% |
|
||||
|
||||
| Type | verified | mapped | in-progress | backlog | blocked | total |
|
||||
|---|---:|---:|---:|---:|---:|---:|
|
||||
| objects | 22 | 6 | 0 | 2 | 1 | 31 |
|
||||
| control-flow | 6 | 2 | 0 | 1 | 0 | 9 |
|
||||
| objects | 25 | 6 | 0 | 2 | 1 | 34 |
|
||||
| control-flow | 7 | 2 | 0 | 1 | 0 | 10 |
|
||||
| subsystems | 3 | 7 | 1 | 3 | 1 | 15 |
|
||||
| engine | 18 | 0 | 0 | 0 | 0 | 18 |
|
||||
| verify | 28 | 4 | 0 | 11 | 0 | 43 |
|
||||
| verify | 31 | 4 | 0 | 13 | 0 | 48 |
|
||||
| phase2 | 10 | 3 | 1 | 2 | 0 | 16 |
|
||||
| meta | 21 | 4 | 0 | 1 | 0 | 26 |
|
||||
| meta | 23 | 4 | 0 | 1 | 0 | 28 |
|
||||
| other | 2 | 0 | 0 | 1 | 0 | 3 |
|
||||
|
||||
## 2. Binary understanding
|
||||
|
||||
- RTTI type descriptors: **1,924** (`Game::` 1,404, `Mars::` 194; serializable types 179)
|
||||
- Classes with recovered member layouts: **384** / 1,598 named classes `[██░░░░░░░░] 24%` — `objects/layouts.json` (serializer recovery) plus classes recovered by hand in `struct-recovery.md` + `schema-gaps-resolved.md`. Note 179 types are *serializable*; the recovery also reaches non-serializable ones, so this is not a subset of that
|
||||
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **756**, verified **734** `[██████████] 97%`
|
||||
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **801**, verified **777** `[██████████] 97%`
|
||||
|
||||
## 3. Data layer
|
||||
|
||||
|
|
@ -52,14 +52,14 @@ Generated 2026-09-08 13:07 UTC · `sots-re` @ 7364e62,2026-09-08 · `sots-engine
|
|||
| `game/events` | 558 | 3 | 152 | yes | E-events.md |
|
||||
| `game/sim` | 3,100 | 10 | 699 | yes | game-sim.md |
|
||||
| `mars/parse` | 875 | 12 | 277 | yes | mars-parse.md |
|
||||
| `mars/rng` | 206 | 0 | 0 | yes | mars-rng.md |
|
||||
| `mars/stream` | 5,392 | 7 | 295 | yes | mars-stream.md |
|
||||
| `mars/rng` | 244 | 0 | 0 | yes | mars-rng.md |
|
||||
| `mars/stream` | 5,392 | 7 | 310 | yes | mars-stream.md |
|
||||
| `mars/text` | 899 | 8 | 245 | yes | mars-text.md |
|
||||
| `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md |
|
||||
| `shim` | 9,903 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/hooks` | 6,957 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
|
||||
| **total** | **35,544** | **94** | **3155** | | |
|
||||
| **total** | **35,582** | **94** | **3170** | | |
|
||||
|
||||
Board `engine:` rows: verified **18**, mapped 0, in flight 0 (of 18) — verified & merged `[██████████] 100%`
|
||||
|
||||
|
|
@ -96,10 +96,10 @@ Most recent open:
|
|||
|
||||
## 8. Delta since previous dashboard
|
||||
|
||||
- verified targets: 105 → 110 (+5) · mapped-or-better: 131 → 136 (+5)
|
||||
- engine LOC: 35,248 → 35,544 (+296) · test files: 94 → 94 (+0) · checks: 3,142 → 3,155 (+13)
|
||||
- addresses verified: 729 → 734 (+5) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
|
||||
- verified targets: 110 → 119 (+9) · mapped-or-better: 136 → 145 (+9)
|
||||
- engine LOC: 35,544 → 35,582 (+38) · test files: 94 → 94 (+0) · checks: 3,155 → 3,170 (+15)
|
||||
- addresses verified: 734 → 777 (+43) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
|
||||
|
||||
---
|
||||
warnings: board.md: unknown types subsystems; mars-rng.md: no oracle total row parsed; mars-stream.md: no oracle total row parsed; mars-vfs.md: no oracle total row parsed
|
||||
<!-- dashboard-metrics {"verified": 110, "mapped_plus": 136, "targets": 161, "loc": 35544, "tests": 94, "checks": 3155, "addr_verified": 734, "addr_total": 756, "layouts": 384, "open_q": 26} -->
|
||||
<!-- dashboard-metrics {"verified": 119, "mapped_plus": 145, "targets": 172, "loc": 35582, "tests": 94, "checks": 3170, "addr_verified": 777, "addr_total": 801, "layouts": 384, "open_q": 26} -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue