For that reason, and to avoid different people asking me the same question repeatedly (e.g. #15932#pullrequestreview-339175124 ), remove the outdated alias CCriticalSection with a scripted-diff
MarcoFalke added the label
Refactoring
on Jan 7, 2020
practicalswift
commented at 4:40 pm on January 7, 2020:
contributor
Concept ACK: explicit is better than implicit :)
DrahtBot
commented at 6:34 pm on January 7, 2020:
member
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Conflicts
Reviewers, this pull request conflicts with the following ones:
#17261 (Make ScriptPubKeyMan an actual interface and the wallet to have multiple by achow101)
#16528 ([WIP] Native Descriptor Wallets (take 2) by achow101)
#10443 (Add fee_est tool for debugging fee estimation code by ryanofsky)
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.
promag
commented at 6:40 pm on January 7, 2020:
member
ACKdc0e8b6b3f665cf764af5c26e3745316ceb95302.
practicalswift
commented at 9:27 pm on January 7, 2020:
contributor
fanquake
commented at 1:08 am on January 14, 2020:
member
Ugh. Messed up my merge order here, should have done this before #17906. @MarcoFalke can you please rebase.
DrahtBot added the label
Needs rebase
on Jan 14, 2020
scripted-diff: Replace CCriticalSection with RecursiveMutex
-BEGIN VERIFY SCRIPT-
# Delete outdated alias for RecursiveMutex
sed -i -e '/CCriticalSection/d' ./src/sync.h
# Replace use of outdated alias with RecursiveMutex
sed -i -e 's/CCriticalSection/RecursiveMutex/g' $(git grep -l CCriticalSection)
-END VERIFY SCRIPT-
6cbe620964
scripted-diff: Bump copyright of files changed in 2020
nit: ideally copyrights commit would be separate because unrelated, but all diffs are comments and it’s scripted so nbd.
Speaking of, could the copyright script be run automatically / periodically? I understand not wanting to run it via CI, but I would prefer either automatically/periodically or every time via CI over manually/sporadically.
Empact approved
fanquake referenced this in commit
af05bd9e1e
on Jan 15, 2020
fanquake merged this
on Jan 15, 2020
fanquake closed this
on Jan 15, 2020
MarcoFalke deleted the branch
on Jan 15, 2020
deadalnix referenced this in commit
ddfb85a6c1
on Apr 25, 2020
ftrader referenced this in commit
a039f77235
on Aug 17, 2020
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2024-11-23 12:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me