-
Notifications
You must be signed in to change notification settings - Fork 180
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
Useless semicolons #826
Comments
A year later, is there any progress? |
Unfortunately not. Due to time constraints we have to prioritize our workload. I am marking this as a good first issue tough, as this does not seem like an issue that needs a maintainer to fix. |
Hello, I'm interested in contributing and feel like this is a good issue. I do however feel like I'm missing a lot of information that is taken for granted. Which makes it hard to start. Any tips? I have read the various .md files. |
As of #531, users should no longer see warnings from CCCL headers. Can you try as of the latest release? |
@jrhemstad Was it actually released? #531 was merged in October, but the last release is from September... Also, when will this appear as part of a CUDA release? |
"Hi, I'd like to work on this issue. Could you assign it to me?" |
@vrajvaghela89 we usually do not assign issues to external contributors, especially such minor things where people can just work on |
Just send in a PR, I will happily review it! |
Compiling with
-Wextra-semi
shows some warnings due to unnecessary semicolons in Thrust code base:The text was updated successfully, but these errors were encountered: