Some technical debt issues that would make developing in Babel easier:
65
We might also want to look into pyupgrade to replace older Python constructs with the Latest and Greatest.
225
Write up an SOP on how to use the files in babel_outputs/reports to determine if there were any issues in the build.
Ensure that we can grep the logs to look for WARNINGs to figure out if anything went badly wrong in the build (short of an ERROR, which should stop the pipeline entirely.)
Largely, this is going to consist of figuring out which warnings are unnecessary and can be turned down to an INFO or even a DEBUG.
Add a home directory to the Babel Dockerfile so that we can keep history and so on.
Some technical debt issues that would make developing in Babel easier:
65
225
babel_outputs/reports
to determine if there were any issues in the build.WARNING
s to figure out if anything went badly wrong in the build (short of anERROR
, which should stop the pipeline entirely.)INFO
or even aDEBUG
.