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

a compiler flag to ignore all uses of @assume_effects? #54436

Open
nsajko opened this issue May 10, 2024 · 0 comments
Open

a compiler flag to ignore all uses of @assume_effects? #54436

nsajko opened this issue May 10, 2024 · 0 comments
Labels
compiler:effects effect analysis kind:feature Indicates new feature / enhancement requests

Comments

@nsajko
Copy link
Contributor

nsajko commented May 10, 2024

This would be analogous to --check-bounds=yes and would be useful for test suites, CI, etc. It could look, e.g., like this: --ignore-assume-effects=yes.

Apart from being useful for ensuring correctness of Julia code on its own, it'd help make certain possible changes, like #54427, more palatable.

@nsajko nsajko added the kind:feature Indicates new feature / enhancement requests label May 10, 2024
@nsajko nsajko added the compiler:effects effect analysis label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:effects effect analysis kind:feature Indicates new feature / enhancement requests
Projects
None yet
Development

No branches or pull requests

1 participant