Page MenuHomePhabricator

[Rename only] Rename orphan_work_set to m_orphan_work_set.
ClosedPublic

Authored by PiRK on Nov 24 2021, 17:11.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC17eafd308f5d: [Rename only] Rename orphan_work_set to m_orphan_work_set.
Summary

This helps distinguish the member from any local variables.

This is a backport of core#19911 [1/6]
https://github.com/bitcoin/bitcoin/pull/19911/commits/9c47cb29f9f525ee58acc629825a97075156d764

Test Plan

ninja

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Nov 24 2021, 17:11

Tail of the build log:

[399/455] bitcoin: testing streams_tests
[400/455] bitcoin: testing timedata_tests
[401/455] bitcoin: testing compilerbug_tests
[402/455] Running utility command for check-bitcoin-validation_flush_tests
[403/455] Running utility command for check-bitcoin-settings_tests
[404/455] Running utility command for check-bitcoin-streams_tests
[405/455] Running utility command for check-bitcoin-compilerbug_tests
[406/455] bitcoin: testing blockcheck_tests
[407/455] Running utility command for check-bitcoin-timedata_tests
[408/455] Running utility command for check-bitcoin-blockcheck_tests
[409/455] bitcoin: testing checkpoints_tests
[410/455] Running utility command for check-bitcoin-checkpoints_tests
[411/455] bitcoin: testing script_standard_tests
[412/455] bitcoin: testing serialize_tests
[413/455] bitcoin: testing cashaddr_tests
[414/455] Running utility command for check-bitcoin-script_standard_tests
[415/455] bitcoin: testing schnorr_tests
[416/455] bitcoin: testing validationinterface_tests
[417/455] Running utility command for check-bitcoin-serialize_tests
[418/455] Running utility command for check-bitcoin-validationinterface_tests
[419/455] Running utility command for check-bitcoin-cashaddr_tests
[420/455] Running utility command for check-bitcoin-schnorr_tests
[421/455] bitcoin: testing wallet_tests
[422/455] bitcoin: testing intmath_tests
[423/455] Running utility command for check-bitcoin-wallet_tests
[424/455] Running utility command for check-bitcoin-intmath_tests
[425/455] Linking CXX executable src/avalanche/test/test-avalanche
[426/455] bitcoin: testing versionbits_tests
[427/455] Running utility command for check-bitcoin-versionbits_tests
[428/455] avalanche: testing delegation_tests
[429/455] Running utility command for check-avalanche-delegation_tests
[430/455] bitcoin: testing script_tests
[431/455] Linking CXX executable src/qt/test/test_bitcoin-qt
[432/455] Running utility command for check-bitcoin-script_tests
[433/455] avalanche: testing proofcomparator_tests
[434/455] bitcoin: testing monolith_opcodes_tests
[435/455] Running utility command for check-avalanche-proofcomparator_tests
[436/455] Running utility command for check-bitcoin-monolith_opcodes_tests
[437/455] bitcoin: testing crypto_tests
[438/455] avalanche: testing orphanproofpool_tests
[439/455] Running utility command for check-bitcoin-crypto_tests
[440/455] Running utility command for check-avalanche-orphanproofpool_tests
[441/455] avalanche: testing proof_tests
[442/455] Running utility command for check-avalanche-proof_tests
[443/455] avalanche: testing peermanager_tests
[444/455] Running utility command for check-avalanche-peermanager_tests
[445/455] bitcoin-qt: testing test_bitcoin-qt
[446/455] Running bitcoin-qt test suite
PASSED: bitcoin-qt test suite
[447/455] avalanche: testing processor_tests
[448/455] Running utility command for check-avalanche-processor_tests
[449/455] Running avalanche test suite
PASSED: avalanche test suite
[450/455] bitcoin: testing coins_tests
[451/455] Running utility command for check-bitcoin-coins_tests
[452/455] secp256k1: testing secp256k1-tests
[453/455] Running secp256k1 test suite
PASSED: secp256k1 test suite
ninja: build stopped: cannot make progress due to previous errors.
Build build-clang failed with exit code 1
This revision is now accepted and ready to land.Nov 25 2021, 10:49
This revision was landed with ongoing or failed builds.Nov 25 2021, 15:25
This revision was automatically updated to reflect the committed changes.