Skip to content

Fix placement of preamble in module alias expansions #606

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 2 commits into from
Feb 26, 2021

Conversation

Julow
Copy link
Collaborator

@Julow Julow commented Feb 25, 2021

Fix #328

Somewhere deep in xref2, the documentation of a module was inserted into the signature when resolving module aliases. This PR propagate the doc comment through resolving.

@Julow Julow force-pushed the module_preamble_hidden_module branch from d2814ee to b5ef6e4 Compare February 25, 2021 18:59
@jonludlam
Copy link
Member

As with #595 , merging for the tests, expecting to revisit this code soon.

Previously, when resolving module aliases, the documentation of the
target module was inserted in the signature as a Comment.
@Julow Julow force-pushed the module_preamble_hidden_module branch from b5ef6e4 to 8522725 Compare February 26, 2021 18:21
@Julow
Copy link
Collaborator Author

Julow commented Feb 26, 2021

Just fixed the conflicts.

@jonludlam jonludlam merged commit d53ba9f into ocaml:master Feb 26, 2021
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.

Module preamble/header detection.
2 participants