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.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32623.
<!--021abf342d371248e50ceaed478a90ca-->
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.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
ACK fa2bf6bdb7e5f8940fe4bce1aaab29bf2e063b49
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):
* for `src/crc32c`: https://github.com/bitcoin-core/crc32c-subtree (branch `bitcoin-fork`)
* for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes (branch `master`)
* for `src/ipc/libmultiprocess`: https://github.com/bitcoin-core/libmultiprocess (branch `master`)
* for `src/leveldb`: https://github.com/bitcoin-core/leveldb-subtree (branch `bitcoin-fork`)
* for `src/minisketch`: https://github.com/bitcoin-core/minisketch (branch `master`)
* for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1 (branch `master`)
thx, I'll leave as-is for now to make it possible to review via --color-moved=dimmed-zebra. Seems better to be done as a repo-wide follow-up anyway, because this affects all docs.
Concept ACK, left a consistency nit only
ACK fa2bf6bdb7e5f8940fe4bce1aaab29bf2e063b49
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.
Maybe add a reverse reference to this list in test/lint/test_runner/src/main.rs?
ACK fa2bf6bdb7e5f8940fe4bce1aaab29bf2e063b49.
ACK fa2bf6bdb7e5f8940fe4bce1aaab29bf2e063b49
ACK fa4b8b16c37830bf7ee1419aae94e99f294f0e9f
Re-ACK fa4b8b16c37830bf7ee1419aae94e99f294f0e9f
ACK fa4b8b16c37830bf7ee1419aae94e99f294f0e9f