jobjo / popper

Property-based testing at ease
ISC License
43 stars 1 forks source link

Add instructions to make/build #5

Closed y2kappa closed 3 years ago

y2kappa commented 3 years ago

Currently getting this error:

Error: Syntax error
File "src/dune", line 5, characters 7-24:
5 |   (pps ppx_deriving.show)))
           ^^^^^^^^^^^^^^^^^
Error: Ppx dependency on a non-ppx library "ppx_deriving.show". If
"ppx_deriving.show" is in fact a ppx rewriter library, it should have (kind
ppx_rewriter) in its dune file.
File "test/dune", line 5, characters 25-42:
5 |   (pps ppx_deriving.make ppx_deriving.show)))
                             ^^^^^^^^^^^^^^^^^
Error: Ppx dependency on a non-ppx library "ppx_deriving.show". If
"ppx_deriving.show" is in fact a ppx rewriter library, it should have (kind
ppx_rewriter) in its dune file.
jobjo commented 3 years ago

Thanks, only used them there for debugging. They should be removed. Will take a look.

y2kappa commented 3 years ago

works now, I guess people that will contribute know that you need the latest version of opam/ocamlc and dune. I had outdated ones.