Version 0.9 of qcheck-lin, qcheck-stm, and qcheck-multicoretests-util is now available from your favorite opam repository! ![]()
The 0.9 release contains adjustments to the public interface of Lin in order to make it compatible with 5.5.0+trunk and also switches the Util.Pp pretty printers to use QCheck.Print for consistency:
-
#566: Use
QCheck.Printcombinators inUtil.Pptoo for consistency, e.g., to avoid thatSTMargument and result printer outputs differ. -
#562: Fix the
int32andint64printers in bothLinandSTMto add missinglandLsuffixes on literals. -
#560: Change
Lin.{constructible,deconstructible}from an empty variant type
to an abstract type to getLincompiling on5.5.0+trunkagain, due to ocaml/ocaml#13994 removing special handling of abstract and empty variants defined in the current module.
Happy testing! ![]()