-
Notifications
You must be signed in to change notification settings - Fork 9
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 and fix Aqua tests #785
Conversation
It may be that we want to include type parameters in |
bors try |
bors try- |
37051bf
to
797e39e
Compare
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
c43d79c
to
7b2fc36
Compare
bors try |
tryBuild failed: |
7b2fc36
to
717f452
Compare
bors try |
Fix Aqua tests Add compat entry for Aqua Fix dispatching
I think this is ready to go, cc @simonbyrne. Going to squash now. |
717f452
to
f23fb10
Compare
All these changes look safe to me. Merging. cc @simonbyrne. |
bors r+ |
Thanks! |
This PR adds Aqua tests, specifically,
Aqua.test_unbound_args(ClimaCore)
, which tests that no functions defined in ClimaCore run into this julia issue.Adding this test revealed 9 instances of this issue, and the PR also includes fixes so that we pass all of the tests.