-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Stabilize ABI alias support #7486
Copy link
Copy link
Open
Labels
ABIEverything to do the ABI, especially the JSON representationEverything to do the ABI, especially the JSON representationcompiler: frontendEverything to do with type checking, control flow analysis, and everything between parsing and IRgenEverything to do with type checking, control flow analysis, and everything between parsing and IRgen
Metadata
Metadata
Assignees
Labels
ABIEverything to do the ABI, especially the JSON representationEverything to do the ABI, especially the JSON representationcompiler: frontendEverything to do with type checking, control flow analysis, and everything between parsing and IRgenEverything to do with type checking, control flow analysis, and everything between parsing and IRgen
When #7261 we will have support for experimental alias types support in the ABI.
Eventually once this feature has stabilized and been through the release process in the SDK side, we should take the necessary steps to turn the experimental encoding into the default.
This issue serves to track that effort.