Displaying 1 result from an estimated 1 matches for "1070759".
Did you mean:
100759
2019 Sep 11
2
Changing behavior of lit.py's -v flag
Hi,
I think lit.py’s current behavior is somewhat unintuitive in the presence of -v (and not
using -vv), so I’m proposing that it be changed.
Current behavior:
-v: Prints all the substituted lines, not clear which line failed :(
-vv: Prints all the lines up to and including the line that failed :)
Option 1:
-v: Prints only the failing line :)
-vv: Same as today. :)
-vvv (new): Prints all the