Update capnp-cpp to pick up Executor::isCurrent() - #7234
Merged
Conversation
Bump capnp-cpp to v2 head 7077d44, picking up kj::Executor::isCurrent() and kj::tryGetCurrentThreadExecutor() (capnproto/capnproto#2811), which the upcoming kj-rs async-bridge rework (#7010) depends on. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
LGTM |
mikea
approved these changes
Sep 3, 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-cpp pin to the current v2 head (
7077d44), a small delta over the previous pin (f984ac8) that picks up capnproto/capnproto#2811:kj::Executor::isCurrent()andkj::tryGetCurrentThreadExecutor().The kj-rs async-bridge rework in #7010 depends on these to replace its exception-catching "is there a current executor" probe, so this bump needs to land before that stack.
Validated locally:
bazel test //src/rust/...and a fullworkerdbuild against the new pin.🤖 Generated with Claude Code