lclarkmichalek / Dabble

Zero config build tool for D2
1 stars 0 forks source link

Handle failing parses and compiles better #9

Closed lclarkmichalek closed 12 years ago

lclarkmichalek commented 12 years ago

Currently we just plow on ahead. Would be better to say "Modules foo, bar failed to parse", "Modules notfoo, notbar failed to compile", "Targets blah, bloh failed to link" instead of just outputting the modules with errored=true at the end of the run.