-
Notifications
You must be signed in to change notification settings - Fork 9
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
Split plugin running #91
Conversation
It looks like your 'remove dead code' commit may have left some artifacts that need cleaning up for the CI (or perhaps that code wasn't quite dead yet?). |
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.
All tests pass. I like the additional comments, and the stages seemed to be split correctly as far as I can tell. Great job.
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.
Looks good overall. I agree with a lot of your design choices.
My test workflows worked properly with this branch. Some of my other changes tainted the environment making it so I can't run some test cases.
The only things that need fixing are the NextStages issue, and comments on basically all of the test cases that explain the high level goal of the test case, and the sections in the larger test cases. These comments will make it easier to review.
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.
Looks good to me, except for the tests' documentation. I moved that to an issue: #96
6e85055
to
6b2ee05
Compare
Changes introduced with this PR
By contributing to this repository, I agree to the contribution guidelines.