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

Revendor in /test and remove dead code #1244

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

dcantah
Copy link
Contributor

@dcantah dcantah commented Dec 15, 2021

Somehow after the last two check-in's the CI (specifically our linter)
started whining about ext4BlockSize being dead code. The last PR
to master our verify-test-vendor step also somehow didn't catch that
/internal/winapi/process.go was updated and needed to be pulled in, but it
did after check-in This change fixes both of those issues.

Signed-off-by: Daniel Canter dcanter@microsoft.com

Somehow after the last two check-in's the CI (specifically our linter)
started whining about ext4BlockSize being dead code. With the last check-in
to master our verify-test-vendor step also somehow didn't catch that
/internal/winapi/process.go was updated and needed to be pulled in. This
change fixes both of those issues.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
@dcantah dcantah requested a review from a team as a code owner December 15, 2021 16:27
Copy link
Contributor

@anmaxvl anmaxvl left a comment

Choose a reason for hiding this comment

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

thanks! my bad for missing this 🤦‍♂️

@katiewasnothere katiewasnothere merged commit 3c68303 into microsoft:master Dec 15, 2021
@dcantah
Copy link
Contributor Author

dcantah commented Dec 16, 2021

thanks! my bad for missing this 🤦‍♂️

No worries at all, somehow our CI didn't catch either at PR time, only did after check-in

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