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
Cause
of the failure, which Colimit'sAnalysis
tab has determined to be the most likely cause. - A summary of how to
Fix
the most likely cause. - A
Changes
section, 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.