Simon Hengel

Results 386 comments of Simon Hengel

This happens because `-f` is also a valid `hspec` argument. I think you can disambiguate this by putting a `--` at the back, or moving the flag before the module....

@soenkehahn `-fno-warn-name-shadowing` also does not work, just tried.

I think our best bet is still to improve error messages, so that the user better understands what's going on and how he can do what he wants to do.

Do you think there is a reliable way to determine the used package database? Sent from my iPhone > On 18 Apr 2015, at 3:54 pm, Sönke Hahn [email protected] wrote:...

Here is an example: https://github.com/sol/hspec-tutorial/blob/solutions/test/AppSpec.hs#L38-#L41 PRs welcome.

Where is the session stored? Cookies?

@begriffs sorry for replying late. By default `hspec-wai` tests WAI applications in-memory, without opening any TCP ports. For your situation you may want to test your application through a real...

Guys, i'm back on the scene, but i have to huge backlog to catch up with. For this reason it will take me a while before i can get to...

@joeyh Thanks for bringing this up and sorry for the late reply. Patches welcome!

@declension Sorry for the late reply! I'm somewhat conservative with adding stuff to `Test.Hspec.Expectations`, however, we can add stuff to `Test.Hspec.Expectations.Contrib` and move them to `Test.Hspec.Expectations` if they proof useful....