Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rerun gen/generator.jl for GEOS 3.13 #214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jaakkor2
Copy link
Contributor

GEOS 3.13 added curved geometry types https://github.com/libgeos/geos/releases/tag/3.13.0. More that just re-running gen/generator.jl is needed to support them, but this is a start.

Other JuliaFormatter changes than what is in src/generated is in PR #213.

@visr
Copy link
Member

visr commented Jan 12, 2025

Thanks! Could you update the test here like in #211? With this we don't need the version check.

@jaakkor2
Copy link
Contributor Author

Test failure is upstream libgeos/geos#1198, considered in #211. No upstream 3.13.1 or 3.14.0 is yet released, even though the upstream issue is closed.

@visr
Copy link
Member

visr commented Jan 12, 2025

Oh yes sorry I didn't properly see #211. How about we @test writegeom(p, writer) == "POINT (0.12 2)" broken=true with a link to the upstream issue?

@jaakkor2
Copy link
Contributor Author

Marked failed test as broken. We could have patched GEOS_jll or asked release of 3.13.1, but let's go with the broken test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants