Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,19 @@ env:
# is a cold one (mcpp's build-cache epoch moved from 2 to 3 in this same
# release, because the old cache key did not cover the realised [c-abi]
# environment).
MCPP_VERSION: "2026.9.20.1"
# ── 2026-09-25: raised 2026.9.20.1 -> 2026.9.25.1 ─────────────────────────
#
# 2026.9.25.1 changes what reaches a dependency's compile lines
# (mcpp-community/mcpp#690): a consumer's `include_dirs` no longer reach the
# units of its dependencies, `[build] defines` is a set keyed by macro name,
# and a member inside an index archive inherits its archive's workspace. No
# member here declares `include_dirs` and no archive here declares an
# inheritable workspace table, so no descriptor needs a change; the raise is
# the measurement of that statement on every member and platform. The build
# cache epoch moves from 3 to 4 in the same release, so the first run is cold.
#
# `index.toml` min_mcpp does not move: no descriptor grammar changed.
MCPP_VERSION: "2026.9.25.1"

jobs:
lint:
Expand Down
7 changes: 6 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@
# Raising it would cost every client below the floor the WHOLE index (E0006 at
# the index-open choke point) for a diagnostic note they merely would not have
# received.
# ── 2026-09-25: latest_mcpp -> 2026.9.25.1, min_mcpp unchanged ─────────────
#
# The pull request that moves validate.yml's pin to 2026.9.25.1 runs every
# member on every platform with that release, which is what "known good"
# means for this hint. The release changes no descriptor grammar.
[index]
spec = "1"
min_mcpp = "2026.9.18.3"
latest_mcpp = "2026.9.21.2"
latest_mcpp = "2026.9.25.1"
Loading