Melvin Wang
Melvin Wang
Local output: ``` 🪟 Windows 11 Enterprise(10.0.23580) (pwsh) fix-arm64 on fix-clippy-pipeline [$] via 🦀 v1.73.0 at 04:29:46 PM ❯ cargo --version cargo 1.73.0 (9c4383fb5 2023-08-26) 🪟 Windows 11 Enterprise(10.0.23580)...
When using `github-check` reporter, a PR's checks tab will show `clippy-action`'s check under a random job. ``` - name: Run Cargo Clippy uses: giraffate/clippy-action@v1 with: tool_name: Clippy clippy_flags: --locked --profile...
### Input C/C++ Header ```C++ #define CCHDEVICENAME 32 typedef long LONG; typedef char CHAR; typedef unsigned long DWORD; typedef struct tagRECT { LONG left; LONG top; LONG right; LONG bottom;...
There is a current [pre-RFC for deprecating `static mut` in Rust 2024](https://internals.rust-lang.org/t/pre-rfc-deprecate-then-remove-static-mut/20072/102), in favor of better alternatives. I think bindgen should start using some of these alternatives instead of generating...
I've noticed that occasionally, this action will fail but re-running seems to result in success: Failure: https://github.com/microsoft/windows-drivers-rs/actions/runs/7647254535/job/20837787535?pr=78 Success: https://github.com/microsoft/windows-drivers-rs/actions/runs/7647254535/job/20837822606?pr=78 Error: ``` Calling cargo-audit (JSON output) C:\Users\runneradmin\.cargo\bin\cargo.exe audit --json 2024-01-24T22:51:25.296515Z WARN...
All versions of LLVM 18 have a bug where the `__prefetch` intrinsic has the wrong definition. This bug was fixed in https://github.com/llvm/llvm-project/pull/93235, but will not be released until LLVM 19...
### Brief description of your issue I'm getting different behavior between `winget list -Exact` and `Get-WinGetPackage -Exact`, and it looks like the `-Exact` option of `Get-WinGetPackage` is bugged. When `-Exact`...
Is it possible to generate flamegraphs for the `build.rs` of a crate? This could be useful for debugging the long execution of a build script (Ex. multiple calls to `bindgen`,...
This PR enables configuring the WDK Metadata via `[metadata.wdk]` tags in Cargo manifests. As a consequence of that new feature, several other changes were required: * Added minimal Sample WDM...
With resolution of https://github.com/sagiegurari/cargo-make/issues/1081, this plugin may be no longer needed. This can be addressed in a followup _Originally posted by @wmmc88 in https://github.com/microsoft/windows-drivers-rs/pull/143#discussion_r1621435724_