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
In regards to my issue, I noticed that when running Aquas test suite, it would complain/error out when versioning info for base packages were not provided, for example Dates = "1.10" was a must to pass the test. In reality it is not a big deal since it follows the version numbering of Julia it self, but I noticed that the Julia manual specifies:
Hi!
First and foremost, nice project! Really helpful.
In regards to my issue, I noticed that when running
Aqua
s test suite, it would complain/error out when versioning info for base packages were not provided, for exampleDates = "1.10"
was a must to pass the test. In reality it is not a big deal since it follows the version numbering of Julia it self, but I noticed that the Julia manual specifies:https://github.com/JuliaLang/Pkg.jl/blob/master/docs/src/managing-packages.md
Perhaps there is no easy way to tell Aqua that something is a "Base package", but just wanted to highlight this small inconsistency I found.
Kind regards
The text was updated successfully, but these errors were encountered: