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

some small cleanups and type fixes #87

Merged
merged 3 commits into from
Jul 3, 2018

Conversation

hendrikmuhs
Copy link
Contributor

fix some types, constants and namings

@coveralls
Copy link

coveralls commented Jun 29, 2018

Coverage Status

Coverage decreased (-0.05%) to 93.666% when pulling 205e38b on hendrikmuhs:sparsearray-cleanups into 4499551 on KeyviDev:master.

auto transitionPointer_low = overflow_code & 0x7; // get the lower part
auto transitionPointer_high = overflow_code >> 3; // the higher part
size_t transitionPointer_low = overflow_code & 0x7; // get the lower part
size_t transitionPointer_high = overflow_code >> 3; // the higher part
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can add const here as well ?

Copy link
Member

@narekgharibyan narekgharibyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hendrikmuhs hendrikmuhs merged commit b1e0351 into KeyviDev:master Jul 3, 2018
@hendrikmuhs hendrikmuhs deleted the sparsearray-cleanups branch April 5, 2020 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants