Update capnp-cpp to v2 head (Executor::isCurrent + setRunnable ordering) - #7281
Open
danlapid wants to merge 1 commit into
Open
Update capnp-cpp to v2 head (Executor::isCurrent + setRunnable ordering)#7281danlapid wants to merge 1 commit into
danlapid wants to merge 1 commit into
Conversation
Picks up capnproto/capnproto#2814 (kj/async: lock-free Executor::isCurrent() and EventLoop::wait() reporting setRunnable(false) before EventPort::wait()), now merged into v2. Forward bump from e9a6b56 (ahead 2). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
LGTM |
fhanau
approved these changes
Sep 9, 2026
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.
Bumps the
capnp-cpppin to the currentv2head (851c45b), a 2-commit forward move frome9a6b56that lands capnproto/capnproto#2814:kj/async: a lock-freeExecutor::isCurrent(), andEventLoop::wait()now reportssetRunnable(false)to theEventPortbefore callingport.wait().The upcoming kj-rs / kj-rs-tokio async-bridge work depends on both (a plain
isCurrent()instead of a duplicate helper, and a non-stalesetRunnableduring a park). Regenerated viabuild/deps/update-deps.py capnp-cpp;deps.jsoncis unchanged (it already tracksv2).Validated locally: full
workerdbuild andbazel test //src/rust/...(36/37, 1 platform-skip) against the new pin.🤖 Generated with Claude Code