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

ci all features #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Echolinq
Copy link

  • in ci build and test --all-features
  • fixed clippy warning

mightyiam and others added 2 commits December 10, 2023 21:04
Co-authored-by: Shahar "Dawn" Or <[email protected]>
Co-authored-by: warren2k <[email protected]>
@@ -36,7 +36,7 @@ async fn test_winch_async() {
let pts = pty.pts().unwrap();
pty.resize(pty_process::Size::new(24, 80)).unwrap();
let mut child = pty_process::Command::new("perl")
.args(&[
.args([

Choose a reason for hiding this comment

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

Apparently, we had a lint which was not being caught because of running clippy without --all-features.

@mightyiam
Copy link

This is an extraction of an isolated piece of valuable change from 1895e6c. Ready for review.

@samuela
Copy link

samuela commented Mar 13, 2024

@doy Anything we could do to get this and #8 merged? I'm hoping to publish a library to crates.io that depends on these changes, but publishing is not allowed without all the dependencies being versioned and published on crates.io as well.

@ravenclaw900
Copy link

I would also appreciate if you were able to merge this and #8.

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.

4 participants