Skip to content

Commit

Permalink
only use Aqua on >= 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jul 21, 2023
1 parent 612c414 commit 5ae1dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/grouptests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ const START_TIME = time()
end

@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
if VERSION >= v"1.9"
using Aqua
@time Aqua.test_all(LoopVectorization, ambiguities = false, piracy = false)

end
@test isempty(detect_unbound_args(LoopVectorization))

@time include("printmethods.jl")
Expand Down

2 comments on commit 5ae1dbe

@chriselrod
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/88204

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.165 -m "<description of version>" 5ae1dbe0bc6872c030ae4e0c15f1557f6eedc484
git push origin v0.12.165

Please sign in to comment.