the three board and freestanding packages adopt [xlings.workspace] - #332
Merged
Conversation
riscv-virt-rt 0.6.1, aarch64-virt-rt 0.1.1, std-freestanding 0.5.2. mcpp 2026.9.3.2 makes [xlings.workspace] the table an author writes, and a namespaced package is written "<namespace>:<name>" = "<version>". Each package now declares its environment that way and keeps the older [xlings] deps line beside it: an engine that knows the table collapses the two, and one that predates it reads deps and behaves as before. Dropping the older line would be a silent regression there — such an engine parses the table and provisions nothing from it, so these packages' own build.mcpp would find no emulator and configure no runner. Every sha256 was computed from the GitHub tarball and then verified against the CN mirror by re-downloading it, so the two hosts are known to serve the same bytes rather than assumed to.
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.
riscv-virt-rt0.6.1,aarch64-virt-rt0.1.1,std-freestanding0.5.2.mcpp 2026.9.3.2 makes
[xlings.workspace]the table an author writes, and a namespaced package is written"<namespace>:<name>" = "<version>". Each package now declares its environment that way.Both spellings are kept, on purpose
An engine that knows the table collapses them, because they agree; one that predates it reads
depsand behaves exactly as before. Dropping the older line would be a silent regression there: such an engine parses[xlings.workspace]perfectly well and provisions nothing from it, so these packages' ownbuild.mcppwould find no emulator throughmcpp::xpkg_dirand would configure no runner. The line goes once no supported engine needs it.Verification
6703365a…da297279…c919229d…Every hash was computed from the GitHub tarball and then verified against the CN mirror by re-downloading it — the two hosts are known to serve the same bytes rather than assumed to. Each descriptor parses under
mcpp xpkg parseon 2026.9.3.2.