-
Notifications
You must be signed in to change notification settings - Fork 96
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
Internal error when building tezos docs with Odoc.2.4.0 #1095
Comments
I wouldn't be surprised to find this is fixed by #1082. It might be worth trying the master branch to see if it still fails? |
I think it doesn't fix it. This what I tried, to be sure:
So, as I couldn't install the master version with opam, I added a symlink in my path to the binary built on master. Is this test conclusive? |
conclusive enough :-) I'll take a look. |
This is related to issue ocaml#1066, which was partially fixed by ocaml#1082. This PR sorts the remaining two instances of the problem: exceptions and type extensions. Fixes ocaml#1095
This is related to issue ocaml#1066, which was partially fixed by ocaml#1082. This PR sorts the remaining two instances of the problem: exceptions and type extensions. Fixes ocaml#1095
This is related to issue ocaml#1066, which was partially fixed by ocaml#1082. This PR sorts the remaining two instances of the problem: exceptions and type extensions. Fixes ocaml#1095
This is related to issue ocaml#1066, which was partially fixed by ocaml#1082. This PR sorts the remaining two instances of the problem: exceptions and type extensions. Fixes ocaml#1095
This is related to issue ocaml#1066, which was partially fixed by ocaml#1082. This PR sorts the remaining two instances of the problem: exceptions and type extensions. Fixes ocaml#1095
I confirm that replaying the test above works fine using the odoc on latest master branch. Thanks a lot! Do you have an idea about which future odoc release should contain this fix? |
This is related to issue ocaml#1066, which was partially fixed by ocaml#1082. This PR sorts the remaining two instances of the problem: exceptions and type extensions. Fixes ocaml#1095
CHANGES: ### Added - OCaml 5.2.0 compatibility (@Octachron, ocaml/odoc#1094, ocaml/odoc#1112) ### Fixed - Fix issues ocaml/odoc#1066 and ocaml/odoc#1095 with extended opens (@jonludlam, ocaml/odoc#1082, ocaml/odoc#1100)
Running dune build @doc on current Tezos master (commit 5f8f680327d6cae1d383c9865ef153c77ae38bd6) causes Odoc 2.4.0 to fail with the following internal error:
Note that this error is raised by all odoc versions 2.4.* and 2.3., but not by odoc 2.2..
The text was updated successfully, but these errors were encountered: