clonings
clonings copied to clipboard
track exercises which have passed
The current behaviour of watch
mode is to recompile every exercise once a file has changed.
Instead, watch
mode should track in-memory which exercises have already passed, and only compile the ones which have not yet passed.
This allows us to have more output for each exercise without spamming the screen too much.