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

Fixes #267 dont compare pointer addresses #313

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

viocle-kvanek
Copy link

Windows partitions will not populate correctly because the disk index on drive and partition are being compared using the pointer address, not the value.

@jaypipes
Copy link
Owner

Hi @viocle-kvanek! Thank you for the contribution! Would you mind signing your commit (git commit -s --amend) and re-pushing? The Developer Certificate of Origin (DCO) requires commits be signed.

Signed-off-by: Kyle <kyle@viocle.com>
Signed-off-by: Kyle <kyle@viocle.com>
@ffromani
Copy link
Collaborator

the change itself looks good. Let's maybe check (possibly in another PR) that this flow is covered by tests

@ffromani
Copy link
Collaborator

ffromani commented May 2, 2022

Hi @viocle-kvanek ! to make the DCO check pass, could you please sign both of your commits 8e44bc2 and
93cf72d ?
The two commits can probably squashed together. If you resubmit, please considering rebase instead of merging

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.

None yet

3 participants