-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4 packages from c-cube/qcheck at 0.22 #26196
Conversation
I expect runtest to fail an expect test on the new opam-repo Windows workflow as it did on the repo: c-cube/qcheck#293 |
Ah, it seems the opam-repo Windows runner is not installing package Note, there are no issues building and running QCheck under Windows, there is just a single expect test failure caused by a small difference in a floating point computation 🤷 |
I spotted expect test differences in 4 runs:
All involving alcotest.1.0.1 and caused by slight output difference, see, e.g. Full example pasted below. As a consequence, we'll require at least alcotest.1.2.0 to guard against such output variations.
|
e3d5f3c
to
2cb7236
Compare
The above no pass with the alcotest.1.2.0 lower bound. |
Overwise, so far I'm seeing
None of these are related to the qcheck.0.22 changes (one reducing GC pressure, one removing a needless mutability warning) |
all fail with an
and
Again none of these are related to the small adjustments from the 0.22 release. I've also filed #26204 so that we can get rid of base32 and cborl 404s going forward... |
Thanks |
This pull-request concerns:
qcheck.0.22
: Compatibility package for qcheckqcheck-alcotest.0.22
: Alcotest backend for qcheckqcheck-core.0.22
: Core qcheck libraryqcheck-ounit.0.22
: OUnit backend for qcheck🐫 Pull-request generated by opam-publish v2.3.0