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

Check package extensions as well (julia 1.9+) #162

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

lgoettgens
Copy link
Collaborator

@lgoettgens lgoettgens commented Jul 17, 2023

Resolves #160.
Please see the discussion on the extend of this PR there.

For my convenience, this currently contains #156. Once that is merged, I will rebase.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #162 (4fedbc9) into master (5db17b8) will decrease coverage by 0.85%.
The diff coverage is 75.24%.

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage   77.07%   76.22%   -0.85%     
==========================================
  Files          11       11              
  Lines         724      795      +71     
==========================================
+ Hits          558      606      +48     
- Misses        166      189      +23     
Flag Coverage Δ
unittests 76.22% <75.24%> (-0.85%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Aqua.jl 73.07% <ø> (ø)
src/ambiguities.jl 78.69% <52.94%> (-10.91%) ⬇️
src/piracy.jl 92.77% <97.43%> (+1.72%) ⬆️
src/utils.jl 95.71% <100.00%> (+0.79%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lgoettgens lgoettgens marked this pull request as ready for review July 17, 2023 21:18
@lgoettgens lgoettgens marked this pull request as draft July 18, 2023 08:31
@lgoettgens
Copy link
Collaborator Author

Testing all of this seems to be rather difficult, as package extensions do not work well with local packages given by relative paths. So I will skip tests.

@lgoettgens
Copy link
Collaborator Author

Ambiguity tests are now included as explained in #160.
Piracy is still missing.

@aplavin
Copy link

aplavin commented Aug 26, 2024

This would be great to have as we see more and more extensions being added :) Any plans to update and merge this?

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.

Check for piracy and ambiguity in extensions
2 participants