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

Extract a generic computeClosure function #4834

Merged
merged 1 commit into from May 19, 2021
Merged

Conversation

thufschmitt
Copy link
Member

Move the closure logic of computeFSClosure to its own (templated) function.

This doesn’t bring much by itself (except for the ability to properly
test the “closure” functionality independently from the rest), but it
allows reusing it (in particular for the realisations which will require
a very similar closure computation)

@thufschmitt thufschmitt requested a review from edolstra May 19, 2021 09:43
Move the `closure` logic of `computeFSClosure` to its own (templated) function.

This doesn’t bring much by itself (except for the ability to properly
test the “closure” functionality independently from the rest), but it
allows reusing it (in particular for the realisations which will require
a very similar closure computation)
@edolstra edolstra merged commit af4ff64 into master May 19, 2021
@edolstra edolstra deleted the generic-closure-function branch May 19, 2021 11:31
@Ericson2314
Copy link
Member

:) It's already merged, but wanted to say I really like this.

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.

None yet

3 participants