0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
enhancementhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Title: Implement a chained init manager
Description:
This is motivated from review comments on SDS implementation. We need a chained init manager so that multiple init manager can be chained together, and each init manager has a chance to initialize its targets.
Contributor guide
- Research direction
- Examine the existing init manager implementation and the review comments on PR #4176 to understand the need for chaining. Then design and implement a chained init manager that allows multiple init managers to be initialized in sequence.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitC++