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

Remove globs from odoc #2434

Merged
merged 1 commit into from
Jul 24, 2019
Merged

Remove globs from odoc #2434

merged 1 commit into from
Jul 24, 2019

Conversation

rgrinberg
Copy link
Member

Previously, the list of odocs per package and library was obtained by
globing the odocs target dir. That's a bit dodgy because it relied on
all the rules that generated such odocs to fire. The new code just
simply generates the list of odocs from the sources without making any
assumptions.

@rgrinberg rgrinberg requested a review from a user July 23, 2019 14:59
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Previously, the list of odocs per package and library was obtained by
globing the odocs target dir. That's a bit dodgy because it relied on
all the rules that generated such odocs to fire. The new code just
simply generates the list of odocs from the sources without making any
assumptions.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
@rgrinberg rgrinberg merged commit e6b5bd1 into ocaml:master Jul 24, 2019
@rgrinberg rgrinberg deleted the odoc branch July 24, 2019 10:32
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