Closed lnicola closed 1 month ago
thread 'metadata::tests::test_md_iter' panicked at src/metadata.rs:406:9:
assertion failed: ds.metadata().any(|e| e.domain == "DERIVED_SUBDATASETS")
Huh, this fails in GDAL 3.10, but only in the static build.
r? @jdroenner
Best reviewed commit-by-commit, I got a little carried away.
looks good :)
Thanks, I'll merge this, then.
I'm thinking we could also drop pre-3.4 support, which will remove a couple dozen cfg
s.
I'm thinking we could also drop pre-3.4 support, which will remove a couple dozen cfgs.
we should do that :)
[x] I added an entry to
CHANGES.md
if knowledge of this change could be valuable to users.