-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Remove resources #2485
Copy link
Copy link
Closed
Labels
A-codegenArea: Code generationArea: Code generationA-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)A-type-systemArea: Type systemArea: Type system
Milestone
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationA-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)A-type-systemArea: Type systemArea: Type system
Type
Fields
Give feedbackNo fields configured for issues without a type.
I've implemented destructors for classes (mostly) and ported some test cases over to use them instead of resources. What remains to do is to port the rest of the test cases, as well as any library code that uses resources, and then remove resources from the language / compiler / documentation.