packman icon indicating copy to clipboard operation
packman copied to clipboard

Evaluation-orthogonal serialisation of Haskell data, as a library

Results 4 packman issues
Sort by recently updated
recently updated
newest added

I haven't investigated this closely, but when I try to compile with packman I get this: -- : error: -- : can't load .so/.DLL for: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.4.3/libHSpackman-0.5.0-Fv7reuyLHo03M7x4FerNmn-ghc8.4.3.so (/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.4.3/libHSpackman-0.5.0-Fv7reuyLHo03M7x4FerNmn-ghc8.4.3.so: undefined symbol: mblock_address_space)...

question

I documented some [problems I ran into here](https://gist.github.com/rrnewton/5f8b1db0a3f264ab48b7). Mostly, these are issues with failing tests, but it would also be great to have something in the README that explains which...

Programs that use the library can currently not be loaded into ghci (Main_main closure does not exist). when running as a library, use the wrapper function as a reference point.

enhancement

Using GHC 8.6.5 on macOS, the `testmthread` test suite occasionally fails with the following output: ``` Multithreaded test program for serialisation normal evaluation (take 3), should be [10946,17711,28657] [10946,17711,28657] 014256f379testmthread:...