openkal ecosystem: nine releases, and one package the index did not have - #246
Merged
Conversation
The 0.6.0 manifest states a capability the previous release did not, and the index serves published tarballs rather than branches. Without this entry a consumer resolving openkal by version gets content in which the package declares no layer, and the engine resolves its target side to the compiler payload instead of to the graph. CN mirror verified byte-identical to the GitHub archive before this entry was written. Claude-Session: https://claude.ai/code/session_01Q4ucduLuSsETHYJ1RkGVVD
Every one of these manifests states a capability the previous release did not. mcpp resolves the target side per layer after the dependency graph is known and reads which layer a package fills from its capabilities; the index serves published tarballs rather than branches, so without these entries a consumer resolving by version gets content in which no package declares a layer and the engine resolves the target side to the compiler payload. openkal-llvm-runtime had no descriptor at all. It is the entry point for a program that reaches several machines from one source -- it names the C library, which selects the platform implementation, which names the specification -- so its absence meant that path was reachable only through a git reference, which is not a supported way to depend on a package. Every CN mirror object was fetched and compared against the GitHub archive before its entry was written here; all nine are byte-identical. Claude-Session: https://claude.ai/code/session_01Q4ucduLuSsETHYJ1RkGVVD
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.
Nine packages released as part of the target-side resolution closure (mcpp-community/mcpp#486).
mcpp:kernel-abi=openkalmcpp:c-abi=muslmcpp:c++-abi=libc++mcpp:c++-abi=freestandingEvery CN mirror object was fetched and compared against the GitHub archive before its entry was written; all nine are byte-identical.