-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Maintenance fixes #5465
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
Maintenance fixes #5465
Conversation
66328bf
to
67e608c
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5465 +/- ##
==========================================
- Coverage 82.79% 82.79% -0.01%
==========================================
Files 263 263
Lines 27226 27223 -3
==========================================
- Hits 22541 22538 -3
Misses 4685 4685
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
67e608c
to
5f2c100
Compare
5f2c100
to
4d27d83
Compare
4d27d83
to
d33eb2c
Compare
d33eb2c
to
c9ef824
Compare
c9ef824
to
3030131
Compare
We have a convention of not referring to Result type with full path since it is implicitly added to all namespaces. Additionally remove Result type redefinitions as we don't allow this. Signed-off-by: Egor Lazarchuk <[email protected]>
Instead of testing default implementations for avail_features_by_page and ack_features_by_page in rng and net devices, test it in device.rs Signed-off-by: Egor Lazarchuk <[email protected]>
Prefer proper error types over ambiguous anyhow errors. Signed-off-by: Egor Lazarchuk <[email protected]>
3030131
to
3c70033
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Changes
std::result::Result
and redefinitions ofResult
typeVirtioDevice
definitionanyhow
Reason
Codebase maintenance
License Acceptance
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following Developer
Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md
.PR Checklist
tools/devtool checkbuild --all
to verify that the PR passesbuild checks on all supported architectures.
tools/devtool checkstyle
to verify that the PR passes theautomated style checks.
how they are solving the problem in a clear and encompassing way.
in the PR.
CHANGELOG.md
.Runbook for Firecracker API changes.
integration tests.
TODO
.rust-vmm
.