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

Bump nix from 0.27 to 0.28 & fix issues due to API changes #6055

Merged
merged 5 commits into from
Mar 12, 2024

Conversation

cakebaker
Copy link
Contributor

No description provided.

nix 0.28 changed the return type of unistd::pipe() from Result<(RawFd, RawFd), Error> to Result<(OwnedFd, OwnedFd), Error>
flag was removed from nix::sys::termios::OutputFlags in nix 0.28
nix 0.28 changed "write(fd: RawFd, buf: &[u8]) -> Result<usize>" to "write<Fd: AsFd>(fd: Fd, buf: &[u8]) -> Result<usize>"
@cakebaker cakebaker changed the title Bump nix from 0.27 to 0.28 Bump nix from 0.27 to 0.28 & fix issues due to API changes Mar 12, 2024
@cakebaker cakebaker marked this pull request as ready for review March 12, 2024 07:41
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit 9de409d into uutils:main Mar 12, 2024
62 checks passed
@cakebaker cakebaker deleted the bump_nix branch March 12, 2024 09:34
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.

2 participants