-
Notifications
You must be signed in to change notification settings - Fork 38
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
Aqua.jl #304
Aqua.jl #304
Conversation
Run ambiguities but mark as broken. Update the reference for format issue pre-1.7
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #304 +/- ##
=======================================
Coverage 99.88% 99.88%
=======================================
Files 7 7
Lines 871 900 +29
=======================================
+ Hits 870 899 +29
Misses 1 1 ☔ View full report in Codecov by Sentry. |
Thanks, I didn't know about the |
I limited the compat of |
Let's not change the format. Although this should work fine in principle, there are occasional subtle conflicts between the main |
It seems, using the |
I reverted it to the previous format. |
Is there something that I should know about the new format? Is there a reason why I shouldn't be using it in my packages if they have compat |
I like the idea of the |
I can't find the link immediately, but there used to be a warning that stated that the interplay between the In practice, this may not be an issue if one doesn't dev local packages, so whether you want the new format is a personal choice to be made by the developers. |
Project.toml
Outdated
@@ -30,4 +30,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |||
|
|||
[targets] | |||
test = ["Aqua", "Test", "Base64", "ReverseDiff", "SparseArrays", "StaticArrays", "Statistics"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like Aqua
expects this to be on a single line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it should be fine
There is a test for differences between the test environment and the main environment versions. So testing with |
The Aqua test checks that the same dependencies are listed in the I had closed the PR accidentally, but it's open again. |
For future reference, I was referring to this issue: JuliaLang/Pkg.jl#1585, but perhaps this is fixed now |
Minor tweak to Aqua.jl configuration in
runtests.jl
and add badge to READMEAgua.jl
badge