hololeap
hololeap
An observation: all of the changes in this PR are essentially adding things to whitelists for various checks (`SC2034`, `SC2206`, `SC2115`, etc.) What if `shellcheck` looks for external whitelists based...
@andreasabel I put it in a [gist](https://gist.github.com/hololeap/dd6b0e9ebd86415ac41e973ffdcd229a).
I must have something misconfigured, because I'm getting: ``` pkgcheck scan: error: failed running git: fatal: ambiguous argument 'origin': unknown revision or path not in the working tree. Suggested to...
> From my knowledge, changing build time stuff doesn't need revbump _always_ I've heard conflicting versions of this line of thinking myself. Perhaps @thesamesam can chime in on this. Edit:...
I had an odd idea: share code between this and another check that would warn that e.g. `y-2.4.5` is missing the `~ppc64` keyword. I would think that you could get...
Here is an example: ```haskell -- >>> input auto "https://raw.githubusercontent.com/dhall-lang/dhall-haskell/18e4e9a18dc53271146df3ccf5b4177c3552236b/examples/True" :: IO Bool -- True ``` https://github.com/dhall-lang/dhall-haskell/blob/ecef9b7daf5bb16d2678a7c973406fbc78731d19/dhall/src/Dhall/Tutorial.hs#L378-L379 My system (gentoo) runs tests in a sandbox and doesn't allow for network...
I am also running into this and I have observed the same thing: it worked properly with `ghc-9.2.8`, but as of `ghc-9.4.8`, hoogle cannot find any of the bootstrap libraries...
> I notice that in 9.4.8 & 9.6.4, the package database info uses `pkgroot` as a variable to describe directories like `haddock-html`, but not 9.2.8. --- I noticed the same...
I can confirm this fixes #420 on ghc-9.4.8 (gentoo linux)
Duplicate of #16