Derive the MEOS catalog and libmeos via provision-meos#7
Merged
Merged
Conversation
fb6a831 to
4f0b7a5
Compare
…urrent MEOS The CI derives meos-idl.json and builds+installs libmeos from a single MobilityDB ref through the shared MEOS-API provision-meos action, and codegen.py regenerates the bindings from the action's catalog output. The C# reserved-word set covers the built-in value-type keywords, so a parameter named after a type is emitted as a verbatim identifier. The temporal-number arithmetic wrappers call the mul_* MEOS functions.
4f0b7a5 to
774e1ae
Compare
This was referenced Jul 10, 2026
Closed
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 CI derives
meos-idl.jsonand builds+installs libmeos from a single MobilityDB ref (master) through the sharedprovision-meosaction. The action does a full MobilityDB checkout and parses it withrun.py;tools/codegen.pyregenerates the bindings from the action'scatalog-pathoutput, and the FFI smoke test loads libmeos from the action's install prefix.This replaces the separate libmeos build and the MEOS-API clone/cherry-pick/
run.pysteps and theirMEOS_API_*variables with one step shared across the ecosystem bindings.