-
Notifications
You must be signed in to change notification settings - Fork 159
Introduce add_phase
helpers to add dynamic phases to steps
#3970
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
Conversation
7cf8371
to
c83dde9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title mentions add_step
and add_phase
helpers, but only the add_phase
is present.
add_step
and add_phase
helpers to add dynamic phases to stepsadd_phase
helpers to add dynamic phases to steps
Changed title. Any comments on the |
Yeah, we can keep them as TODOs now and improve later. |
Signed-off-by: Cristian Le <git@lecris.dev>
Signed-off-by: Cristian Le <git@lecris.dev>
Signed-off-by: Cristian Le <git@lecris.dev>
Signed-off-by: Cristian Le <git@lecris.dev>
This primarily offers some interface to dynamically extend phases, which would be useful for external plugin creators.
Wanted to port the PrepareDistGit to use the add_step, but don't think it's doable right now, would require a bit more refactoring.
Note on my distinction between
TODO
andFIXME
.FIXME
s I want to be discussed and resolved within the PR, whileTODO
s could be deferred for more investigation. Would probably be nice to make this a contributor guideline?Pull Request Checklist
(worth considering, do we add release notes for something that is meant more for developers?)