Yuval Deutscher

Results 8 issues of Yuval Deutscher

Hey, Not sure if this is a bug per se, but it seems that rustfmt refuses to format blocks that contain the colon-argument syntax gives to macros in this library....

* In the directory `/tmp/test1`, run `cargo llvm-cov nextest-archive --archive-file /tmp/tests.tar.zst`. * Check out the source code to a new directory `/tmp/test2`, and use the nextest [workspace-remap feature](https://nexte.st/docs/ci-features/archiving/#specifying-a-new-location-for-the-source-code) to specify...

A-nextest

Assuming that the target directory is in `${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}\target` is incorrect for multiple reasons; first of all, because the target directory can be customized with cargo configuration, but also because `CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY`...

Hey, I'd like to implement support for wchar_t as a primitive type (that will codegen into `libc::wchar_t` in the Rust leg and the [built-in type](https://en.cppreference.com/w/cpp/language/types.html#Character_types) in C++). I think I...

We copied some of this code from [system_monitor](https://github.com/wuanzhuan/system_monitor/blob/main/src/event_trace/event_kernel.rs#L2220) (which is licensed Apache, so should be alright), and it seems like they copied it from KrabsETW (https://github.com/microsoft/krabsetw/blob/master/krabs/krabs/perfinfo_groupmask.hpp) Piping the extended flags...

Copied from this commit in KrabsETW: https://github.com/microsoft/krabsetw/commit/c526c45e5b9b0152a002ba4c163c78143df235a7

I know that the TdhInType enum tries not to define deprecated types, but TDH_INTYPE_WBEMSID seems to still appear e.g. in the UserSID field in Process_Start, and currently we parse it...