[refactor] Remove using namespace <xxx> from src/#9644
Merged
maflcko merged 1 commit intobitcoin:masterfrom Jan 30, 2017
Merged
[refactor] Remove using namespace <xxx> from src/#9644maflcko merged 1 commit intobitcoin:masterfrom
maflcko merged 1 commit intobitcoin:masterfrom
Conversation
a9f997e to
b7b48c8
Compare
Member
|
That's a much larger diff than I expected, but it seems sane, utACK. |
Member
|
Concept ACK, and if it doesn't change the binaries (I haven't checked myself yet), I'm fine with merging it anytime. |
Contributor
|
utACK. Thanks for doing this. See my related PR #9544. |
Member
|
utACK
…On Sat, 28 Jan 2017 at 07:16, practicalswift ***@***.***> wrote:
utACK. Thanks for doing this. See my related PR #9544
<#9544>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9644 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA0t8rorVIjg41JvY87Cun5egIxX5rABks5rWutOgaJpZM4LvjgS>
.
|
Contributor
|
utACK |
Member
|
same binaries ACK on b7b48c8, but unfortunately we can not merge it, as it conflicts with an open net bug fix tagged for 0.14. |
Member
|
Meh, just going to merge this as the bugfix needs rebase anyway and this pull seems to be sufficiently reviewed. |
maflcko
pushed a commit
that referenced
this pull request
Jan 30, 2017
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
Contributor
|
@MarcoFalke sufficiently reviewed? All the ACKs were either untested or concept only from what I can see. |
Member
|
@rebroad, I think for a simple refactoring patch the following review is
sufficient:
* OP checked for same binaries
* I checked for same binaries
* 5 people were reading the diff and utACKed, one was just Concept ACKing
* The automated tests passed
* I checked against all open pull request for 0.14 that no new conflicts
are introduced
I do not understand why you call that insufficient.
…On Wed, Feb 1, 2017 at 12:43 PM, R E Broadley ***@***.***> wrote:
@MarcoFalke <https://github.com/MarcoFalke> sufficiently reviewed? All
the ACKs were either untested or concept only from what I can see.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9644 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGGmvzd2P94KQ5OD5Iqooo6c6zAeaAtiks5rYG_ngaJpZM4LvjgS>
.
|
Contributor
|
@MarcoFalke thanks for clarifying |
codablock
pushed a commit
to codablock/dash
that referenced
this pull request
Jan 23, 2018
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
andvgal
pushed a commit
to energicryptocurrency/gen2-energi
that referenced
this pull request
Jan 6, 2019
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
CryptoCentric
pushed a commit
to absolute-community/absolute
that referenced
this pull request
Feb 27, 2019
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
zkbot
added a commit
to zcash/zcash
that referenced
this pull request
Mar 5, 2021
Backport bloom filter improvements Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7113 - bitcoin/bitcoin#7818 - Only the second commit (to resolve conflicts). - bitcoin/bitcoin#7934 - bitcoin/bitcoin#8655 - Partial backport to help resolve conflicts. - bitcoin/bitcoin#9060 - bitcoin/bitcoin#9223 - bitcoin/bitcoin#9644 - Partial backport to help resolve conflicts. - bitcoin/bitcoin#9916 - bitcoin/bitcoin#9750 - bitcoin/bitcoin#13176 - bitcoin/bitcoin#13948 - bitcoin/bitcoin#16073 - bitcoin/bitcoin#18670 - bitcoin/bitcoin#18806 - Reveals upstream's covert fix for CVE-2013-5700. - bitcoin/bitcoin#19968
zkbot
added a commit
to zcash/zcash
that referenced
this pull request
Apr 15, 2021
Backport bloom filter improvements Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7113 - bitcoin/bitcoin#7818 - Only the second commit (to resolve conflicts). - bitcoin/bitcoin#7934 - bitcoin/bitcoin#8655 - Partial backport to help resolve conflicts. - bitcoin/bitcoin#9060 - bitcoin/bitcoin#9223 - bitcoin/bitcoin#9644 - Partial backport to help resolve conflicts. - bitcoin/bitcoin#9916 - bitcoin/bitcoin#9750 - bitcoin/bitcoin#13176 - bitcoin/bitcoin#13948 - bitcoin/bitcoin#16073 - bitcoin/bitcoin#18670 - bitcoin/bitcoin#18806 - Reveals upstream's covert fix for CVE-2013-5700. - bitcoin/bitcoin#19968
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the final PR of the #9235 sub-sets, including the remaining files in
src/.I don't know if this should go into 0.14 or not (it is binary-checked so it should not affect anything), but I figured I would wrap these up just in case.
Same-binaries check:
The affected files and namespaces: