Skip to main content

Module runtime_context

Module runtime_context 

Source

Structs§

RuntimeContextConsumerRecord
One available Consumer’s immutable, exact Context-slot binding.
RuntimeContextEvaluationBatch
One G9-scheduled initial Context evaluation batch.
RuntimeContextRegistry
Immutable compiler-owned Context metadata. It is a projection of G9-G11 products and is not a runtime Provider, Context, or dependency registry.
RuntimeContextRegistryValidationDiagnostic
One compiler-side G12 registry validation failure.
RuntimeContextSourceRecord
One executable Context source, keyed by its compiler-generated slot.

Enums§

RuntimeContextSourceKind
The two authored Context source kinds remain distinct at runtime.

Constants§

RUNTIME_CONTEXT_REGISTRY_SCHEMA_CONTRACT_VERSION
Frozen G12 schema contract for compiler-owned Context runtime metadata.

Functions§

build_runtime_context_registry
Build immutable G12 runtime Context metadata from existing G9-G11 products. This never resolves a Provider, reads a Context name, or reconstructs a dependency/ownership graph.
validate_runtime_context_registry
Validate that the G12 registry is one exact, deterministic projection of G9-G11 facts. Validation does not recover or synthesize any missing record.