Skip to content

Commit

Permalink
Bump Aqua to 0.8 and use more defaults (#955)
Browse files Browse the repository at this point in the history
* Bump Aqua to 0.8 and use more defaults

* Remove unneeded dependency `GMP_jll`

* Add missing compat entry

* Bump again
  • Loading branch information
lgoettgens authored Nov 17, 2023
1 parent bdf9923 commit 48d13e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GAP_jll = "5cd7a574-2c56-5be2-91dc-c8bc375b9ddf"
GAP_lib_jll = "de1ad85e-c930-5cd4-919d-ccd3fcafd1a3"
GAP_pkg_juliainterface_jll = "ba154793-3a7d-51ee-8800-e295b0cf7374"
GMP_jll = "781609d7-10c4-51f6-84f2-b8444358ff6d"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Expand All @@ -30,6 +29,7 @@ GAP_jll = "~400.1200.101"
GAP_lib_jll = "~400.1201.100"
GAP_pkg_juliainterface_jll = "=0.800.300"
InteractiveUtils = "1.6"
Libdl = "1.6"
MacroTools = "0.5"
Markdown = "1.6"
Ncurses_jll = "6.4.1"
Expand Down
9 changes: 1 addition & 8 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ using Aqua
@testset "Aqua.jl" begin
Aqua.test_all(
GAP;
ambiguities=true,
unbound_args=true,
undefined_exports=true,
project_extras=true,
stale_deps=true,
deps_compat=true,
project_toml_formatting=true,
piracy=(GAP.use_jl_reinit_foreign_type() ? true : (treat_as_own=[GapObj],))
piracies=(GAP.use_jl_reinit_foreign_type() ? true : (treat_as_own=[GapObj],))
)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7.1"
Aqua = "0.8.2"
Documenter = "^0.27.0"
Random = "1.6"
Test = "1.6"

0 comments on commit 48d13e4

Please sign in to comment.