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

Cleanup Windows trace modules #697

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ChrisDenton
Copy link
Member

Windows 64-bit doesn't use dbghelp for tracing, so the name dbghelp64.rs was inaccurate and confusing. Rename it to win64.rs.

Also I moved a stray comment from dbghelp32.rs to win64.rs and removed #![allow(bad_style)] from both modules.

Windows 64-bit doesn't use dbghelp for tracing, so the name was confusing.
@workingjubilee
Copy link
Member

Thanks.

Is there a specific reason to keep dbghelp32 as dbghelp32 instead of win32?

@ChrisDenton
Copy link
Member Author

Not really, other than it didn't occur to me. I can totally do that though.

@ChrisDenton
Copy link
Member Author

Done!

@ChrisDenton
Copy link
Member Author

ChrisDenton commented Jan 27, 2025

The windows-gnu error is caused by rust-lang/rust#136096 which in turn is caused by old mingw emitting a bunch of warnings in stderr. These aren't new but erroring on them is. Considering the lint is going to be downgraded to allow until it is less noisy, maybe we should just wait a day or two for that to be merged.

@workingjubilee
Copy link
Member

Yeah I'm fine with just waiting a bit.

@ChrisDenton ChrisDenton enabled auto-merge January 27, 2025 23:55
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.

2 participants