gentoo90 / winreg-rs

Rust bindings to MS Windows Registry API
MIT License
168 stars 36 forks source link

remove winapi dependency, upgrade edition and replace decrypted APIs #48

Closed sn99 closed 1 year ago

sn99 commented 1 year ago

I am attempting to update the codebase to utilize windows-rs instead of winapi. While the build is successful, 1 test is currently failing with the error message thread 'test_load_appkey' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: Uncategorized, message: "The process cannot access the file because it is being used by another process." }', tests\reg_key.rs:45:77.

poliorcetics commented 1 year ago

Hey @sn99, are you still working on this ?

sn99 commented 1 year ago

@poliorcetics I think this was about done, the test failed even before I made any changes so doesn't really seem that there was anything to work on

poliorcetics commented 1 year ago

There are conflicts now though, maybe the test has been fixed since then ?

gentoo90 commented 1 year ago

Rebased onto the latest master and published as part of version 0.50.0