nix
nix copied to clipboard
Add statx
Resolves #1649.
In current state this breaks the build for Musl targets.
Hey @vi :) What is the status of this PR? I really hope this can be merged
I just tried it myself, sadly, there is a lot of missing stuff in libc.
What is the status of this PR?
It is waiting for answers for questions:
- What to do with the missing constants? Based on your pull request to libc, supposed answer is "wait for libc support", then "wait when
nixstarts depending on new libc". - Shall we get ahead of musl upstream and provide
statxeven on musl by using hacks? - Is overall design of the feature is OK and in line with
nix? If code review comments e.g. aboutstatx_without_pathare resolved, and points above are resolved, will it be OK for merge or there will be just another round of problems?
Shall we get ahead of musl upstream and provide statx even on musl by using hacks?
IMHO, this is not a good idea as musl hasn't provided a wrapper in their library. As I said in this comment, I would like to temporarily just support GNU/Linux.
Is this waiting on any blockers, abandoned, or forgotten?
@AppleSheeple , You can claim it if you want.