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

Add Compat entries for extras #16

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

AaronGhost
Copy link
Contributor

Fix the non-passing quality tests with Aqua by adding the necessary compat entries to Project.toml as suggested here.

For most cases, the requested version can be the latest version major version (they are compatible with julia 1.6 or less).
JET compat is a bit more tricky as it supports only limited versions and older JET versions might not work with the newest versions of Julia. I used a trick similar to what was proposed here to ensure the tests run against version 1.8 and locally for newer versions. Alternatively, the library could support more majour versions of JET.

I added a testset around Aqua and JET so all tests will run even if Aqua fails.

@dgleich dgleich merged commit 8e125c8 into JuliaGeometry:master Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants