Skip to content
Snippets Groups Projects
This project is mirrored from ssh://github.com/haskell/array.git. Pull mirroring updated .
  1. Feb 24, 2021
  2. Nov 20, 2020
  3. Nov 02, 2020
  4. Sep 18, 2020
  5. Jun 17, 2020
  6. May 23, 2020
  7. Dec 06, 2019
  8. Nov 11, 2019
  9. Sep 05, 2019
  10. Jun 16, 2019
  11. Apr 04, 2019
  12. Mar 26, 2019
  13. Dec 18, 2018
  14. Nov 08, 2018
  15. Oct 04, 2018
  16. May 13, 2018
  17. Apr 10, 2018
  18. Mar 19, 2018
  19. Sep 15, 2017
  20. Jul 03, 2017
  21. May 01, 2017
  22. Apr 30, 2017
  23. Apr 02, 2017
  24. Mar 31, 2017
  25. Mar 26, 2017
  26. Mar 25, 2017
    • Ben Gamari's avatar
      T229: Rework to pass on 32-bit machines · e96a8bf8
      Ben Gamari authored
      Previously it failed with,
      
      -T229: Data.Array.Base.safe_scale: Overflow; scale: 4, n: 4611686018427387904
      -CallStack (from HasCallStack):
      -  error, called at libraries/array/Data/Array/Base.hs ...
      +T229: Ix{Int}.index: Index (17) out of range ((0,-1))
      e96a8bf8
  27. Mar 10, 2017
  28. Feb 14, 2017
  29. Feb 09, 2017
  30. Feb 07, 2017
  31. Dec 26, 2016
    • Ben Gamari's avatar
      Fix overflow check · 6e110fe4
      Ben Gamari authored
      As akio points out, the fix to #229 which I authored previously was blatantly
      wrong.
      6e110fe4
  32. Dec 15, 2016
  33. Nov 15, 2016
  34. Jul 08, 2016
  35. Apr 17, 2016
Loading