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
Markup.ml is not compatible with Lwt master, because it does not depend correctly on lwt.unix. cc @bluddy. See ocsigen/lwt#401 and ocsigen/lwt#374.
master
lwt.unix
The text was updated successfully, but these errors were encountered:
7de22ab
The diagnostics looked like this:
# + ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package lwt -package uutf -I src -I test -I doc -I test/performance -I test/pages -I test/js_of_ocaml -I test/dependency -o src/markup_lwt_unix.cmi src/markup_lwt_unix.mli # File "src/markup_lwt_unix.mli", line 20, characters 14-41: # Error: Unbound module Lwt_io # Command exited with code 2.
I've also added a note to myself to mark existing Markup releases in OPAM as conflicting with Lwt >= 3.1.0, once that is nearing release.
Sorry, something went wrong.
Don't forget to depend on lwt.unix
935ae7e
See aantron/markup.ml#18 and aantron/markup.ml@7de22ab
No branches or pull requests
Markup.ml is not compatible with Lwt
master
, because it does not depend correctly onlwt.unix
. cc @bluddy. See ocsigen/lwt#401 and ocsigen/lwt#374.The text was updated successfully, but these errors were encountered: