openkal-musl 0.4.0 and openkal-llvm-runtime 0.2.0 - #264
Merged
Conversation
The C library and the C++ runtime configured for it, which complete the chain openkal 0.8 opened. openkal-musl 0.4.0 is the first package in this index to declare `[build] private_include_dirs`. musl reaches its own declarations through `src/include`, whose headers define `hidden`, `weak` and `weak_alias` --- names meaningful only to musl's sources. Publishing that directory hands those macros to every consumer, and which consumer breaks on which name was discovered one at a time. The key names the directories that stop at this package's boundary, so the overlay reaches musl's own sources and reaches nobody else. It requires mcpp 2026.8.27.1; an older engine accepts the key silently and simply does not apply it. Its exclusion list also fell from eighteen entries to five, each remaining one measured rather than assumed: fork closes over pthread_create, and the network group over getpwnam. openkal-llvm-runtime 0.2.0 reconciles what `__config_site` declares with what the port provides, so that a facility libc++ believes it has is one openkal actually offers. Both hashes were measured after fetching the asset back from the CN mirror.
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.
The C library and the C++ runtime configured for it, completing the chain openkal 0.8 opened.
openkal-musl 0.4.0 is the first package in this index to declare
[build] private_include_dirs: musl'ssrc/includeoverlay defineshidden,weakandweak_alias, and publishing it handed those macros to every consumer. It requires mcpp 2026.8.27.1 — an older engine accepts the key silently and does not apply it. Its exclusion list also fell from eighteen entries to five, each remaining one measured.openkal-llvm-runtime 0.2.0 reconciles what
__config_sitedeclares with what the port provides.Both hashes were measured after fetching the asset back from the CN mirror.