Skip to content
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

Missing single-quote for type-variable #391

Closed
smondet opened this issue Oct 9, 2019 · 0 comments · Fixed by ocaml/opam-repository#15805
Closed

Missing single-quote for type-variable #391

smondet opened this issue Oct 9, 2019 · 0 comments · Fixed by ocaml/opam-repository#15805
Assignees
Labels
bug Something isn't working output

Comments

@smondet
Copy link

smondet commented Oct 9, 2019

Example I got there, odoc 1.4.2:
https://tezos.gitlab.io/-/flextesa/-/jobs/316458794/artifacts/testweb/api/flextesa/Flextesa/Interactive_test/Pauser/index.html#val-run_test

The first time the 'errors type-variable shows up it doesn't get its ' character.

@dbuenzli dbuenzli added bug Something isn't working output labels Oct 9, 2019
@aantron aantron self-assigned this Nov 6, 2019
@aantron aantron closed this as completed in acf7732 Nov 6, 2019
jonludlam added a commit to jonludlam/opam-repository that referenced this issue Feb 7, 2020
CHANGES:

Additions

- Add option to turn warnings into errors (ocaml/odoc#398, Jules Aguillon)

Bugs fixed

- Emit quote before identifier in alias type expr (Fixes ocaml/odoc#391, Anton Bachin)
- Handle generalized open statements introduced in 4.08 (ocaml/odoc#393, Jon Ludlam)
- Refactor error reporting to avoid exiting the program in library code
  (ocaml/odoc#400, Jules Aguillon)
- Build on OCaml 4.10 (ocaml/odoc#408, Jon Ludlam)
mgree pushed a commit to mgree/opam-repository that referenced this issue Feb 19, 2020
CHANGES:

Additions

- Add option to turn warnings into errors (ocaml/odoc#398, Jules Aguillon)

Bugs fixed

- Emit quote before identifier in alias type expr (Fixes ocaml/odoc#391, Anton Bachin)
- Handle generalized open statements introduced in 4.08 (ocaml/odoc#393, Jon Ludlam)
- Refactor error reporting to avoid exiting the program in library code
  (ocaml/odoc#400, Jules Aguillon)
- Build on OCaml 4.10 (ocaml/odoc#408, Jon Ludlam)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working output
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants