Add initializers (analogous to finalizers)
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- Go
- Stars
- 307
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I would like to have initializers. They could be like finalizers but happening before the package is installed. This could be useful to do system check
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing finalizer implementation and the package installation flow in Luet. Compare where a pre-install lifecycle hook would run and determine how it should support system checks. Done means initializers execute before package installation with documented behavior and coverage for the new lifecycle step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100