-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Remove using namespace
from header files
#23575
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
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
042dfa1
to
3c82607
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
This pull request was exported from Phabricator. Differential Revision: D56538909 |
3c82607
to
7f1f97c
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
7f1f97c
to
d974d51
Compare
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
d974d51
to
d6bf027
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
d6bf027
to
d983f85
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
d983f85
to
1f55b52
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
1f55b52
to
735ebcd
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
735ebcd
to
d253a7b
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56538909
d253a7b
to
b217e7d
Compare
I think -Wheader-hygiene is an internal concept? Can you change the PR title/description and commit message title/description to be clearer about what this is doing and why. It sounds like what this is doing is removing "using namespace xxx" from header files, as is aligned with our c++ codestyle guidelines, which follows the velox style guide https://github.com/facebookincubator/velox/blob/main/CODING_STYLE.md#namespaces. |
-Wheader-hygiene
for github/PACKAGE +1using namespace
from header files
@rschlussel - I've made the requested updates. |
Can you update the commit message as well (same description/title as the pr description)? |
This pull request was exported from Phabricator. Differential Revision: D56538909 |
b217e7d
to
c148c1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! I need someone from team-velox to approve @amitkdutta
@rschlussel - done |
@r-barnes I think you need to split the presto part of this change out from the other part for your diff. |
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Removes using namespace from header files to align with Velox C++ codestyle guidelines Reviewed By: dmm-fb Differential Revision: D56538909
c148c1b
to
54ffe96
Compare
Summary: Pull Request resolved: prestodb#23575 Removes using namespace from header files to align with Velox C++ codestyle guidelines Reviewed By: dmm-fb Differential Revision: D56538909
54ffe96
to
1572211
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
Summary: Pull Request resolved: prestodb#23575 Removes using namespace from header files to align with Velox C++ codestyle guidelines Reviewed By: dmm-fb Differential Revision: D56538909
This pull request was exported from Phabricator. Differential Revision: D56538909 |
1572211
to
2d13dde
Compare
Summary: Pull Request resolved: prestodb#23575 Removes using namespace from header files to align with Velox C++ codestyle guidelines Reviewed By: dmm-fb Differential Revision: D56538909
2d13dde
to
20f5423
Compare
This pull request was exported from Phabricator. Differential Revision: D56538909 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @r-barnes.
@aditi-pandit - How do I merge? |
Summary: Pull Request resolved: prestodb#23575 Removes using namespace from header files to align with Velox C++ codestyle guidelines Reviewed By: dmm-fb Differential Revision: D56538909
Removes
using namespace
from header files to align with Velox C++ codestyle guidelines (link).