-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] odoc and odoc-parser (2.4.0) #24930
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Julow
force-pushed
the
release-odoc-2.4.0
branch
from
December 12, 2023 11:16
c486f20
to
8f196bb
Compare
Odoc's tests are not passing on |
Instead, I chose to redo the release. |
CHANGES: ### Added - Add support for external search engines (@panglesd, @EmileTrotignon, ocaml/odoc#972) This includes the generation of an index and the display of the results in the UI (HTML only). - Display 'private' keyword for private type extensions (@gpetiot, ocaml/odoc#1019) - Allow to omit parent type in constructor reference (@panglesd, @EmileTrotignon, ocaml/odoc#933) ### Fixed - Warn and exit when table(s) is not closed (@lubegasimon, ocaml/odoc#1050) - Hint when list(s) is not closed (@lubegasimon, ocaml/odoc#1050) - Fix crash on functors returning an alias (@Julow, ocaml/odoc#1046) - Fix rendering of polymorphic variants (@wikku, @panglesd, ocaml/odoc#971) - Add references to extension declarations (@gpetiot, @panglesd, ocaml/odoc#949) ### Changed - Style: Adjusted line height in the TOC to improve readability (@sorawee, ocaml/odoc#1045) - Style: Remove font fallback to Helvetica, Arial (@Julow, ocaml/odoc#1028) - Style: Preformatted elements fallback to UA monospace (@toastal, ocaml/odoc#967) - Style: Sidebar is now stuck to the left of the content instead of the left of the viewport (@EmileTrotignon, ocaml/odoc#999)
Julow
force-pushed
the
release-odoc-2.4.0
branch
from
December 12, 2023 14:36
c822197
to
9d05353
Compare
mseri
reviewed
Dec 13, 2023
The CI reports a problem with lower bounds on 4.03 but I think it's a problem with crunch's lower bounds. The same test passes in 4.02 and all the other versions. |
The lower bounds issue is unrelated |
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OCaml Documentation Generator
CHANGES:
Added
Add support for external search engines (@panglesd, @EmileTrotignon, Support for search in
odoc
odoc#972)This includes the generation of an index and the display of the results in
the UI (HTML only).
Display 'private' keyword for private type extensions (@gpetiot, Print 'private' keyword for private type extensions odoc#1019)
Allow to omit parent type in constructor reference (@panglesd,
@EmileTrotignon, Allow to omit parent type in constructor reference. odoc#933)
Fixed
Changed
the viewport (@EmileTrotignon, Move the sidebar to be stuck to left of the content odoc#999)