-
Notifications
You must be signed in to change notification settings - Fork 48
minor fix to get it working with ocaml 5.4 #470
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
base: main
Are you sure you want to change the base?
Conversation
This PR seems to have issues. I've tried it on packages from opam-repository and i've seen failures in the yocaml project that seems related:
|
I'll debug this (and any other CI failures that appear in that run above), then report back. |
(1) I installed yocaml_cmarkit.2.3.0 in both ocaml 5.3.0 & 5.4.0~beta1 I searched the Changes file for this release, but nothing jumps out as relevant. Does (5) Looking at the diff output by the test-runner [ok, I scanned the test-diffs] it appears that
|
I looked at the logs from ocaml-ci (from the CI run), but couldn't find anything that seemed like I should investigate? I couldn't even find the run that produced the error above. If there are other errors I should look into, I'm happy to do so, if you can point me at how to see the logs. Reproduction is easy (thank you, opam!) -- I just need to know which packages failed. |
Good catch, i've opened a ticket upstream in ocaml/ocaml#14184 |
Now that the new beta of 5.4 has been released with the fix for #14184 we should probably rerun the tests. |
|
I figured out how to do the version constraint thing; will checkin a fix that makes the builtin tests pass. |
There are a few test-failures in the CI run. (1) some openbsd failures, don't know what's causing those But most everything else passed. P.S. And there seems to be some lint-format error: it didn't recognize CPPO directives. |
the tests didn't pass, but I think it was something innocuous.