You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: