uwsampa / accept

an approximate compiler
http://accept.rocks
MIT License
37 stars 14 forks source link

Intermediate verbosity level #15

Closed sampsyo closed 10 years ago

sampsyo commented 10 years ago

Currently, -v is too quiet and -vv is too verbose.

Specifically, -v only shows the coarse-grained phases of the workflow (in accept run, say) and not the individual executions. I want to see every command that's executed so I know the tool is making progress. And -vv shows the full output of every compilation, which is too much.

We should add a new verbosity level, so -vv shows every execution but not the full output and -vvv really shows everything.