-
Notifications
You must be signed in to change notification settings - Fork 902
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
[REVIEW] Resolve unnecessary import of thrust/optional.hpp in types.hpp #7667
Conversation
…ary (convert_datetime.cu).
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.
🔥 🔥 🔥 🔥
My local repo wasn't up-to-date, looks like #7461 introduced additional usage of optional relying on the include in types.hpp. Fixing now. |
…::optional over the last month.
rerun tests |
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.
Nice find! Just one copyright needs updated (types.hpp)
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7667 +/- ##
===============================================
+ Coverage 81.86% 82.49% +0.62%
===============================================
Files 101 101
Lines 16884 17400 +516
===============================================
+ Hits 13822 14354 +532
+ Misses 3062 3046 -16
Continue to review full report at Codecov.
|
@gpucibot merge |
Resolves #6475. The missing required include of
optional.hpp
was inconvert_datetime.cu
.