Pfalzgraf Martin
Pfalzgraf Martin
I really could use this update! I keep having to choose between saving extra useless information in my model and putting enough in the `exec` output to fully check everything...
For example, I've got this exec function for a `Command` that creates a session where I generate the `UUID` locally. If I just return the `UUID` then I won't know...
> It's a bit surprising to me that server's response when starting a session wouldn't change an expectation you might have down the line. That request returns no data. Its...
At first using `UUID.fromWords` to generate the UUID as part of the input seems like a really good idea, but it will actually cause the shrink to fail hiding actual...
I agree that there isn't a meaningful way of splitting out what you want in your model and what you only wanted to test. What I am curious about is...
I've added four simple tests in PseudoSpec.hs There is one disadvantage to the current type class approach: if you write `not ".test"` it is ambiguous if the `".test"` is a...
Same issue, also on OSX. It sounds like BSD grep is the culprit. If you use ag (the silver searcher), then it works fine. So you can do: `brew install...
Just pulled. As far as I can tell c1fcb76 fixes the issue with grep on OSX.
Hmm, maybe this is an interaction between the browser I am using and hoogle running locally. I use `vimb` or `qutebrowser` to connect to the local running hoogle server. They...
Versions with the issue: Hoogle 5.0.17.9 Hoogle 5.0.17.8 Works with: Hoogle 5.0.17.7 I'll see what commits were between 5.0.17.7 - 5.0.17.8 that might have caused the issue.