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
ocaml-mdx changed its treatment of the prefix \s*> in shell blocks. This affects mdx versions >2.1.0.
\s*>
Since Apalache prints a lot of lines á la > Doing something, this breaks a bunch of integration tests.
> Doing something
Upstream bug report: realworldocaml/mdx#428
Workarounds:
opam install mdx.2.1.0
flake.nix
The text was updated successfully, but these errors were encountered:
One year later, this issue is still relevant
Sorry, something went wrong.
No branches or pull requests
ocaml-mdx changed its treatment of the prefix
\s*>
in shell blocks.This affects mdx versions >2.1.0.
Since Apalache prints a lot of lines á la
> Doing something
, this breaks a bunch of integration tests.Upstream bug report: realworldocaml/mdx#428
Workarounds:
opam install mdx.2.1.0
flake.nix
The text was updated successfully, but these errors were encountered: