You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Off-line input from @polytypic:
Using QCheck STM to do a simple sequential test with (implicit_transitive_deps false) seems to require adding no less than four dependencies: qcheck-core, qcheck-core.runner, qcheck-stm.stm, qcheck-stm.sequential.
To reduce these we should investigate adding selective (re_export) annotations to the relevant dune files.
The text was updated successfully, but these errors were encountered:
Off-line input from @polytypic:
Using
QCheck STM
to do a simple sequential test with(implicit_transitive_deps false)
seems to require adding no less than four dependencies:qcheck-core
,qcheck-core.runner
,qcheck-stm.stm
,qcheck-stm.sequential
.To reduce these we should investigate adding selective
(re_export)
annotations to the relevantdune
files.The text was updated successfully, but these errors were encountered: