-
Notifications
You must be signed in to change notification settings - Fork 71
chore - v0.6 backend compatibility report and migration notes #655
Copy link
Copy link
Open
Labels
choreA chore: small / contained unit of workA chore: small / contained unit of workdocumentationImprovements or additions to documentationImprovements or additions to documentationincan compilerSuggestions, features, or bugs related to the Compiler (frontend/backend/codegen)Suggestions, features, or bugs related to the Compiler (frontend/backend/codegen)toolingSuggestions, features, or bugs related to the Tooling (CLI/formatter/test runner)Suggestions, features, or bugs related to the Tooling (CLI/formatter/test runner)
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
choreA chore: small / contained unit of workA chore: small / contained unit of workdocumentationImprovements or additions to documentationImprovements or additions to documentationincan compilerSuggestions, features, or bugs related to the Compiler (frontend/backend/codegen)Suggestions, features, or bugs related to the Compiler (frontend/backend/codegen)toolingSuggestions, features, or bugs related to the Tooling (CLI/formatter/test runner)Suggestions, features, or bugs related to the Tooling (CLI/formatter/test runner)
Type
Projects
- StatusShow more project fieldsBacklog
Area
Problem statement
Removing the Rust-source backend changes the compiler architecture and may expose differences between supported behavior, accidental behavior, and generated-artifact behavior. Users and contributors need a clear compatibility report instead of discovering those differences through broken builds.
Proposed solution
Publish a backend compatibility report and migration notes for the backend cutover.
The report should classify:
Scope
In scope:
Out of scope:
Done when