Skip to content

Update to winx 0.23.0. #159

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

Merged
merged 1 commit into from
Feb 22, 2021
Merged

Update to winx 0.23.0. #159

merged 1 commit into from
Feb 22, 2021

Conversation

sunfishcode
Copy link
Member

Use winapi_util::file::information in place of winx::file::get_fileinfo,
which is simpler, except for needing to convert the types, which we need
to do because we're ultimately using these values in the
windows MetadataExt trait which uses u32. I submitted
BurntSushi/winapi-util#7 to propose changing the types upstream.

Use `winapi_util::file::information` in place of `winx::file::get_fileinfo`,
which is simpler, except for needing to convert the types, which we need
to do because we're ultimately using these values in the
[windows `MetadataExt` trait] which uses `u32`. I submitted
BurntSushi/winapi-util#7 to propose changing the types upstream.

[windows `MetadataExt` trait]: https://doc.rust-lang.org/stable/std/os/windows/fs/trait.MetadataExt.html
@sunfishcode sunfishcode force-pushed the sunfishcode/update-winx branch from 6f31a31 to 71a53e7 Compare February 18, 2021 19:04
@sunfishcode sunfishcode merged commit b982df8 into main Feb 22, 2021
@sunfishcode sunfishcode deleted the sunfishcode/update-winx branch February 22, 2021 22:02
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.

1 participant