make setup clones the xdformat repo like gxd - #136
Open
saulbert wants to merge 1 commit into
Open
Conversation
xdformat (https://github.com/century-arcade/xdformat) now holds the .xd spec and reference parser/converters. Clone it into ./xdformat via 'make setup' / 'make setup-xdformat' (gitignored, same pattern as gxd), and editable-install it in 'make deps' when present, so the pipeline can start importing from it.
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 .xd spec and reference parser/converters now live in century-arcade/xdformat. This wires that repo into the pipeline's existing setup pattern, same as gxd:
make setup/make setup-xdformatclones it into./xdformat(clone-or-pull), gitignoredmake depseditable-installs it when the clone is present, soimport xdformatworks in the venvNote the editable install (or adding
./xdformatto PYTHONPATH) is what makesimport xdformatresolve; the clone directory itself is the repo root, not the package.The pipeline doesn't import from it yet -- that adoption (replacing the core of
xdfile/xdfile.py) is a separate change.[this PR prepared by Claude Fable 5 for @saulpw]
🤖 Generated with Claude Code