Skip to content

Documentation: Add notes to corner-case generators and fix some broken documentation references #336

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

Merged
merged 19 commits into from
Mar 10, 2025

Conversation

jmid
Copy link
Collaborator

@jmid jmid commented Mar 10, 2025

QCheck{,2.Gen}.small_int_corners and QCheck{,2}.Gen.graft_corners have internal state in the form of (a position in) the list of corner cases traversed. This can be a bit surprising so this PR adds a documentation note as a word of warning, incl. an example for the former.

While running dune build @doc afterwards I noticed a bunch of odoc-warnings, primarily about broken references, so the PR also contains a range of fixes to these.

There are still warnings left - some about cross-packages references - and some about Stdlib modules.
I've noticed the former are resolved in the documentation built and published on ocaml.org.

@jmid jmid merged commit 531314a into c-cube:main Mar 10, 2025
18 checks passed
@jmid jmid deleted the add-corner-warning branch March 10, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant