Anatomy of a Run Solution
For easy fixes like linter errors, typechecking errors, or basic unit test failures, Colimit reliably creates a fix/solution that you can directly use locally, or push to your branch.
Anatomy of a Run Solution
A run solution consists of 3 major parts:
- A summary of the
Causeof the failure, which Colimit'sAnalysistab has determined to be the most likely cause. - A summary of how to
Fixthe most likely cause. - A
Changessection, which contains a diff of all files changed to attempt to fix the build failure.
If you like the solution, you can easily try it locally or push it to your branch.
