See #31772 and https://github.com/capnproto/capnproto/pull/2235.
Given there isn’t agreement in #29796, pulled this out so it could be merged separately, and it’s easier to run different test configurations externally.
Closes #31772.
See #31772 and https://github.com/capnproto/capnproto/pull/2235.
Given there isn’t agreement in #29796, pulled this out so it could be merged separately, and it’s easier to run different test configurations externally.
Closes #31772.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31998.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | ryanofsky, TheCharlatan |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, this pull request conflicts with the following ones:
-O0
by fanquake)If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
0@@ -0,0 +1,68 @@
1+commit 3007ac1e4a4bf80420471be45e25b3694025becd
In commit “depends: patch around PlacementNew issue in capnp” (fe283860b10709ef8e7a69269c70708cb85f47f3)
This patch seems right but I can’t figure out how it was generated. Commit 3007ac1e4a4bf80420471be45e25b3694025becd
does not seem to be a commit in the capnproto repository. The upstream patch is https://github.com/capnproto/capnproto/commit/74560f26f75dda4257dce541ca362a1e763b2971, which edits c++/src/kj/common.h
and is applied with -p2
while the patch here edits src/kj/common.h
and is applied with -p1
.
This all seems ok but it might be nice to use the upstream patch (can be generated with git format-patch -n1 74560f26f75dda4257dce541ca362a1e763b2971
) to make the origin of the change clearer.
-p2
(should have just done this in the first place rather than adjusting the paths).
See #31772 and https://github.com/capnproto/capnproto/pull/2235.