Eric Bavier <[email protected]> skribis: > Would it make sense to have 'guix lint' operate at the file/module level > instead of at the package level?
You really mean at the syntactic level, no? > That would be consistent with other lint-type tools, as far as I know. > It would also, I think, help with things like syntax errors that > currently result in 'guix build' reporting something like "guix build: > error: foo: unknown package". Normally you get more details about that when typing ‘make’ (or C-c C-k in Geiser.) Detecting that would amount to doing the job of the compiler and module system, basically. Ludo’.
