You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#716. Ref
georust/geo#1255 (comment).
Note that this is the same underlying implementation as upstream geo in
<georust/geo#1255>. However, the trait-based
implementation hits this compiler regression
<rust-lang/rust#128887>,
<rust-lang/rust#131960>, which prevents from
compiling in release mode on a stable Rust version. For some reason, the
**function-based implementation** does not hit this regression, and thus
allows building geoarrow without using latest nightly and a custom
`RUSTFLAGS`.
Note that it's only `GeometryTrait` and `GeometryCollectionTrait` that
hit this compiler bug.
Other traits can use the upstream impls.
0 commit comments