v/vlib/term
Delyan Angelov ac5241b5bd compiler: implement -stats option for running a _test.v file
* Draft implementation of `v -stats file_test.v` .

* compiler: call stuff in vlib/benchmark/tests/always_imported.v, when doing `v -stats file_test.v`

* Nicer looking output from 'v -stats file_test.v' .

* Tweak colors and layout of -stats file_test.v .

* Fix a hardcoded path in compiler/main.v .

* Show colorized OK/FAIL for the examples in 'v test v' too.

* Add some comments about the purpose of the methods inside vlib/benchmark/tests/always_imported.v .

* when fails are 0, do not colorize their number at all.
2019-10-07 08:51:26 +03:00
..
can_show_color.v compiler: implement -stats option for running a _test.v file 2019-10-07 08:51:26 +03:00
can_show_color_nix.v compiler: more precise 'declared and not used' error positioning 2019-09-29 20:37:39 +03:00
can_show_color_win.v compiler: more precise 'declared and not used' error positioning 2019-09-29 20:37:39 +03:00
colors.v compiler: error on unused imports 2019-09-23 13:42:20 +03:00
colors_nix.v remove u8 and i32 from tests and examples 2019-09-02 15:02:25 +03:00
colors_win.v compiler: error on unused imports 2019-09-23 13:42:20 +03:00
control.v vlib: fix several typos 2019-09-14 23:54:14 +03:00