anentropic / python-waterloo

A cli tool to convert type annotations found in 'Google-style' docstrings into mypy py2 type comments (and from there into py3 type annotations).
2 stars 0 forks source link

Display summary stats at end (files successfully annotated, warning, errors etc) #26

Open anentropic opened 4 years ago

anentropic commented 4 years ago

I think will need a multiprocessing queue which the Bowler workers can write to, keeping a counter in the main thread.

anentropic commented 4 years ago

also... if any of the files had errors we should have a non-zero return code

anentropic commented 4 years ago

this is kind of a massive pain :(