JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
164 stars 54 forks source link

fix meta_table #167

Closed piever closed 2 years ago

piever commented 2 years ago

GeometryBasics was using an internal function of StructArrays that was changed during a refactor, this PR avoids depending on internals of StructArrays.

sjkelly commented 2 years ago

Thanks! CI Failures seem to be isolated to 1.7.1. 1.6 tests fine for me locally, though I see the same CI failure on 1.7 locally. We should bump anyway since 1.6 is the new LTS.