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

Re-add drcov for both usermode and systemmode. #2573

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

Conversation

rmalmain
Copy link
Collaborator

fix for bug inserted in #2267.
fixes #2572.

@@ -18,7 +18,7 @@ pub mod systemmode;
pub use systemmode::*;

pub mod edges;
pub use edges::EdgeCoverageModule;
pub use edges::*;
Copy link
Member

Choose a reason for hiding this comment

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

Not a fan of blanked imports tbh, there's even a clippy lint for that (and it can autofix)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ah cool didn't know about this, could be good to do it

Copy link
Contributor

Choose a reason for hiding this comment

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

@domenukk should that be part of scripts/autofix.sh? Because when I ran that, it didn't change it.

possibility to add module_mapping manually
@rmalmain
Copy link
Collaborator Author

@vringar i guess before you were setting the mapping manually to have it working in systemmode right?
i re-added the possibility to manually set the mapping, would it work out for ur usecase like this?

@vringar
Copy link
Contributor

vringar commented Sep 30, 2024

@rmalmain Yes, we were setting them manually before. Thanks for re-adding that possibility.
Also please excuse the noise of #2574

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.

DrCovModule is exclusive to user-mode
3 participants