We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will detect possible null assignment and avoid undesired effects.
null
The text was updated successfully, but these errors were encountered:
This is completed in the ctpl-for-view branch!
ctpl-for-view
I just need to finish the actual CTPL implementation to integrate these changes.
Sorry, something went wrong.
I have already added a couple of compiler flags, but we cannot yet build with --enable-experimental-non-null in the 0.2 or 0.3 series.
--enable-experimental-non-null
Fixes should be backported into 0.2.
0.2
Successfully merging a pull request may close this issue.
This will detect possible
null
assignment and avoid undesired effects.The text was updated successfully, but these errors were encountered: