Robert Hensing
Robert Hensing
I've opened these PRs to help with this issue - #1468 - #1469
Did a small amount of research: **Functional tests** Performance matters, so we want to log efficiently. - Have an environment variable that controls the report location - If set, define...
@Mic92 Incremental improvements *are* allowed, but this is not an improvement. If *any* contributor, including Nix team members, wants to make breaking changes to the language, they should discuss that...
It seems that https://github.com/NixOS/nix/pull/12292 introduced a conflict. @Ericson2314 what is the status of https://github.com/NixOS/nix/pull/12410?
This PR needs a rebase. Would you be interested in writing a test with minio? (https://github.com/NixOS/nix/issues/8239) While your practical testing is very encouraging, this would increase our confidence and help...
Triaged in meeting: This is probably a race condition in the store optimizing routine.
I personally think the cost benefit works out slightly in favor of having this feature. It's rare to need `elemAt`, and most functions should not use it, but it's useful...
I'm slightly concerned about overridden inputs not being represented in the key, but this may be the lesser evil of the two.
It's not known which inputs and which transitive inputs matter to the behavior of the module, so that's still a heuristic, and a potentially costly one because you're also fetching...
Returning a canonical path may not always be feasible. Instead of providing this high-level functionality, perhaps we could just expose enough to more or less match the "file system object"...