-
Notifications
You must be signed in to change notification settings - Fork 37.7k
[refactor] Remove using namespace <xxx> from src/ #9644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a9f997e
to
b7b48c8
Compare
That's a much larger diff than I expected, but it seems sane, utACK. |
Concept ACK, and if it doesn't change the binaries (I haven't checked myself yet), I'm fine with merging it anytime. |
utACK. Thanks for doing this. See my related PR #9544. |
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>
.
|
utACK |
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. |
Meh, just going to merge this as the bugfix needs rebase anyway and this pull seems to be sufficiently reviewed. |
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
@MarcoFalke sufficiently reviewed? All the ACKs were either untested or concept only from what I can see. |
@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>
.
|
@MarcoFalke thanks for clarifying |
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
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
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 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: