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

Add facilities for grouping items as recursive bundles #44

Closed
W95Psp opened this issue Apr 14, 2023 · 1 comment
Closed

Add facilities for grouping items as recursive bundles #44

W95Psp opened this issue Apr 14, 2023 · 1 comment
Labels
engine Issue in the engine good first issue Good for newcomers P1 Max priority

Comments

@W95Psp
Copy link
Collaborator

W95Psp commented Apr 14, 2023

Currently there is no easy way of grouping recursive items from a backend.
However, the feature is already implemented in module engine/lib/dependencies.ml.

Related to that, there is #396.
But this is completely orthogonal: we should still have a simple way for backends to view a set of items as a set of recursive bundles.

Thus, this issue is about exposing a function item list -> item list list using what already exists in engine/lib/dependencies.ml.

@W95Psp W95Psp added the engine Issue in the engine label Apr 14, 2023
@W95Psp W95Psp added the good first issue Good for newcomers label Dec 20, 2023
@W95Psp W95Psp changed the title Support recursion Add facilities for grouping items as recursive bundles Dec 20, 2023
@W95Psp W95Psp added the P1 Max priority label Dec 21, 2023
@W95Psp W95Psp self-assigned this Mar 4, 2024
@W95Psp W95Psp mentioned this issue Mar 13, 2024
@W95Psp W95Psp removed their assignment Apr 18, 2024
@W95Psp
Copy link
Collaborator Author

W95Psp commented Oct 3, 2024

Fixed by #935

@W95Psp W95Psp closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issue in the engine good first issue Good for newcomers P1 Max priority
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant