jobjo / popper

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

deriving popper fails for Uchar.t #60

Closed copy closed 3 years ago

copy commented 3 years ago
type x = Uchar.t [@@deriving popper]

fails to compile with:

         ppx test.pp.ml (exit 2)
(cd _build/default && .ppx/1ef804a6c03e53728e31ae0af6612b6f/ppx.exe -o test.pp.ml --impl test.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Fatal error: exception (Failure "Unsupported core-type")
jobjo commented 3 years ago

Thanks, need to add samplers and compartors for Uchar.t. This would be a good first issue incase anyone is interested.

jobjo commented 3 years ago

Addressed in https://github.com/jobjo/popper/pull/65