Julian Arni
Julian Arni
As a data point, `cabal check` complains (and exits non-zero) with -Werror. Maybe just Travis on master should compile with Werror?
Great - for some reason I had got it into my mind to do much more evil things, but you're totally right
Ah, because of the GHC stage restriction. `link` wouldn't be able to be used in the same module as it's defined. The way I had thought of, which is admittedly...
> Would it be possible for toSwagger to ignore a Swagger in the API, making the above unnecessary ? That sounds like a good idea. The nice thing is that...
Yeah, this would be nice. I worry adding this capability on top of (Haskell) QuickCheck would be a lot more work that just having `IO a`, though.
I think both are reasonable (though if 2, maybe only remove the servant-quickcheck-specific parts of testing for the main servant repo/cookbook?)
I think the first question is, what behavior do we want? My opinion is that a mock server that has AuthProtect should randomly (with some frequency) choose between throwing a...
_From @RocketPuppy on September 6, 2016 1:29_ I should have mentioned it in the original post, but it's late here and it slipped my mind. The reason why I needed...
I opened #2 for the `Arbitrary` instance.
I'm not sure I'd consider this a bug in GHC - I can see reasons to go either way here. I have a couple of thoughts about how one might...