-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add debug checks for unchecked_… functions #1008
Copy link
Copy link
Open
Labels
P: Compiler: FrontendPackage: The compiler frontendPackage: The compiler frontendP: Compiler: VMPackage: The VM executing Candy byte code (LIR)Package: The VM executing Candy byte code (LIR)T: FeatureType: New FeaturesType: New Featuresgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
P: Compiler: FrontendPackage: The compiler frontendPackage: The compiler frontendP: Compiler: VMPackage: The VM executing Candy byte code (LIR)Package: The VM executing Candy byte code (LIR)T: FeatureType: New FeaturesType: New Featuresgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
No status
unchecked_…functions are good for performance, but make errors potentially more difficult to find. Hence, we could add checks there that only run in debug mode.