dashboard refresh
This commit is contained in:
parent
4549f5eb5c
commit
35ccaf5d94
1 changed files with 18 additions and 18 deletions
|
|
@ -1,37 +1,37 @@
|
|||
# SotS RE campaign — coverage dashboard
|
||||
|
||||
Generated 2026-09-08 17:46 UTC · `sots-re` @ 6e10def,2026-09-08 · `sots-engine` @ 06fe758,2026-09-08 (150 commits) · regenerate with `tools/dashboard.py`
|
||||
Generated 2026-09-08 17:56 UTC · `sots-re` @ 4549f5e,2026-09-08 · `sots-engine` @ 0f1c007,2026-09-08 (152 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)
|
||||
|
||||
240 targets · mapped-or-better **217/240** `[█████████░] 90%` · verified **179/240** `[███████░░░] 75%`
|
||||
255 targets · mapped-or-better **230/255** `[█████████░] 90%` · verified **191/255** `[███████░░░] 75%`
|
||||
|
||||
| Status | Count | % |
|
||||
|---|---:|---:|
|
||||
| verified | 179 | 75% |
|
||||
| mapped | 38 | 16% |
|
||||
| verified | 191 | 75% |
|
||||
| mapped | 39 | 15% |
|
||||
| in-progress | 2 | 1% |
|
||||
| backlog | 19 | 8% |
|
||||
| backlog | 21 | 8% |
|
||||
| blocked | 2 | 1% |
|
||||
|
||||
| Type | verified | mapped | in-progress | backlog | blocked | total |
|
||||
|---|---:|---:|---:|---:|---:|---:|
|
||||
| objects | 30 | 6 | 0 | 2 | 1 | 39 |
|
||||
| objects | 31 | 6 | 0 | 2 | 1 | 40 |
|
||||
| control-flow | 17 | 2 | 0 | 0 | 0 | 19 |
|
||||
| subsystems | 4 | 8 | 0 | 2 | 1 | 15 |
|
||||
| engine | 22 | 0 | 0 | 0 | 0 | 22 |
|
||||
| verify | 46 | 12 | 2 | 14 | 0 | 74 |
|
||||
| verify | 54 | 13 | 2 | 16 | 0 | 85 |
|
||||
| phase2 | 13 | 3 | 0 | 0 | 0 | 16 |
|
||||
| meta | 38 | 6 | 0 | 1 | 0 | 45 |
|
||||
| other | 9 | 1 | 0 | 0 | 0 | 10 |
|
||||
| meta | 40 | 6 | 0 | 1 | 0 | 47 |
|
||||
| other | 10 | 1 | 0 | 0 | 0 | 11 |
|
||||
|
||||
## 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): **1019**, verified **957** `[█████████░] 94%`
|
||||
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **1031**, verified **968** `[█████████░] 94%`
|
||||
|
||||
## 3. Data layer
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ Generated 2026-09-08 17:46 UTC · `sots-re` @ 6e10def,2026-09-08 · `sots-engine
|
|||
|
||||
| Module | LOC | Test files | Checks | Wired | Doc |
|
||||
|---|---:|---:|---:|---|---|
|
||||
| `app` | 2,340 | 6 | 82 | yes | N-output-term.md |
|
||||
| `app` | 2,582 | 6 | 82 | yes | N-output-term.md |
|
||||
| `game/combat` | 582 | 2 | 34 | yes | mars-parse.md |
|
||||
| `game/config` | 558 | 4 | 131 | yes | M1.md |
|
||||
| `game/data` | 2,077 | 12 | 462 | yes | game-data.md |
|
||||
|
|
@ -53,7 +53,7 @@ Generated 2026-09-08 17:46 UTC · `sots-re` @ 6e10def,2026-09-08 · `sots-engine
|
|||
| `game/effects` | 973 | 3 | 231 | yes | game-effects.md |
|
||||
| `game/events` | 558 | 3 | 152 | yes | E-events.md |
|
||||
| `game/nav` | 581 | 2 | 113 | yes | — |
|
||||
| `game/sim` | 3,606 | 11 | 792 | yes | game-sim.md |
|
||||
| `game/sim` | 3,783 | 11 | 830 | yes | game-sim.md |
|
||||
| `mars/parse` | 875 | 12 | 277 | yes | mars-parse.md |
|
||||
| `mars/rng` | 244 | 0 | 0 | yes | mars-rng.md |
|
||||
| `mars/stream` | 5,407 | 7 | 310 | yes | mars-stream.md |
|
||||
|
|
@ -62,7 +62,7 @@ Generated 2026-09-08 17:46 UTC · `sots-re` @ 6e10def,2026-09-08 · `sots-engine
|
|||
| `shim` | 12,102 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/hooks` | 9,075 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
|
||||
| **total** | **44,123** | **107** | **3545** | | |
|
||||
| **total** | **44,542** | **107** | **3583** | | |
|
||||
|
||||
Board `engine:` rows: verified **22**, mapped 0, in flight 0 (of 22) — verified & merged `[██████████] 100%`
|
||||
|
||||
|
|
@ -131,11 +131,11 @@ Most recent open:
|
|||
|
||||
## 9. Delta since previous dashboard
|
||||
|
||||
- verified targets: 179 → 179 (+0) · mapped-or-better: 217 → 217 (+0)
|
||||
- engine LOC: 44,123 → 44,123 (+0) · test files: 107 → 107 (+0) · checks: 3,545 → 3,545 (+0)
|
||||
- addresses verified: 957 → 957 (+0) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
|
||||
- standalone leaves closed: 5 → 51 (+46) · leaves still diverging: 204 → 158 (-46)
|
||||
- verified targets: 179 → 191 (+12) · mapped-or-better: 217 → 230 (+13)
|
||||
- engine LOC: 44,123 → 44,542 (+419) · test files: 107 → 107 (+0) · checks: 3,545 → 3,583 (+38)
|
||||
- addresses verified: 957 → 968 (+11) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
|
||||
- standalone leaves closed: 51 → 51 (+0) · leaves still diverging: 158 → 158 (+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": 179, "mapped_plus": 217, "targets": 240, "loc": 44123, "tests": 107, "checks": 3545, "addr_verified": 957, "addr_total": 1019, "layouts": 384, "open_q": 26, "sa_closed": 51, "sa_left": 158} -->
|
||||
<!-- dashboard-metrics {"verified": 191, "mapped_plus": 230, "targets": 255, "loc": 44542, "tests": 107, "checks": 3583, "addr_verified": 968, "addr_total": 1031, "layouts": 384, "open_q": 26, "sa_closed": 51, "sa_left": 158} -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue