Open timtebeek opened 6 months ago
Sometimes it's helpful to insert context to a code changes through the use of comments in a replacement template.
Any comments in replacement templates, whether single line or multi line, retained and inserted along with the code change.
Folks can copy the generated recipe from target/ or build/ into src/ and add the comments there.
target/
build/
src/
This came up as a request through internal channels; logged as an issue here to track progress towards that.
I believe solving may go hand-in-hand with
What problem are you trying to solve?
Sometimes it's helpful to insert context to a code changes through the use of comments in a replacement template.
Describe the solution you'd like
Any comments in replacement templates, whether single line or multi line, retained and inserted along with the code change.
Alternatives
Folks can copy the generated recipe from
target/
orbuild/
intosrc/
and add the comments there.Additional context
This came up as a request through internal channels; logged as an issue here to track progress towards that.