Silvan Mosberger

Results 311 comments of Silvan Mosberger

I think it's important to distinguish between developer-facing errors and user-facing errors: - User-facing errors are caused by the user using some function in the wrong way. These should be...

https://github.com/NixOS/nix/pull/7650 would fix this

I'm currently working on a [file set combinator library for Nixpkgs](https://github.com/NixOS/nixpkgs/pull/222981) which allows you to do essentially this! ```nix let commonFiles = lib.fileset.unions [ ./relative/path/to/a.ext ./another/path/to/b.ext ]; in { a...

> my thinking was that set terminology is more natural here, because at this level we're thinking about sets of files rather than bools. Just happen to come across this...

Are you still interested in working on this?

Yeah long time no see, hope you're doing good! I don't have any time to work on this myself either, but we were triaging issues in the documentation team meeting....

I'd say let's close this for now, can always be re-opened (or a new one opened) if work is being done.

This is out of date, let's close it for now, but feel free to open a new one with the rebased changes

Feels like this should just be a commit in a PR that does the pinning revising then

I'm waiting on clarifications of @zimbatm's comments, to me this PR would be good to merge.