The subtree docs and lint checks list the subtrees in three places, making it hard to follow and update and easy to miss one.
Fix all issues by including the missing one and removing the list in one place.
The subtree docs and lint checks list the subtrees in three places, making it hard to follow and update and easy to miss one.
Fix all issues by including the missing one and removing the list in one place.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32623.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | hebasto, l0rinc, BrandonOdiwuor, davidgumberg, achow101 |
Stale ACK | TheCharlatan |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
98 * for `src/crc32c`: https://github.com/bitcoin-core/crc32c-subtree.git (branch bitcoin-fork)
99+* for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes.git (branch master)
100+* for `src/ipc/libmultiprocess`: https://github.com/bitcoin-core/libmultiprocess (branch master)
101+* for `src/leveldb`: https://github.com/bitcoin-core/leveldb-subtree.git (branch bitcoin-fork)
102 * for `src/minisketch`: https://github.com/bitcoin-core/minisketch.git (branch master)
103+* for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1.git (branch master)
visiting the links will automatically remove the .git
suffixes (which was already missing from libmultiprocess
):
0* for `src/crc32c`: https://github.com/bitcoin-core/crc32c-subtree (branch `bitcoin-fork`)
1* for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes (branch `master`)
2* for `src/ipc/libmultiprocess`: https://github.com/bitcoin-core/libmultiprocess (branch `master`)
3* for `src/leveldb`: https://github.com/bitcoin-core/leveldb-subtree (branch `bitcoin-fork`)
4* for `src/minisketch`: https://github.com/bitcoin-core/minisketch (branch `master`)
5* for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1 (branch `master`)
--color-moved=dimmed-zebra
. Seems better to be done as a repo-wide follow-up anyway, because this affects all docs.
100+* for `src/ipc/libmultiprocess`: https://github.com/bitcoin-core/libmultiprocess (branch master)
101+* for `src/leveldb`: https://github.com/bitcoin-core/leveldb-subtree.git (branch bitcoin-fork)
102 * for `src/minisketch`: https://github.com/bitcoin-core/minisketch.git (branch master)
103+* for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1.git (branch master)
104+
105+Keep this list in sync with `fn get_subtrees()` in the lint runner.
test/lint/test_runner/src/main.rs
?