Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@maxfilov
Copy link

No description provided.

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)

let dst_file = File::create(&dest)?;
let src_fd = src_file.as_raw_fd();
let dst_fd = dst_file.as_raw_fd();
// Using .try_into().unwrap() is required as glibc, musl & android all have different type for ioctl()
Copy link
Contributor

Choose a reason for hiding this comment

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

Can remove the now obsolete comment.

Copy link
Author

Choose a reason for hiding this comment

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

done

@sylvestre
Copy link
Contributor

please run
cargo fmt

@sylvestre
Copy link
Contributor

also, it would be nice to have CI for this to make sure we don't regress

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)

@sylvestre sylvestre merged commit 8c31f39 into uutils:main Sep 14, 2025
95 checks passed
@maxfilov
Copy link
Author

maxfilov commented Sep 14, 2025

@sylvestre

  1. cargo fmt ✔️
  2. I'm not sure I understand completely what "to have CI" means. Should I do something?
  3. Also I thought about some Unit Tests, but I'm not sure it is doable in sane amount of efforts. I'm thinking about that.

@sylvestre
Copy link
Contributor

have a new job in github action to build on ppc64

@maxfilov
Copy link
Author

maxfilov commented Sep 14, 2025

@sylvestre I will try, thanks

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.

3 participants