Package evaluation to test PolygonAlgorithms on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T02:03:33.089 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.7s ################################################################################ # Installation # Installing PolygonAlgorithms... Resolving package versions... Installed PolygonAlgorithms ─ v0.4.0 Updating `~/.julia/environments/v1.14/Project.toml` [32a0d02f] + PolygonAlgorithms v0.4.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [32a0d02f] + PolygonAlgorithms v0.4.0 Installation completed after 1.7s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.6 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 2.4 s ✓ PolygonAlgorithms 1 dependency successfully precompiled in 2 seconds. 8 already precompiled. Precompilation completed after 35.95s ################################################################################ # Testing # Testing PolygonAlgorithms Status `/tmp/jl_odxLqp/Project.toml` [32a0d02f] PolygonAlgorithms v0.4.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_odxLqp/Manifest.toml` [32a0d02f] PolygonAlgorithms v0.4.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:249 Test threw exception Expression: !(any_intersect(segments...)) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [6] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:249 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [17] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:250 Test threw exception Expression: !(any_intersect(segments...; include_vertices = false)) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{include_vertices::Bool}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{Pair{Symbol, Bool}}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:250 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [16] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:255 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [6] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:255 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [17] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:256 Test threw exception Expression: !(any_intersect(segments...; include_vertices = false)) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{include_vertices::Bool}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{Pair{Symbol, Bool}}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:256 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [16] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:261 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [6] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:261 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [17] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:262 Test threw exception Expression: any_intersect(segments...; include_vertices = false) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{include_vertices::Bool}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{Pair{Symbol, Bool}}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:262 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [16] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:267 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [6] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:267 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [17] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 2 segments: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:268 Test threw exception Expression: !(any_intersect(segments...; include_vertices = false)) MethodError: no method matching -(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) The function `-` exists, but no method is defined for this combination of argument types. Closest candidates are: -(!Matched::Complex{Bool}, !Matched::Bool) @ Base complex.jl:304 -(!Matched::Complex{Bool}, !Matched::Real) @ Base complex.jl:322 -(!Matched::Bool, !Matched::Complex{Bool}) @ Base complex.jl:303 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:55 [inlined] [2] _compare_points(pt1::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, pt2::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}; atol::Float64) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:47 [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:54 [inlined] [4] any_intersect(segments::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}; atol::Float64, options::@Kwargs{include_vertices::Bool}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:220 [5] eval_test_function(func::Function, args::Tuple{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{Pair{Symbol, Bool}}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:268 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:245 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [16] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 random lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:279 Test threw exception Expression: !(any_intersect(segments...)) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:279 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:271 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 random lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:287 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:287 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:271 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 random lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:296 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:296 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:271 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 parallel lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:308 Test threw exception Expression: !(any_intersect(segments...)) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:308 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:299 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 parallel lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:310 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{6, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{6, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:310 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:299 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 parallel lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:319 Test threw exception Expression: !(any_intersect(segments...)) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{5, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:319 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:299 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 parallel lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:321 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{6, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{6, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:321 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:299 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 connected: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:331 Test threw exception Expression: any_intersect(segments...) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(any_intersect), ::NTuple{4, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] any_intersect(::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}, ::Vararg{Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 [2] eval_test_function(func::Function, args::NTuple{4, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:331 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:324 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 connected: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:332 Test threw exception Expression: !(any_intersect(segments...; include_vertices = false)) MethodError: no method matching var"#kw_body#any_intersect#1"(::Float64, ::Base.Pairs{Symbol, Bool, Nothing, @NamedTuple{include_vertices::Bool}}, ::typeof(any_intersect), ::NTuple{4, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}) The anonymous function `#kw_body#any_intersect#1` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#any_intersect#1"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(any_intersect), !Matched::Tuple{Tuple{T, T}, Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:217 Stacktrace: [1] eval_test_function(func::Function, args::NTuple{4, Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, kwargs::Tuple{Pair{Symbol, Bool}}, quoted_func::Symbol, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [3] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:332 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [6] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [9] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:244 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/line_sweep.jl:6 ┌ Warning: SegmentEvent(((0.0, 0.0), (0.0, 10.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((0.0, 0.0), (0.0, 10.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((0.0, 10.0), (10.0, 10.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((0.0, 0.0), (20.0, 0.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((10.0, 10.0), (20.0, 0.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: Region 1 was not closed, but it has a relatively small gap and will be considered closed. │ |gap| / |mean_segment| = 0.0014142135623729393 / 4.949747527231396 < 1.0. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:734 one inside the other: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:11 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:11 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:18 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 rectangles: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:24 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:24 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:28 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 rectangles - edge overlap: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:46 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:46 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:55 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 rectangles - vertex overlap: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:82 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:82 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:90 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 edge intersect vertex inner: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:97 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:97 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:110 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 edge-vertex pass through: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:117 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:117 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:137 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 vertex intersect vertex: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:146 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:146 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:159 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 vertex intersections: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:166 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:166 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:177 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 quads single vertex intersect: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:199 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:199 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:208 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 share lines: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:214 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:214 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:222 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 cross: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:242 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:242 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:252 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 star of david: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:259 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:259 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:274 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 multiple pockets + edge-vertex: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:281 Got exception outside of a @test MethodError: no method matching var"#kw_body#martinez_rueda_algorithm#0"(::Float64, ::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#martinez_rueda_algorithm#0` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#martinez_rueda_algorithm#0"(::AbstractFloat, ::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(PolygonAlgorithms.martinez_rueda_algorithm), ::Vector{PolygonAlgorithms.AnnotationFill}, ::Vector{<:Tuple{T, T}}, !Matched::Vector{<:Tuple{T, T}}...) where T @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 Stacktrace: [1] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:46 [inlined] [2] martinez_rueda_algorithm(selection_criteria::Vector{PolygonAlgorithms.AnnotationFill}, subject::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:3 [3] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}; options::@Kwargs{}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:344 [4] intersect_convex(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, polygon2::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:340 [5] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:4 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:281 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_convex.jl:313 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:29 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 rectangle jagged: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:9 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:4 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:9 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:21 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 concave Cs: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:50 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:4 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:50 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:63 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 concave <>: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:69 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:4 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:69 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:81 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 concave arrows vertex intercepts: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:87 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:4 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:87 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:103 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 concave share edge inner: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:111 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:4 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:111 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:127 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 concave share edge outer: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:133 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:4 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:133 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:142 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 stars - numeric test: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:148 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:4 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:148 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:161 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 ┌ Warning: Cycle detected: start node: Node{PolygonAlgorithms.PointEvent{Float64}}(PolygonAlgorithms.PointEvent{Float64}((1.0, 1.0), true, nothing, PolygonAlgorithms.ENTRY)); repeated node: Node{PolygonAlgorithms.PointEvent{Float64}}(PolygonAlgorithms.PointEvent{Float64}((0.0, 1.0), false, nothing, PolygonAlgorithms.NONE)) └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/weiler_atherton.jl:223 self-intersect rectangle: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:372 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:366 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:372 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:386 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 self-intersect star: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:390 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:366 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:390 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/intersect_concave.jl:404 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:30 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 one inside the other: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:10 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#difference_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Vector{Tuple{Float64, Float64}}, clips::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:18 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:10 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:31 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 rectangles: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:33 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#difference_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Vector{Tuple{Float64, Float64}}, clips::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:33 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:31 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 cross: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:90 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#difference_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Vector{Tuple{Float64, Float64}}, clips::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:98 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:90 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:31 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 concave <>: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:123 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#difference_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Vector{Tuple{Float64, Float64}}, clips::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:131 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:123 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:31 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 self-intersect & rectangle: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:161 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#difference_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Vector{Tuple{Float64, Float64}}, clips::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:171 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:161 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:31 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 one inside the other: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:30 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}}) The anonymous function `#kw_body#difference_geometry#5` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Polygon{Float64}, clips::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:30 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 overlap: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:61 Got exception outside of a @test MethodError: no method matching var"#kw_body#union_geometry#5"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}}) The anonymous function `#kw_body#union_geometry#5` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#union_geometry#5"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:225 Stacktrace: [1] union_geometry(alg::MartinezRuedaAlg, polygon1::Polygon{Float64}, others::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:225 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:65 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:61 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 rectangles: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:77 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}}) The anonymous function `#kw_body#difference_geometry#5` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Polygon{Float64}, clips::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:84 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:77 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 concave <>: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:151 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}}) The anonymous function `#kw_body#difference_geometry#5` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Polygon{Float64}, clips::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:159 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:151 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 self-intersect & rectangle: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:198 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}}) The anonymous function `#kw_body#difference_geometry#5` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Polygon{Float64}, clips::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:208 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:198 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 Ring & square: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:238 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}}) The anonymous function `#kw_body#difference_geometry#5` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Polygon{Float64}, clips::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:245 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:238 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 Overlapping rings: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:285 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}}) The anonymous function `#kw_body#difference_geometry#5` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#5"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 Stacktrace: [1] difference_geometry(alg::MartinezRuedaAlg, subject::Polygon{Float64}, clips::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:171 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:292 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:285 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 multi - appearing holes: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:339 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#8"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Polygon{Float64}, ::Tuple{Polygon{Float64}, Polygon{Float64}}) The anonymous function `#kw_body#intersect_geometry#8` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#8"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Polygon, !Matched::Polygon...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:113 Stacktrace: [1] intersect_geometry(::MartinezRuedaAlg, ::Polygon{Float64}, ::Polygon{Float64}, ::Polygon{Float64}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:113 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:349 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:339 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_holes.jl:26 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:32 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 single: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:8 Got exception outside of a @test MethodError: no method matching var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{}) The anonymous function `#kw_body#union_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 Stacktrace: [1] union_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:12 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:8 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 overlap: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:16 Got exception outside of a @test MethodError: no method matching var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#union_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 Stacktrace: [1] union_geometry(alg::MartinezRuedaAlg, polygon1::Vector{Tuple{Float64, Float64}}, others::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:20 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:16 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 self-intersecting star: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:35 Got exception outside of a @test MethodError: no method matching var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{}) The anonymous function `#kw_body#union_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 Stacktrace: [1] union_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:35 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [8] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 intersect: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:58 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:62 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:58 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:48 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 union: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:70 Got exception outside of a @test MethodError: no method matching var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#union_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 Stacktrace: [1] union_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vararg{Vector{Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:78 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:70 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:48 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 difference: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:85 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#difference_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 Stacktrace: [1] difference_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vararg{Vector{Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:90 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:85 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:48 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 xor: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:108 Got exception outside of a @test MethodError: no method matching var"#kw_body#xor_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(xor_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#xor_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#xor_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(xor_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:276 Stacktrace: [1] xor_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vararg{Vector{Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:276 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:122 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:108 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:48 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 intersect: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:139 Got exception outside of a @test MethodError: no method matching var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#intersect_geometry#7` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#intersect_geometry#7"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(intersect_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 Stacktrace: [1] intersect_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:106 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:140 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:139 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:130 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 union: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:148 Got exception outside of a @test MethodError: no method matching var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#union_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#union_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(union_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 Stacktrace: [1] union_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vararg{Vector{Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:218 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:154 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:148 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:130 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 difference: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:162 Got exception outside of a @test MethodError: no method matching var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#difference_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#difference_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(difference_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 Stacktrace: [1] difference_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vararg{Vector{Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:164 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:171 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:162 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:130 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 xor: Error During Test at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:179 Got exception outside of a @test MethodError: no method matching var"#kw_body#xor_geometry#4"(::Base.Pairs{Symbol, Union{}, Nothing, @NamedTuple{}}, ::typeof(xor_geometry), ::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Tuple{Vector{Tuple{Float64, Float64}}, Vector{Tuple{Float64, Float64}}}) The anonymous function `#kw_body#xor_geometry#4` exists, but no method is defined for this combination of argument types. Closest candidates are: var"#kw_body#xor_geometry#4"(::Base.Pairs{Symbol, V, Nothing, NT} where {V, NT<:NamedTuple}, ::typeof(xor_geometry), ::MartinezRuedaAlg, ::Vector{<:Tuple{T, T}} where T<:AbstractFloat, !Matched::Vector{<:Tuple{T, T}} where T<:AbstractFloat...) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:276 Stacktrace: [1] xor_geometry(::MartinezRuedaAlg, ::Vector{Tuple{Float64, Float64}}, ::Vector{Tuple{Float64, Float64}}, ::Vararg{Vector{Tuple{Float64, Float64}}}) @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/polygon_boolean.jl:276 [2] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:186 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:179 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:130 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2324 [inlined] [11] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/polygon_boolean_multi.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ ~/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:33 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:521 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Test Summary: | Pass Error Broken Total Time PolygonAlgorithms | 385 63 5 453 1m27.7s DoublyLinkedList | 21 21 0.6s PointSet | 14 14 1.3s edge intersections | 37 37 1.4s line Sweep | 17 17 1 35 11.9s queueing | 4 4 0.8s find_transitions | 9 1 10 0.3s order sweep status | 4 4 0.1s any intersect | 17 17 10.7s 2 segments | 8 8 8.1s random lines | 3 3 0.8s parallel lines | 4 4 0.7s connected | 2 2 1.1s convex hulls - GiftWrappingAlg() | 7 7 2.2s convex hulls - GrahamScanAlg() | 7 7 1.6s area-centroids | 6 6 0.2s bounds | 6 6 0.3s point in polygon | 46 46 0.9s Polygon data structure | 45 2 47 9.1s Martinez-Rueda algorithm | 25 1 26 9.4s intersections convex - PointSearchAlg() | 37 37 2.1s intersections convex - ChasingEdgesAlg() | 37 37 0.4s intersections convex - WeilerAthertonAlg() | 37 37 2.6s intersections convex - MartinezRuedaAlg() | 13 13 1.6s one inside the other | 1 1 1.0s rectangles | 1 1 0.0s rectangles - edge overlap | 1 1 0.0s rectangles - vertex overlap | 1 1 0.0s edge intersect vertex inner | 1 1 0.0s edge-vertex pass through | 1 1 0.0s vertex intersect vertex | 1 1 0.0s vertex intersections | 1 1 0.0s quads single vertex intersect | 1 1 0.1s share lines | 1 1 0.0s cross | 1 1 0.0s star of david | 1 1 0.0s multiple pockets + edge-vertex | 1 1 0.0s intersections concave - WeilerAthertonAlg() | 18 18 1.6s intersections concave - MartinezRuedaAlg() | 7 7 0.4s rectangle jagged | 1 1 0.2s concave Cs | 1 1 0.0s concave <> | 1 1 0.0s concave arrows vertex intercepts | 1 1 0.0s concave share edge inner | 1 1 0.0s concave share edge outer | 1 1 0.0s stars - numeric test | 1 1 0.0s intersections concave - only WeilerAthertonAlg() | 25 1 26 0.4s intersections concave - only MartinezRuedaAlg() | 2 2 0.1s self-intersect rectangle | 1 1 0.0s self-intersect star | 1 1 0.0s polygon boolean - MartinezRuedaAlg() | 5 5 0.3s one inside the other | 1 1 0.2s rectangles | 1 1 0.0s cross | 1 1 0.0s concave <> | 1 1 0.0s self-intersect & rectangle | 1 1 0.0s polygon boolean holes - MartinezRuedaAlg() | 8 8 1.1s one inside the other | 1 1 0.4s overlap | 1 1 0.2s rectangles | 1 1 0.0s concave <> | 1 1 0.0s self-intersect & rectangle | 1 1 0.0s Ring & square | 1 1 0.0s Overlapping rings | 1 1 0.0s multi - appearing holes | 1 1 0.4s polygon boolean multi - MartinezRuedaAlg() | 11 11 1.5s single | 1 1 0.3s overlap | 1 1 0.2s self-intersecting star | 1 1 0.0s cross + triangle | 4 4 0.9s intersect | 1 1 0.3s union | 1 1 0.2s difference | 1 1 0.2s xor | 1 1 0.2s appearing holes | 4 4 0.1s intersect | 1 1 0.0s union | 1 1 0.0s difference | 1 1 0.0s xor | 1 1 0.0s RNG of the outermost testset: Random.Xoshiro(0x8833a9a2c64ab8ab, 0xb8180d49e1eceeed, 0xdd93bc2ddb62962f, 0xcf62bfbf9f1efe20, 0xb011bca30ed7673d) ERROR: LoadError: Some tests did not pass: 385 passed, 0 failed, 63 errored, 5 broken. in expression starting at /home/pkgeval/.julia/packages/PolygonAlgorithms/h6Nz7/test/runtests.jl:14 Testing failed after 211.34s ERROR: LoadError: Package PolygonAlgorithms errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 287.11s: package tests unexpectedly errored