Samuel Gélineau

Results 257 comments of Samuel Gélineau

I have clarified the behaviour of `loadModules` in the documentation, which will be updated in the next release.

Here is the updated documentation: https://github.com/haskell-hint/hint/pull/160/files#diff-e54c923347aee61efe6f22a52e9d2f061feaf554ef594a2e1a430f7da639306aR190-R193

I did some experiments with everything I could grab from `Data.Typeable`, `Type.Reflection` and `Type.Reflection.Unsafe`, and `Foo`, `Bar` and `Baz` all behave exactly the same. I suspect that invisible type parameters...

Thanks! That commit is about configuring the logger, so it makes sense that this commit would affect whether the errors are captured or not. It does so in a shim,...

Good news, we do have a test: https://github.com/haskell-hint/hint/blob/main/unit-tests/run-unit-tests.hs#L353

> maybe I can make the test guarded to run only for 9+, since there's already a functionality to determine GHC version in a testsuite, would that work for you?...

This is not a priority for me at the moment. Would you like to take a look? Hint needs more volunteers!