Closed Jasper-Bekkers closed 2 months ago
Addressed all feedback, this should (tm) make the tests run again as well.
LGTM 🎉
Would you mind spinning a release if/when this lands?
Oh no:
> cargo test -- --nocapture --test-threads 1 it_can_desr_newtype_enum_field
...
Caused by:
process didn't exit successfully: `... --nocapture --test-threads 1 _enum_fi` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
My first guess would be a problem I've seen before with the implement
macro but this requires a bit more investigation.
@Jasper-Bekkers - seems like an issue with IUnknown::from_raw
, which should be the _borrowed
version.
Can you merge the changes from my branch (https://github.com/ohadravid/wmi-rs/tree/update-win-0.58-fixes) into yours?
@Jasper-Bekkers - seems like an issue with
IUnknown::from_raw
, which should be the_borrowed
version.Can you merge the changes from my branch (https://github.com/ohadravid/wmi-rs/tree/update-win-0.58-fixes) into yours?
Done - looks like it needed a cargo fmt still, so I pushed that. Thanks for taking the time to look into this.
Not a huge change, this updates
wmi-rs
towindows 0.58