-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add support for writing Feature Collection without properties #106
Conversation
Thanks! That's a weird build error, you could try to isolate it by not running CI on Windows and/or 1.9 |
@rafaqz sorry, but I don't have permissions to run the CI. |
Oh I just meant to comment it out in the workflow and push another commit. Even with permissions github actions doesn't let us just trigger one on its own, it just runs everything so will probably kill the job from the same failure again. |
I honestly don't know what's going on with the CI, locally the tests pass.
|
Yep you're on 1.10 linux! Thats why I'm suggesting to comment out windows and 1.9 in the CI matrix and see what happens https://github.com/JuliaGeo/Shapefile.jl/blob/main/.github/workflows/CI.yml#L16 |
Strange, now it works @rafaqz. |
Not so strange :) Not try with 1.9 but not windows, etc... |
Commenting Windows only also works. Now I will comment only 1.9. |
Commenting 1.9 only also works. @rafaqz, the problem appears to be related to Julia 1.9 running on Windows. |
Ah cool good that its only one. Not sure how to specify not testing that though! If you can work out how to not test 1.9 on windows that would be perfect, otherwise we can just turn off windows for now. |
@rafaqz done. Ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@rafaqz, can you release a patch with this PR? |
Shapefile.jl breaks when writing a Feature Collection without properties.
MWE:
Contents of the
test.geojson
file: