Project the surface MEOS publishes today - #45
Merged
estebanzimanyi merged 1 commit intoSep 7, 2026
Conversation
The generated surface is the catalog's projection at MobilityDB 79a66f4576902b933481883443334c67edccf607. `geo_meos_supported` and `geom_meos_supported` leave it and `geo_meos_coverage` and `geom_meos_coverage` take their place, answering an `int` where the pair answered a `bool`: MEOS declares the two names in no header and `libmeos.so` defines neither symbol, so the wrappers naming them resolve nothing at load. The committed snapshot is what a consumer of this repository compiles, and the suite's own `EveryDeclaredEntryPointResolvesInTheLoadedMeos` reads the pair against the loaded library — `MEOS exports none of: geo_meos_supported, geom_meos_supported` is the failure a caller would otherwise meet as an `EntryPointNotFoundException` on the call itself. `GAP-LEDGER.md` follows the same two names into its nullability rows and records the commit it is derived from. The build takes 0 warnings and the suite passes 67 of 67 with none skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The generated surface is the catalog's projection at MobilityDB
79a66f4576902b933481883443334c67edccf607.
geo_meos_supportedandgeom_meos_supportedleave it andgeo_meos_coverageandgeom_meos_coveragetake their place, answering an
intwhere the pair answered abool: MEOSdeclares the two names in no header and
libmeos.sodefines neither symbol, sothe wrappers naming them resolve nothing at load.
The committed snapshot is what a consumer of this repository compiles, and the
suite's own
EveryDeclaredEntryPointResolvesInTheLoadedMeosreads the pairagainst the loaded library —
MEOS exports none of: geo_meos_supported, geom_meos_supportedis the failure a caller would otherwise meet as anEntryPointNotFoundExceptionon the call itself.GAP-LEDGER.mdfollows the same two names into its nullability rows and recordsthe commit it is derived from. The build takes 0 warnings and the suite passes
67 of 67 with none skipped.