0.1.1 — the emulator is declared in the one table, and both spellings are carried - #1
Merged
Merged
Conversation
… are carried mcpp 2026.9.3.1 makes `[xlings.workspace]` the table an author writes. Both spellings are present on purpose: an engine that knows the table collapses them, because they agree, and one that predates it reads `deps` and behaves as today. Dropping the older line now would be a silent regression there — such an engine parses the table and provisions nothing from it, so this board's build.mcpp would find no emulator and configure no runner. CI pins mcpp 2026.9.3.1.
mcpp 2026.9.3.2 settles which half an author writes the namespace on, and it is the key. Every official package uses that form. CI pins 2026.9.3.2.
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.
mcpp 2026.9.3.1 makes
[xlings.workspace]the table an author writes: an entry names a package and the version this project uses it at, and mcpp both provisions it and materialises it as a resolution pin.Both spellings are present on purpose. An engine that knows the table collapses them, because they agree; an engine that predates it reads
depsand behaves exactly as it does today.Dropping the older line now would be a silent regression there. Such an engine parses
[xlings.workspace]perfectly well and provisions nothing from it, so this board'sbuild.mcppwould find no emulator throughmcpp::xpkg_dirand would configure no runner. The line goes once no supported engine needs it.Verified locally on 2026.9.3.1:
mcpp build --target aarch64-none-elfsucceeds and the provisioning pass names one entry rather than two.CI pins mcpp
2026.9.3.1.