docs(track): result_migration_review_pass decisions for src/warmup.py INTERNAL_RETHROW (1 compliant + 0 migration-target)
This commit is contained in:
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user