3.06 s[thing-hopinion] │Note: From comments.md. A TODO needs an issue reference or a URL saying where the follow-up is tracked.
3.06 s[thing-hopinion] │Note: A TODO nothing points at is a note nobody is holding. It reads like a plan, so the next reader assumes it is one, and it goes stale in place because nothing brings it back up. A reference makes it findable from wherever the work is actually tracked; doing it makes the note unnecessary. If it is neither tracked nor worth doing, the honest version is a comment that says what is missing and what would make it worth doing.
3.06 s[thing-hopinion] │Hint: To suppress, write this directly above line 4 of thing/src/Thing.hs, and say why: -- [allow:CommentBareTodo] <reason>
3.07 s[thing-hopinion] │Note: From haskell-style.md. A GenValid instance in a package's own library gets compiled into the executable. Move it to the matching -gen package.
3.07 s[thing-hopinion] │Note: A generator is test code, and an instance in the library is linked into everything that depends on the library, so the shipped executable carries QuickCheck and the generators with it. The -gen package exists so that dependency stops at the test suite, which is also what keeps a generator free to be as slow or as elaborate as the property needs.
3.07 s[thing-hopinion] │Hint: To suppress, write this directly above line 9 of thing/src/Thing.hs, and say why: -- [allow:HsGenValidInGenPackage] <reason>
3.88 s[e2e-dirty-package-is-judged-failing:post-build] Uploading to the NixCI staging cache: /nix/store/byavfdvpymr1672vvm13d3rmww2jmyi3-e2e-dirty-package-is-judged-failing
3.93 s[e2e-dirty-package-is-judged-failing:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead