You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dalec currently has a debug/sources target in place which will output the state of all sources specified in the spec. However, this target does not apply any patches to the sources. It would be nice to add an additional target -- perhaps debug/sources/patched --- which would output the state of all sources specified in the spec with any patches applied. Since users will be running their build steps after any patches have been applied, this would likely aid in debugging some build failures.
Are you willing to submit PRs to contribute to this feature request?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
What kind of request is this?
None
What is your request or suggestion?
Dalec currently has a
debug/sources
target in place which will output the state of all sources specified in the spec. However, this target does not apply any patches to the sources. It would be nice to add an additional target -- perhapsdebug/sources/patched
--- which would output the state of all sources specified in the spec with any patches applied. Since users will be running their build steps after any patches have been applied, this would likely aid in debugging some build failures.Are you willing to submit PRs to contribute to this feature request?
The text was updated successfully, but these errors were encountered: