-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-codegenArea: Code generationArea: Code generationA-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.Call for participation: Hard difficulty. Experience needed to fix: A lot.
Description
It is currently broken as a result of the monomorphization changes. Large chunks of it have been broken since the start (only turned on with --xg
). A lot of the code's assumptions just don't hold, so keeping it typechecking and partially working as one changes the rest of the compiler has been a repeated source of pain for me.
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationA-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.Call for participation: Hard difficulty. Experience needed to fix: A lot.