
8 Nov
2014
8 Nov
'14
5:35 p.m.
I was wondering how do other devs `validate` their tree? In particular, I just merged a whole bunch of stuff and am validating things. However, every time something goes wrong (e.g., unused import warning), the whole process starts from the beginning, which is quite time consuming.
$ ./validate --help ... --no-clean don't make clean first, just carry on from a previous interrupted validation run ... I don't know if it works!