JuliaGeo / LibGEOS.jl

Julia package for manipulation and analysis of planar geometric objects
MIT License
72 stars 23 forks source link

CI failure #210

Open asinghvi17 opened 3 days ago

asinghvi17 commented 3 days ago

Fails on all versions with error:

     Testing Running tests...
[ Info: GEOS version 3.13.0-CAPI-1.19.0
┌ Warning: The GEOS version in use is different from the version used to generate libgeos_api.jl. Consider regenerating if the difference is more than a patch release.
│   run_version = "3.13.0-CAPI-1.19.0"
│   gen_version = "3.12.0-CAPI-1.18.0"
└ @ Main D:\a\LibGEOS.jl\LibGEOS.jl\test\runtests.jl:11
WKTWriter: Test Failed at D:\a\LibGEOS.jl\LibGEOS.jl\test\test_geos_functions.jl:21
  Expression: writegeom(p, writer) == "POINT (0.12 2)"
   Evaluated: "POINT (0.1 2)" == "POINT (0.12 2)"

Stacktrace:
 [1] top-level scope
   @ D:\a\LibGEOS.jl\LibGEOS.jl\test\test_geos_functions.jl:8
 [2] macro expansion
   @ C:\hostedtoolcache\windows\julia\nightly\x64\share\julia\stdlib\v1.12\Test\src\Test.jl:1700 [inlined]
 [3] macro expansion
   @ D:\a\LibGEOS.jl\LibGEOS.jl\test\test_geos_functions.jl:21 [inlined]
 [4] macro expansion
   @ C:\hostedtoolcache\windows\julia\nightly\x64\share\julia\stdlib\v1.12\Test\src\Test.jl:679 [inlined]
evetion commented 3 days ago

Probably related to https://github.com/libgeos/geos/pull/973. But I don't fully understand why.