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
As noted in #294 we should determine how we treat inputs of native functions that are only called as externs from Dafny.
Should we do null checks when we know Dafny will never pass a null value? Should we allow these inputs to potentially NPE?
The text was updated successfully, but these errors were encountered:
Will be addressed by more general work on external soundness (which forces correct dynamic input checking): #165
Sorry, something went wrong.
No branches or pull requests
As noted in #294 we should determine how we treat inputs of native functions that are only called as externs from Dafny.
Should we do null checks when we know Dafny will never pass a null value? Should we allow these inputs to potentially NPE?
The text was updated successfully, but these errors were encountered: