We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CI succeeds
The CI fails
Since ocaml/ocaml#13570 was merged, the tests on OCaml 5.4 trunk are failing:
File "vendor/notty/src/notty.ml", lines 387-397, characters 43-7: Error: Some record fields are undefined: out_width
dune
dune --version
main
ocaml
ocamlc --version
5.4+trunk
The text was updated successfully, but these errors were encountered:
PR with a fix in our vendored notty here: ocaml-dune/notty#10
Sorry, something went wrong.
Fixed by #11482.
No branches or pull requests
Expected Behavior
The CI succeeds
Actual Behavior
The CI fails
Reproduction
Since ocaml/ocaml#13570 was merged, the tests on OCaml 5.4 trunk are failing:
Specifications
dune
(output ofdune --version
):main
ocaml
(output ofocamlc --version
):5.4+trunk
The text was updated successfully, but these errors were encountered: