Skip to content

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

Merged
sylvestre merged 5 commits intouutils:mainfrom
cakebaker:bump_nix
Mar 12, 2024
Merged

Bump nix from 0.27 to 0.28 & fix issues due to API changes#6055
sylvestre merged 5 commits intouutils:mainfrom
cakebaker:bump_nix

Conversation

@cakebaker
Copy link
Copy Markdown
Contributor

No description provided.

@cakebaker cakebaker marked this pull request as draft March 11, 2024 09:55
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
@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

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

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