Skip to content
Snippets Groups Projects
  1. Dec 22, 2011
  2. Nov 15, 2011
  3. Nov 14, 2011
  4. Nov 04, 2011
  5. Nov 02, 2011
  6. Nov 01, 2011
  7. Oct 17, 2011
  8. Oct 13, 2011
  9. Sep 13, 2011
  10. Aug 29, 2011
  11. Aug 26, 2011
  12. Aug 12, 2011
  13. Aug 10, 2011
  14. Aug 09, 2011
  15. Aug 05, 2011
  16. Aug 04, 2011
  17. Jul 29, 2011
  18. Jul 28, 2011
  19. Jul 22, 2011
  20. Jul 21, 2011
  21. Jul 20, 2011
  22. Jul 15, 2011
  23. Jul 14, 2011
  24. Jul 12, 2011
  25. Jul 05, 2011
  26. Jul 01, 2011
  27. Jun 28, 2011
    • Iustin Pop's avatar
      htools: Switch to QuickCheck 2.x · 8e4f6d56
      Iustin Pop authored
      
      Since current distros don't package anymore QuickCheck 1.x, let's move
      to 2.x.
      
      This requires also a few changes to the code:
      
      - Test.QuickCheck.Batch doesn't exist anymore, so we need to write some
        scaffolding code to replace it
      - the way test sizes are generated has changed, and we need to restrict
        (in some tests) the cluster size, as our code is not yet ready for
        hundreds of thousands of nodes in a cluster and we run out of stack
        (which could be a bug somewhere by itself, needs investigation)
      - at least with GHC 7, floating point errors make a perfect cluster
        score even bigger, so we need to bump up the max. rounding error
        allowed
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      8e4f6d56
  28. Jun 27, 2011
Loading