pins move to mcpp 2026.9.21.2 and openkal-llvm-runtime 0.15.0 - #457
Merged
Merged
Conversation
THE TWO MOVE TOGETHER BECAUSE THE MEASUREMENT IS ABOUT WHAT THE PAIR DOES. The engine withdraws `__CYGWIN__`. Four members of this suite --- archive (xz), sqlite3, mimalloc, c-ares --- stopped at `#include <windows.h>` reached through `#if defined(_WIN32) || defined(__CYGWIN__)`, and upstream means "Win32 is available" by that name. THIS MEASUREMENT IS THE CRITERION FOR THAT CHANGE: the `windows.h` group should reach zero, and nothing that ran before should stop running. `runtime` -> 0.15.0 is what keeps the withdrawal safe. It pins openkal-musl 0.19.0, and both read `__MCPP_TARGET_WINDOWS__` in the INSTALLED headers that size `jmp_buf` and `unw_context_t`, keeping `|| defined(__CYGWIN__)` beside it. Measured on the engine branch before it merged: against the PUBLISHED 0.13.0, an openkal program for x86_64-windows-gnu fails on libunwind's two `static_assert`s. Registered and published first --- #453, #455, #456 --- before this line moved. 0.15.0 also makes `thread_local` destructors run, which `doctest` and `spdlog` stop on today with `undefined symbol: __cxa_thread_atexit`. Those two are the other half of what this run should report. `openkal-compat.yml`'s MCPP_VERSION moves with `pins.toml` because that workflow checks the two agree. `latest_mcpp` moves; `min_mcpp` DOES NOT --- this release adds no manifest key, so no client loses the index.
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 TWO MOVE TOGETHER BECAUSE THE MEASUREMENT IS ABOUT WHAT THE PAIR DOES.
The engine withdraws
__CYGWIN__. Four members of this suite --- archive(xz), sqlite3, mimalloc, c-ares --- stopped at
#include <windows.h>reachedthrough
#if defined(_WIN32) || defined(__CYGWIN__), and upstream means "Win32is available" by that name. THIS MEASUREMENT IS THE CRITERION FOR THAT
CHANGE: the
windows.hgroup should reach zero, and nothing that ran beforeshould stop running.
runtime-> 0.15.0 is what keeps the withdrawal safe. It pins openkal-musl0.19.0, and both read
__MCPP_TARGET_WINDOWS__in the INSTALLED headers thatsize
jmp_bufandunw_context_t, keeping|| defined(__CYGWIN__)besideit. Measured on the engine branch before it merged: against the PUBLISHED
0.13.0, an openkal program for x86_64-windows-gnu fails on libunwind's two
static_asserts. Registered and published first --- #453, #455, #456 ---before this line moved.
0.15.0 also makes
thread_localdestructors run, whichdoctestandspdlogstop on today withundefined symbol: __cxa_thread_atexit. Those twoare the other half of what this run should report.
openkal-compat.yml's MCPP_VERSION moves withpins.tomlbecause thatworkflow checks the two agree.
latest_mcppmoves;min_mcppDOES NOT ---this release adds no manifest key, so no client loses the index.
This run is the criterion for the
__CYGWIN__withdrawal. Expected: thewindows.hgroup (archive/xz, sqlite3, mimalloc, c-ares) reaches zero, andnothing that ran before stops running.
doctestandspdlogshould alsoclear, since 0.15.0 makes
thread_localdestructors work.Verified before this PR: the published 2026.9.21.2 binary, in a SubOS sandbox
on the CN mirror,
fails=0with nothing skipped on the six-sectionverification --- against
fails=3for 2026.9.21.1 in the same sandbox.