-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Refactor Matrix Implementation #6407
Refactor Matrix Implementation #6407
Conversation
/assign @jerop @lbernick |
dd3715f
to
8815b07
Compare
/retest |
@EmmaMunley could you add a bit more detail to the commit message on the "why" of this change? I don't quite understand why this will make future changes easier |
8815b07
to
72bdbb6
Compare
@lbernick Sure just updated the commit message. Most of the changes are to the tests to reflect the updated struct, which is used to create member functions. Also found that there were still old []Params instead of Params being used in testing. |
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.
Thanks for doing the refactor separately @EmmaMunley!
72bdbb6
to
c94c98c
Compare
7880352
to
5b225d1
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
In this change, we refactor code implementing Matrix.Include, including: - Updating the struct backing the Matrix.Include type from []MatrixInclude to IncludeParamsList - IncludeParamsList that allows us create member functions of Matrix.Include - Exporting functions that will be used in subsequent PRs that implement Matrix.Include - Removing ResolvedPipelineTask.IsMatrixed() and reusing PipelineTask.ResolvedPipelineTask()
5b225d1
to
9ad61aa
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/lgtm |
Changes
In this change, we refactor code implementing Matrix.Include, including:
There are no functional changes in this commit.
/kind Cleanup
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes