xlings 2026.9.16.1: region chains and bounded index refresh (2026.9.16.2) - #654
Merged
Merged
Conversation
kXlingsVersion and every pin check_version_pins.sh names move to xlings 2026.9.16.1 (openxlings/xlings#601). The region object mcpp writes for an index artifact is now a preference chain (CN, then GLOBAL, then git) rather than a single base, and one index refresh is bounded. The constant's comment records it as the fourth floor. No mcpp code changes: list_repos gains an additive artifact_bases field that mcpp does not read. mcpp.toml and MCPP_VERSION move to 2026.9.16.2; the bootstrap pin stays at 2026.9.16.1.
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.
Moves the vendored xlings to 2026.9.16.1 (openxlings/xlings#601) and the version under construction to 2026.9.16.2.
What the new xlings changes for mcpp
{"GLOBAL": …, "CN": …}(src/config.cppm). xlings 2026.9.14.1 resolved that object to a single base, so undermirror = CNa 403 from GitCode fell back to a git clone from GitHub. 2026.9.16.1 treats the object as a preference chain (preferred region, then GLOBAL, then git).XLINGS_GIT_NETWORK_TIMEOUT,XLINGS_INDEX_HTTP_TIMEOUTandXLINGS_UPDATE_TIMEOUT.Interface check
list_reposgains an additiveartifact_basesfield.Fetcher::list_reposreads only name and url.artifactBaseconfig field is not referenced anywhere in mcpp.Changes
kXlingsVersionmoves to 2026.9.16.1, and its comment records the fourth floor..github/moves with it.bash .github/tools/check_version_pins.shpasses.mcpp.tomlandMCPP_VERSIONmove to 2026.9.16.2. The bootstrap pin in.xlings.jsonstays at 2026.9.16.1.Local:
mcpp buildwith 2026.9.16.1 succeeds, and the product reportsmcpp 2026.9.16.2.