Skip to content
Snippets Groups Projects
  1. Oct 15, 2009
    • Iustin Pop's avatar
      More hlint fixes · 3a3c1eb4
      Iustin Pop authored
      This makes (for now) the code hlint-clean. This is per se not a huge
      gain, but it allows easier tracking of regressions in style later
      (one-two new violations are easier to diagnose when not hidden among 20
      “known” ones).
      3a3c1eb4
  2. Oct 14, 2009
  3. Sep 29, 2009
    • Iustin Pop's avatar
      Make the test suite return an reasonable exit code · 38f536cb
      Iustin Pop authored
      Test.QuickCheck.Batch.runTests doesn't return any error statistics,
      which makes the test suite just display errorrs and always exit with
      exit code 0. This is not good, since one cannot then actually batch run
      tests.
      
      This patch adds a wrapper over Batch.run which also modifies a passed
      IORef Int to keep track of how many test failures or test aborts we had.
      This makes it easy then to exit with an appropriate exit code.
      38f536cb
  4. Aug 31, 2009
  5. Jun 01, 2009
Loading