Add the GoMEOS pin manifest and per-binding generator policy#6
Open
estebanzimanyi wants to merge 1 commit into
Open
Add the GoMEOS pin manifest and per-binding generator policy#6estebanzimanyi wants to merge 1 commit into
estebanzimanyi wants to merge 1 commit into
Conversation
main is the old hand-written 1.3-era cgo binding; the codegen-driven 1.4/-22a surface lives in open PRs. Add tools/pin/compose-order.txt (the canonical fold manifest with the disposition of every open PR; MobilityDB#5 is the verified frontier containing MobilityDB#2+MobilityDB#4) and GENERATION.md (the per-binding generator policy: GoMEOS owns its generator in-repo at tools/codegen.py; flat generated cgo wrappers; generate-then-retire the hand-written binding).
87a4cfa to
05a4032
Compare
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.
What
Adds the two artifacts that bring GoMEOS onto the ecosystem-wide per-binding generator policy (same treatment as JMEOS #29):
tools/pin/compose-order.txt— GoMEOS's canonical, dependency-ordered fold manifest.mainis the old hand-written 1.3-era cgo binding; the codegen-driven 1.4/-22a surface lives in open PRs. This file fixes the composing set/order and records the disposition of every open PR.GENERATION.md— the per-binding generator policy: GoMEOS owns its generator in-repo attools/codegen.py; the single source of truth is the MEOS-API catalog; flat generated cgo wrappers; the hand-written binding is retired generate-then-retire (the last green-CI version is the equivalence probe).Docs + manifest only — no code, no build impact.
Disposition of the open PRs (committer review)
Verified ancestry (
git merge-base, this turn): #5 is the frontier (13 commits overmain) and contains #2 + #4.codegen/flat-wrappers-22arefactor/codegen-meos-idl(draft)tools/codegen.pywork/portable-aliasesbump/meos-1.3bump/meos-1.4Why
Per the per-binding generator policy: each binding owns its generator + its own pin manifest, the single source of truth is the MEOS-API catalog, and generation converges to a zero-hand-written surface via generate-then-retire.