Skip to content
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

Remove anonymous namespace from null_mask.cuh #8786

Merged

Conversation

nvdbaranec
Copy link
Contributor

@nvdbaranec nvdbaranec commented Jul 20, 2021

Removed a non-compliant anonymous namespace from null_mask.cuh. The contents has been left in the cudf::detail namespace.

Resolves #8781

@nvdbaranec nvdbaranec added code quality libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Jul 20, 2021
@nvdbaranec nvdbaranec requested a review from a team as a code owner July 20, 2021 00:59
@nvdbaranec nvdbaranec added the improvement Improvement / enhancement to an existing function label Jul 20, 2021
@codecov
Copy link

codecov bot commented Jul 20, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@00f8dfb). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8786   +/-   ##
===============================================
  Coverage                ?   10.51%           
===============================================
  Files                   ?      116           
  Lines                   ?    18957           
  Branches                ?        0           
===============================================
  Hits                    ?     1993           
  Misses                  ?    16964           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00f8dfb...0c3cfb2. Read the comment docs.

@harrism
Copy link
Member

harrism commented Jul 20, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 544cda2 into rapidsai:branch-21.08 Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] null_mask.cuh contains an anonymous namespace
4 participants