haskell / primitive

This package provides various primitive memory-related operations.
Other
114 stars 58 forks source link

Try using arrayOf primop #291

Closed andrewthad closed 1 year ago

andrewthad commented 4 years ago

Do not merge this. The test suite is being used to help verify the correctness of a GSOC project. At the original time of writing this, the test suite fails with:

internal error: evacuate(static): strange closure type 61

To build this, add the hackage head stuff to cabal.local.project and run this:

cabal build --builddir dist-array-of -w /home/amartin/ghc/bin/ghc-8.11.0.20200622 --enable-tests --allow-newer --constraint='splitmix==0.0.5' test-qc
buggymcbugfix commented 4 years ago

Thanks @andrewthad. I will look into this. I would have been very surprised if everything had just worked out of the box! :D