You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete the declared OverPy source-language compatibility target in at most 10 non-release implementation PRs, using category-level capability work rather than one-gap-per-issue execution.
Compatibility target
For this program, source-language compatibility means that the pinned OverPy surface can be:
source -> lex/parse -> preprocess/macros/project composition -> semantic HIR -> builtin/member/enum resolution -> canonical WIR lowering
with structured diagnostics and preserved provenance.
Compatibility is based on observable source/compiler semantics, not upstream implementation architecture or compiler-output identity.
Execution model
Corpus and differential failures are discovery/verification evidence, not roadmap units. A newly exposed name, directive, parser form, or lowering residual must be assigned to its owning category instead of becoming a standalone implementation issue unless it proves a genuinely independent architecture/public-contract decision.
Each workstream targets one implementation PR and may use at most two when a coherent review boundary requires a split. Across #141-#145, the hard budget is 10 non-release PRs total. Release/release-plz PRs do not count.
Scope
Audit the pinned OverPy implementation/spec evidence by functional category so compatibility claims are based on a complete declared inventory rather than current corpus visibility.
Close all in-scope syntax, preprocessing, source semantic, builtin-overlay, and lowering gaps through the owning category.
Preserve source spans/provenance and recoverable diagnostics required by tooling.
Re-run category-level conformance plus the full real-project corpus as each capability block closes.
Keep OPY semantics in opy-rs and canonical Workshop semantics/catalog/WIR/validation/emission in workshop-rs.
Non-goals
One issue or PR per corpus first failure, builtin name, directive, syntax form, or fixture.
Wright-side compatibility fallbacks.
Duplicating canonical Workshop semantics in opy-rs.
Matching optimizer shape, temporary variables, formatting, or byte/text-identical Workshop output unless an observable semantic contract requires it.
Workshop -> OPY reconstruction; that remains a separate design lane.
Retiring the compatibility harness before it stops providing discovery value.
The declared pinned OverPy feature inventory is auditable by category and no longer depends on real-project first failures to define supported syntax/language surface.
In-scope valid OverPy source reaches canonical WIR lowering with preserved observable semantics and source provenance, or reports an explicit external owner blocker.
Invalid/reference-rejected forms produce structured diagnostics without panics or silent acceptance.
A final full-corpus convergence pass exposes no unowned OPY source-language capability inside the declared compatibility target.
Remaining differences are explicitly classified as external-owner blockers, accepted non-semantic output differences, incomplete fixture/oracle evidence, or later out-of-scope work.
Goal
Complete the declared OverPy source-language compatibility target in at most 10 non-release implementation PRs, using category-level capability work rather than one-gap-per-issue execution.
Compatibility target
For this program, source-language compatibility means that the pinned OverPy surface can be:
source -> lex/parse -> preprocess/macros/project composition -> semantic HIR -> builtin/member/enum resolution -> canonical WIR loweringwith structured diagnostics and preserved provenance.
Compatibility is based on observable source/compiler semantics, not upstream implementation architecture or compiler-output identity.
Execution model
Corpus and differential failures are discovery/verification evidence, not roadmap units. A newly exposed name, directive, parser form, or lowering residual must be assigned to its owning category instead of becoming a standalone implementation issue unless it proves a genuinely independent architecture/public-contract decision.
The execution workstreams are:
Each workstream targets one implementation PR and may use at most two when a coherent review boundary requires a split. Across #141-#145, the hard budget is 10 non-release PRs total. Release/release-plz PRs do not count.
Scope
Non-goals
Acceptance criteria
Relationships