Skip to content
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

Migrate from winapi to windows-sys #6364

Merged
merged 6 commits into from Sep 30, 2022
Merged

Conversation

killianc3
Copy link
Contributor

After seeing this issue #5993 and because winapi is not maintained, i think migrating to windows-sys is a good thing, what do you think ?

@killianc3 killianc3 marked this pull request as draft September 26, 2022 16:04
@killianc3 killianc3 marked this pull request as ready for review September 26, 2022 16:31
@killianc3 killianc3 marked this pull request as draft September 26, 2022 16:40
alacritty_terminal/src/tty/windows/child.rs Outdated Show resolved Hide resolved
alacritty_terminal/src/tty/windows/conpty.rs Outdated Show resolved Hide resolved
alacritty_terminal/src/tty/windows/conpty.rs Show resolved Hide resolved
alacritty_terminal/src/tty/windows/conpty.rs Show resolved Hide resolved
@killianc3 killianc3 marked this pull request as ready for review September 26, 2022 17:40
@chrisduerr chrisduerr removed their request for review September 28, 2022 12:57
Copy link
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you check that we use the same windows-sys across all the deps? I think winit is using some other value for that.

alacritty_terminal/src/tty/windows/child.rs Outdated Show resolved Hide resolved
alacritty_terminal/src/tty/windows/child.rs Show resolved Hide resolved
alacritty_terminal/src/tty/windows/child.rs Outdated Show resolved Hide resolved
alacritty_terminal/src/tty/windows/conpty.rs Outdated Show resolved Hide resolved
alacritty/src/display/window.rs Show resolved Hide resolved
@killianc3
Copy link
Contributor Author

Yes, after checking, winit uses version 0.36 for windows-sys so I configured it the same way.

@killianc3 killianc3 requested review from kchibisov and chrisduerr and removed request for kchibisov and chrisduerr September 29, 2022 14:48
Copy link
Member

@chrisduerr chrisduerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chrisduerr chrisduerr merged commit e9ee8dc into alacritty:master Sep 30, 2022
@killianc3 killianc3 deleted the dev branch September 30, 2022 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants