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

cstdlib: Deprecate sizedivPow2 #161

Merged
merged 1 commit into from
May 13, 2020
Merged

cstdlib: Deprecate sizedivPow2 #161

merged 1 commit into from
May 13, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented May 13, 2020

The sizedivPow2 function in the cstdlib module resulted from the initial design of the library and its application in bitset. As the library evolved over time, it turned out that its design is not very clear and just mixes parts of cstdlib and bit. Since its last usage in bitset has been removed in #145, deprecate sizedivPow2 as well as sizediv_t.

@codecov
Copy link

codecov bot commented May 13, 2020

Codecov Report

Merging #161 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   97.65%   97.65%           
=======================================
  Files          28       28           
  Lines        1705     1705           
=======================================
  Hits         1665     1665           
  Misses         40       40           

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 adcbdd0...097ecba. Read the comment docs.

@stotko stotko merged commit 925648f into master May 13, 2020
@stotko stotko deleted the deprecate_cstdlib branch May 13, 2020 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant