Private
Public Access
0
0

docs(track): result_migration_review_pass decisions for src/warmup.py INTERNAL_RETHROW (1 compliant + 0 migration-target)

This commit is contained in:
2026-06-17 15:56:16 -04:00
parent af47b3eaa2
commit 27153d89ea
@@ -216,7 +216,11 @@ Other audit findings (unchanged by this review pass):
### 2.13 `src/warmup.py` — INTERNAL_RETHROW site (1)
*(filled in Task 3.7)*
| Line | Context | Snippet | Decision | Pattern / Rationale |
|---|---|---|---|---|
| 85 | `WarmupManager.submit` (double-submit guard) | `raise RuntimeError("WarmupManager.submit() called twice; call reset() first")` | **compliant** | Validation raise for double-submit guard: the user called `submit` twice without `reset` in between, which is a programming error (API misuse). The error message is actionable. `RuntimeError` is in `PROGRAMMER_ERROR_EXCEPTIONS` |
**Subtotals:** 1 compliant + 0 migration-target.
---