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
Right now we are passing around a targetKey var everywhere which is used to get the right values for various things such as package dependencies which may either be in the root of the spec or under a target with the specified targetKey.
Instead of doing this, I think we should resolve the spec into a single struct with the right pieces merged together so that the targetKey does not need to be passed around.
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?
Right now we are passing around a
targetKey
var everywhere which is used to get the right values for various things such as package dependencies which may either be in the root of the spec or under atarget
with the specifiedtargetKey
.Instead of doing this, I think we should resolve the spec into a single struct with the right pieces merged together so that the
targetKey
does not need to be passed around.Are you willing to submit PRs to contribute to this feature request?
The text was updated successfully, but these errors were encountered: