crossterm-rs / crossterm

Cross platform terminal library rust
MIT License
3.29k stars 280 forks source link

fix: broken build issues #888

Closed joshka closed 6 months ago

joshka commented 6 months ago

Several issues were encountered after the merging of various PRs. This was mostly caused by CI not being run on all of the PRs (I suspect this was due to the GitHub first time repo contributor setting).

Fixes: https://github.com/crossterm-rs/crossterm/issues/883 Fixes: https://github.com/crossterm-rs/crossterm/issues/883 Supersedes: https://github.com/crossterm-rs/crossterm/issues/887 Supersedes: https://github.com/crossterm-rs/crossterm/issues/884

joshka commented 6 months ago

Looks like there's a few build failures in the current project that need to be cleared up. The CI makes it difficult to clear them up as a whole rather than one problem at a time due to failing at the first problem rather than failing multiple jobs in parallel.

TimonPost commented 6 months ago

Great -- my idea was to follow up too, thanks for the quick PR to fix it.