nix icon indicating copy to clipboard operation
nix copied to clipboard

fcntl adding apple F_PREALLOCATE flag.

Open devnexen opened this issue 1 year ago • 5 comments
trafficstars

What does this PR do

Checklist:

  • [x] I have read CONTRIBUTING.md
  • [x] I have written necessary tests and rustdoc comments
  • [x] A change log has been added if this PR modifies nix's API

devnexen avatar May 05 '24 08:05 devnexen

I am working on the CI issues, they are not related to this PR

Update: CI fixed in #2394, you can rebase your branch now:)

SteveLauC avatar May 05 '24 11:05 SteveLauC

Gentle ping on this PR, would you like to rebase and finish it?

SteveLauC avatar May 17 '24 09:05 SteveLauC

seems libc 0.2.154 not yet available (just the tag on the repo but not yet published maybe) ?

devnexen avatar May 17 '24 10:05 devnexen

seems libc 0.2.154 not yet available (just the tag on the repo but not yet published maybe) ?

Right, it has been yanked, we have to wait for https://github.com/rust-lang/libc/pull/3682

SteveLauC avatar May 17 '24 10:05 SteveLauC

The issue has been fixed, please rebase your branch:)

SteveLauC avatar May 18 '24 09:05 SteveLauC

Looks like you need to resolve the conflict in src/fcntl.rs.

SteveLauC avatar Sep 06 '24 05:09 SteveLauC