Page MenuHomePhabricator

[backport#16034] scripted-diff: Rename LockAnnotation to LockAssertion
ClosedPublic

Authored by majcosta on May 26 2020, 20:07.

Details

Summary

-BEGIN VERIFY SCRIPT-
git grep -l LockAnnotation | xargs sed -i 's/LockAnnotation/LockAssertion/'
-END VERIFY SCRIPT-

https://github.com/bitcoin/bitcoin/pull/16034/commits/9f85e9cb3d687862128ddf464d2bc2462b8627f0


Depends on D6261

Concludes backport of Core PR16034

Test Plan
cmake .. -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DENABLE_WERROR=ON -DENABLE_SANITIZERS=thread
ninja check-all

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

deadalnix requested changes to this revision.May 27 2020, 11:51
deadalnix added a subscriber: deadalnix.

The test plan is not apropriate

This revision now requires changes to proceed.May 27 2020, 11:51
majcosta edited the test plan for this revision. (Show Details)
majcosta edited the test plan for this revision. (Show Details)

expanded test plan

This revision is now accepted and ready to land.May 28 2020, 12:28