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

General: Increase warning level and fix conversion and float-equal warnings #98

Merged
merged 5 commits into from
Feb 12, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Feb 12, 2020

In order to improve the reliability and reduce the likelihood of introducing regressions, higher warning standards are required. Increase the warning level by further accounting for conversion, sign comparison, float equality, and shadowing. Furthermore, fix the occurring warnings.

@stotko stotko added the bug label Feb 12, 2020
@stotko stotko added this to the 1.3.0 milestone Feb 12, 2020
@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #98 into master will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   97.83%   97.76%   -0.07%     
==========================================
  Files          27       27              
  Lines        1613     1613              
==========================================
- Hits         1578     1577       -1     
- Misses         35       36       +1     
Impacted Files Coverage Δ
src/stdgpu/impl/unordered_base_detail.cuh 96.44% <0.00%> (-0.26%) ⬇️

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 2f2973f...9bee120. Read the comment docs.

@stotko stotko merged commit 0c62051 into master Feb 12, 2020
@stotko stotko deleted the warning_fixes branch February 12, 2020 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant