fix(capi.lua): make Lua dependency identity exact - #197
Merged
Conversation
Keep the immutable 0.0.3 release bytes, but bridge its legacy bare lua dependency with an inline Form B descriptor that names compat.lua exactly. Add an executable local-index consumer regression.\n\nRefs #196
Member
Author
|
Final validation checkpoint All required checks are green (10/10): build, lint, select, timings, mirror reachability, graphics side-effect isolation, and workspace consumers on Linux default, Linux LLVM, macOS, and Windows. The immutable |
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.
Summary
mcpplibs.capi.lua@0.0.3release payload unchangedcompat.lua@5.4.7Why
The upstream
0.0.3manifest predates exact package selectors and declares barelua. Under the exact identity contract, that means(mcpplibs, lua), while the C library is actually(compat, lua). This blocks xlings and other consumers once mcpp stops cross-namespace fallback.Verification
mcpp 2026.8.8.2 xpkg parseacross all descriptorscompat.luadependencymcpp test -p tests/examples/capi-lua --no-cache: 1 passed, 0 failedcompat.luaandmcpplibs.capi.luawith exact namespacesFixes #196