lightspeed/ops/template_harness
Deterministic M23 template compiler conformance harness.
Types
Full M23 report.
pub type Report {
Report(outcomes: List(ScenarioOutcome), failed_scenarios: Int)
}
Constructors
-
Report(outcomes: List(ScenarioOutcome), failed_scenarios: Int)
M23 template compiler scenarios.
pub type Scenario {
CompileSuccess
MissingAssignDiagnostic
MissingSlotDiagnostic
InvalidAttrTypeDiagnostic
}
Constructors
-
CompileSuccess -
MissingAssignDiagnostic -
MissingSlotDiagnostic -
InvalidAttrTypeDiagnostic