Point the cross-thread channels row at kaappi-shared-channels - #39
Merged
Conversation
KEP-0004 Phase 2 shipped the identifier, so the row no longer has to say the fixes shipped but the identifier did not. Note the two builds where it is legitimately absent: wasm32-wasi has no OS threads, and releases up to v0.25.0 predate it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Baiju Muthukadan <baiju.m.mail@gmail.com>
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 conformance table's "Cross-thread channels" row has told readers that KEP-0004 gates a
kaappi-shared-channelsidentifier and that "the fixes have shipped, the identifier has not yet". That was accurate for six weeks. The identifier landed today in kaappi#2402, so the row now names it as the way to detect the subsystem from code.The replacement text keeps the honesty the original row was written for, by naming the two builds where the identifier is legitimately absent:
notifyis a no-op there that nothing ever calls. The identifier is omitted by design, not by oversight.kaappi featuresremains the way to see what such a build actually has.Also refreshes the
(features)example output inprocedures/system.md, which enumerates the feature list and would otherwise be one entry stale.The
guide/concurrency.mdadmonition needed no change — it describes the wakeup fixes and links here for KEP status, and never claimed the identifier was missing.Companions: kaappi#2402 (the identifier), kaappi/keps#53 and its follow-up recording Phase 2 as shipped.
🤖 Generated with Claude Code