1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/term
Delyan Angelov e72fe25224 compiler: more precise 'declared and not used' error positioning
* compiler: extract and cleanup error handling functionality into its own file compiler/compile_errors.v

* compiler: implement p.error_with_token_index and p.warn_with_token_index and use them. Fix tests.

* tools/performance_compare: add a 'Source lines in compiler/' line

* MSVC does not have STDOUT_FILENO nor STDERR_FILENO ...
2019-09-29 20:37:39 +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
can_show_color.v compiler: more precise 'declared and not used' error positioning 2019-09-29 20:37:39 +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
colors.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