Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug checks for unchecked_… functions #1008

Open
JonasWanke opened this issue Apr 4, 2024 · 0 comments
Open

Add debug checks for unchecked_… functions #1008

JonasWanke opened this issue Apr 4, 2024 · 0 comments
Labels
good first issue Good for newcomers P: Compiler: Frontend Package: The compiler frontend P: Compiler: VM Package: The VM executing Candy byte code (LIR) T: Feature Type: New Features

Comments

@JonasWanke
Copy link
Member

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.

@JonasWanke JonasWanke added T: Feature Type: New Features P: Compiler: Frontend Package: The compiler frontend P: Compiler: VM Package: The VM executing Candy byte code (LIR) labels Apr 4, 2024
@JonasWanke JonasWanke added the good first issue Good for newcomers label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P: Compiler: Frontend Package: The compiler frontend P: Compiler: VM Package: The VM executing Candy byte code (LIR) T: Feature Type: New Features
Projects
Status: No status
Development

No branches or pull requests

1 participant