Conversation
… evaluator judges (TOR-8) — abstains counted never verdicts, @ref-allow tracks adjudicated findings with stale detection, grain_functions carries F1's directive; nine selftest scenarios including the co-drift class, coverage floor 85.1 to 86.3; conformance workflow builds ref/ and runs the leg by default
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Second slice of #10: the runner adjudicates against the reference (TOR-8).
scripts/conformance.py --legs ref(in the default leg set): for every program inspec/wasm_cross+spec/programs, where the reference evaluator produces observables, native and wasm must each equal the reference's — agreement between the two targets is no longer sufficient there. A reference abstain (ledgered class) is counted and skipped, never a pass or fail; a malformed protocol reply or evaluator fault is red.// @ref-allow: <reason>tracks a disagreement under adjudication and goes STALE when healed —grain_functions.almdcarries the first one (finding F1, named-argument evaluation order).scripts/selftest-conformance.py: 21 → 30 scenarios with a scripted stubals-ref— including the class this whole instrument exists for: co-drift (targets agree with each other, both differ from the reference) is red.proofs/runner-coverage.tomlfloor 85.1% → 86.3% (--writein this PR, per the gate's ratchet).conformance.ymlbuildsref/(pinned 1.95.0, cached) and runs the leg by default; the statement records the reference's version beside the binary and wasmtime.proofs/ref-abstain.toml.Smoke:
--legs ref --limit 40→ 11 judged / 11 pass / 29 abstained. Full-corpus ref runs happen in the conformance workflow (weekly / dispatch), as with every other leg.🤖 Generated with Claude Code