You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function with UniValue::find_value method
fa266c4 Temporarily work around gcc-13 warning bug in interfaces_tests (MarcoFalke)
fa28850 Fix clang-tidy performance-unnecessary-copy-initialization warnings (MarcoFalke)
faaa60a Remove unused find_value global function (MarcoFalke)
fa422ae scripted-diff: Use UniValue::find_value method (MarcoFalke)
fa548ac Add UniValue::find_value method (MarcoFalke)
Pull request description:
The global function has issues:
* It causes gcc-13 warnings, see bitcoin/bitcoin#26926
* There is no rationale for it being a global function, when it acts like a member function
* `performance-unnecessary-copy-initialization` clang-tidy isn't run on it
Fix all issues by making it a member function.
ACKs for top commit:
achow101:
ACK fa266c4
hebasto:
re-ACK fa266c4
Tree-SHA512: 6c4e25da3122cd3b91c376bef73ea94fb3beb7bf8ef5cb3853c5128d95bfbacbcbfb16cc843eb7b1a7ebd350c2b6311f8085eeacf9aeeab3366987037d209e44
0 commit comments