Refactor runtime ownership and clean up warnings
This commit is contained in:
parent
f23a3b3add
commit
486b061558
628 changed files with 97954 additions and 90763 deletions
|
|
@ -19,7 +19,7 @@ Implemented today:
|
|||
normalized runtime state validation
|
||||
- periodic trigger dispatch exists, including ordered periodic maintenance, dirty rerun `0x0a`, and
|
||||
a normalized runtime-effect surface with staged event-record mutation
|
||||
- snapshots, state dumps, save-slice projection, and normalized state diffing already exist in the
|
||||
- snapshots, state inputs, save-slice projection, and normalized state diffing already exist in the
|
||||
CLI and fixture layers
|
||||
- checked-in runtime fixtures already cover deterministic stepping, periodic service, direct trigger
|
||||
service, snapshot-backed inputs, save-slice-backed inputs, overlay-import-backed inputs,
|
||||
|
|
@ -498,7 +498,7 @@ Exit criteria:
|
|||
|
||||
Current status:
|
||||
|
||||
- runtime snapshots and state dumps are implemented
|
||||
- runtime snapshots and state inputs are implemented
|
||||
- `.smp` save inspection and partial save-slice projection already feed normalized runtime state
|
||||
- the packed event-collection bridge now carries per-record summaries into loaded save slices,
|
||||
projected runtime snapshots, normalized diffs, and fixtures
|
||||
|
|
@ -636,9 +636,9 @@ camera work, or shell windows just because their names are nearby in the call gr
|
|||
The currently implemented normalized runtime surface is:
|
||||
|
||||
- `CalendarPoint`, `RuntimeState`, `StepCommand`, `StepResult`, and `RuntimeSummary`
|
||||
- fixture loading from inline state, snapshots, and state dumps
|
||||
- fixture loading from inline state, snapshots, and state inputs
|
||||
- `runtime validate-fixture`, `runtime summarize-fixture`, `runtime export-fixture-state`,
|
||||
`runtime summarize-state`, `runtime import-state`, and `runtime diff-state`
|
||||
`runtime summarize-state`, `runtime snapshot-state`, and `runtime diff-state`
|
||||
- deterministic stepping, periodic trigger dispatch, one-shot event handling, dirty reruns, and a
|
||||
normalized runtime-effect vocabulary with staged event-record mutation
|
||||
- save-side inspection and partial state projection for `.smp` inputs, including per-record packed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue