Publish schema compatibility data - #881
Open
danielgaskins wants to merge 5 commits into
Open
danielgaskins wants to merge 5 commits into
danielgaskins wants to merge 5 commits into
Conversation
hughcars
requested changes
Sep 2, 2026
hughcars
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for the PR @danielgaskins, I tried it out and found a few small issues but the basic idea is a nice way to keep things together.
Member
|
LGTM if @hughcars' comments are addressed |
Contributor
Author
|
Updated this branch from current main and added the Palace 0.18.0 / SchemaVer 1-6-0 release boundary to the compatibility data. The generated table matches the JSON, and the CMake embedding check confirms that the metadata is installed but not embedded as a runtime schema. |
hughcars
approved these changes
Sep 15, 2026
Collaborator
|
Please add a CHANGELOG entry under |
hughcars
approved these changes
Sep 17, 2026
hughcars
enabled auto-merge
September 17, 2026 04:25
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.
Add a machine-readable
schema-compatibility.jsonalongside the configuration schema and generate the developer-documentation compatibility table from it. The installed schema directory therefore exposes the mapping to downstream tools without requiring them to scrape Markdown.The documentation workflow now watches schema inputs, and the runtime embed step explicitly includes only the validation schema rather than the new release metadata. This also updates the schema-version check’s stale instruction to point contributors to the changelog.
Tests:
julia --project=docs docs/generate_schema_compatibility.jl(including idempotence and malformed-entry checks)julia --project=docs docs/make.jl./scripts/format-source -jl --dry-runCloses #833
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.