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

Revert to outputing a content-empty file when rendering a hidden module (2.4 branch) #1071

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

panglesd
Copy link
Collaborator

#1069 for the 2.4 branch.

Hidden modules were not rendered, since calling html-generate on them was used
to generate the associated source code.

However, this breaks dune rules in some cases (see issue ocaml#1013), as dune always
expect an output to the command.

This fix puts back the old behaviour with regard to rendering hidden files. It
is related to the separation of implementation and interface pipelines (see

Signed-off-by: Paul-Elliot <[email protected]>
Signed-off-by: Paul-Elliot <[email protected]>
@panglesd panglesd merged commit 0e67109 into ocaml:v2.4 Jan 17, 2024
7 of 9 checks passed
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