Patrick Hilhorst

Results 25 comments of Patrick Hilhorst

Speaking about Networkx: I think we should also implement the ["Classic" graph generators](https://networkx.github.io/documentation/networkx-1.10/reference/generators.html#module-networkx.generators.classic).

It's also not just NixOS news, but about the entire Nix ecosystem. I propose "Nix News", which is also sounds like the Dutch "Niks nieuws" which means "Nothing new [to...

How does this affect performance? Is this still able to check all of nixpkgs in a reasonable time?

Some basic testing suggests this is somewhat cpu intensive, but not extremely so: Before: ``` ________________________________________________________ Executed in 117.01 secs fish external usr time 285.60 secs 0.17 millis 285.60 secs...

> One thing that would help me is understanding where the function `freeVars` comes from. It's not defined anywhere in `hnix`, but there's a function that seems to be doing...

> What if nix-linter meant the following: It does mean that, so it is working as intended. I'm not sure how one would make the distinction between this "stupid" case...

These are all good ideas, but they are also mostly nixpkgs-specific. All of the currently specified checks are not specific to any Nix project, but general to any Nix project.

No, you are correctly understanding the message. However, `flake check` doesn't only look at the semantics of the code (which are equal after this transformation), but also at the formatting....

Would be nice, but this currently doesn't parse comments so I don't see a way to do this.

Related: automatically update the `help` in readme.md on success.