8000 refactor: Resolve_names : extract a builder module by emillon · Pull Request #5762 · ocaml/dune · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor: Resolve_names : extract a builder module #5762

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
May 24, 2022

Conversation

emillon
Copy link
Collaborator
@emillon emillon commented May 23, 2022

The resolve_complex_deps function contains a fold that manipulates a triplet to build a value of type resolved_deps. This extracts a module to extract that accumulator so that the logic of adding to it is separated from how to manipulate it.

The `resolve_complex_deps` function contains a fold that manipulates a
triplet to build a value of type `resolved_deps`. This extracts a module
to extract that accumulator so that the logic of adding to it is
separated from how to manipulate it.

Signed-off-by: Etienne Millon <me@emillon.org>
@emillon emillon requested a review from rgrinberg May 23, 2022 15:34
@emillon
Copy link
Collaborator Author
emillon commented May 23, 2022

This is in preparation for #5526.

Signed-off-by: Etienne Millon <me@emillon.org>
@emillon emillon merged commit 5baafe6 into ocaml:main May 24, 2022
@emillon emillon deleted the resolved_deps_builder branch May 24, 2022 08:02
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.

2 participants
0