From 06699df06dc3abf61297a7d812ad4ca97aba92ef Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Mon, 22 Jan 2024 08:53:36 +0000 Subject: [PATCH 1/5] stop testing deps_compat --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index c2f369ca..afe888fe 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -727,6 +727,6 @@ end using Aqua # Aqua tests # Intervals brings a bunch of ambiquities unfortunately -Aqua.test_all(GeometryBasics; ambiguities=false) +Aqua.test_all(GeometryBasics; ambiguities=false, deps_compat=false) end # testset "GeometryBasics" From b25e627ed672e343f3546390aea9532655cd32ff Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Mon, 22 Jan 2024 09:42:41 +0000 Subject: [PATCH 2/5] change strategy --- Project.toml | 6 ++++++ test/runtests.jl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bf87aca4..27eac785 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,12 @@ IterTools = "1.3.0" StaticArrays = "0.12, 1.0" StructArrays = "0.6" Tables = "0.2, 1" +LinearAlgebra = ">=0.0.1" +Test = ">=0.0.1" +Random = ">=0.0.1" +Aqua = ">=0.0.1" +GeoJSON = ">=0.0.1" +OffsetArrays = ">=0.0.1" julia = "1.6" [extras] diff --git a/test/runtests.jl b/test/runtests.jl index afe888fe..c2f369ca 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -727,6 +727,6 @@ end using Aqua # Aqua tests # Intervals brings a bunch of ambiquities unfortunately -Aqua.test_all(GeometryBasics; ambiguities=false, deps_compat=false) +Aqua.test_all(GeometryBasics; ambiguities=false) end # testset "GeometryBasics" From 33e215ae44fac55ece4052c838f3740dded4398d Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Mon, 22 Jan 2024 11:35:23 +0000 Subject: [PATCH 3/5] Update Project.toml --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 27eac785..127c8018 100644 --- a/Project.toml +++ b/Project.toml @@ -14,19 +14,19 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] +Aqua = ">=0.0.1" EarCut_jll = "2" Extents = "0.1" GeoInterface = "1.0.1" +GeoJSON = ">=0.0.1" IterTools = "1.3.0" +LinearAlgebra = "<0.0.1,1" +OffsetArrays = ">=0.0.1" +Random = "<0.0.1,1" StaticArrays = "0.12, 1.0" StructArrays = "0.6" Tables = "0.2, 1" -LinearAlgebra = ">=0.0.1" -Test = ">=0.0.1" -Random = ">=0.0.1" -Aqua = ">=0.0.1" -GeoJSON = ">=0.0.1" -OffsetArrays = ">=0.0.1" +Test = "<0.0.1,1" julia = "1.6" [extras] From fe18e9394494303c92c9d1723848b1f420b49334 Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Mon, 22 Jan 2024 11:36:19 +0000 Subject: [PATCH 4/5] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 127c8018..31d7edca 100644 --- a/Project.toml +++ b/Project.toml @@ -14,14 +14,14 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -Aqua = ">=0.0.1" +Aqua = "0.8" EarCut_jll = "2" Extents = "0.1" GeoInterface = "1.0.1" -GeoJSON = ">=0.0.1" +GeoJSON = "0.8" IterTools = "1.3.0" LinearAlgebra = "<0.0.1,1" -OffsetArrays = ">=0.0.1" +OffsetArrays = "1" Random = "<0.0.1,1" StaticArrays = "0.12, 1.0" StructArrays = "0.6" From e3953f1cfdfb27c3f7fa87d3978a952f9c1307cc Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Mon, 22 Jan 2024 11:46:15 +0000 Subject: [PATCH 5/5] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 31d7edca..48c03871 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Aqua = "0.8" EarCut_jll = "2" Extents = "0.1" GeoInterface = "1.0.1" -GeoJSON = "0.8" +GeoJSON = "0.7, 0.8" IterTools = "1.3.0" LinearAlgebra = "<0.0.1,1" OffsetArrays = "1"