0 branches
Tree
Top files
Clone with HTTPS:
comments_not_terminated_err.out
scanner: fix checking comments not terminated (fix #17842) (#17855)
3 years ago
163 bytes
comments_not_terminated_err.vv
scanner: fix checking comments not terminated (fix #17842) (#17855)
3 years ago
55 bytes
empty_character_literal_err.out
scanner: remove redundancy from the messages suggesting to use quotes instead of backticks for characters (#22390)
1 year ago
249 bytes
empty_character_literal_err.vv
scanner: correct error message of empty character literal (fix #15226) (#15228)
3 years ago
35 bytes
float_literals_dot_err.out
scanner: clarify the float literal warning (#11313)
4 years ago
226 bytes
float_literals_dot_err.vv
scanner: no longer allow `1.` float literals (#11301)
4 years ago
35 bytes
invalid_character_literal_err_1.vv
scanner: fix escape character handling in character/rune literals (fix #20301) (#20304)
2 years ago
12 bytes
invalid_character_literal_err_2.vv
scanner: fix escape character handling in character/rune literals (fix #20301) (#20304)
2 years ago
11 bytes
invalid_unicode_16_err.vv
scanner: implement support for UTF-32 escape codes in string literals (#19911)
2 years ago
25 bytes
invalid_character_literal_err_1.out
scanner: remove redundancy from the messages suggesting to use quotes instead of backticks for characters (#22390)
1 year ago
245 bytes
invalid_character_literal_err_2.out
scanner: remove redundancy from the messages suggesting to use quotes instead of backticks for characters (#22390)
1 year ago
241 bytes
invalid_unicode_16_err.out
scanner: implement support for UTF-32 escape codes in string literals (#19911)
2 years ago
154 bytes
invalid_unicode_32_err.out
scanner: implement support for UTF-32 escape codes in string literals (#19911)
2 years ago
166 bytes
invalid_unicode_32_err.vv
scanner: implement support for UTF-32 escape codes in string literals (#19911)
2 years ago
29 bytes
newline_character_literal_err.out
scanner: remove redundancy from the messages suggesting to use quotes instead of backticks for characters (#22390)
1 year ago
259 bytes
newline_character_literal_err.vv
scanner: add error for invalid newline rune literal, make errors more informative (#19091)
2 years ago
36 bytes
position_0_err.out
tests: do not use -prod for compiling .vv files in vlib/v/checker/tests/ and vlib/v/parser/tests/
4 years ago
135 bytes
position_0_err.vv
scanner: remove pos 0 hack which is no longer needed (#10935)
4 years ago
42 bytes
shebang_outside_vsh_err.out
ast,token,scanner,parser,checker,cgen: add file_idx to token.Pos (#25490)
last Oct 12
218 bytes
shebang_outside_vsh_err.vv
scanner: disallow a shebang line, that is not at the top of a file (#21029)
2 years ago
43 bytes
string_interpolation_missing_rcbr_err.out
scanner: v parser should provide more accurate error msg (fixes #25309)
last Apr 14
262 bytes
string_interpolation_missing_rcbr_err.vv
scanner: v parser should provide more accurate error msg (fixes #25309)
last Apr 14
85 bytes
undefined_ident_in_string_literal_err.out
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
425 bytes
undefined_ident_in_string_literal_err.vv
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
93 bytes
unfinished_string_literal_err.out
all: unify the displaying of compiler errors, using a common util.show_compiler_message/2 function.
3 years ago
308 bytes
unfinished_string_literal_err.vv
v.scanner: report the start of unfinished string literals too
4 years ago
53 bytes
unknown_comptime_var_err.out
v: add support for `@OS`, `@CCOMPILER` `@BACKEND` and `@PLATFORM` (#25174)
last Aug 27
509 bytes
unknown_comptime_var_err.vv
scanner: improve unknown comptime var error (#22371)
1 year ago
24 bytes
unknown_escape_sequence_err.out
scanner: error early on an unsupported escape sequence in a string, like `\_` (fix #19131) (#19134)
2 years ago
185 bytes
unknown_escape_sequence_err.vv
scanner: error early on an unsupported escape sequence in a string, like `\_` (fix #19131) (#19134)
2 years ago
40 bytes
unknown_escape_sequence_in_ident_char_1_err.out
scanner: remove redundancy from the messages suggesting to use quotes instead of backticks for characters (#22390)
1 year ago
259 bytes
unknown_escape_sequence_in_ident_char_1_err.vv
scanner: fix unknown escape sequence in ident_char (fix #19363) (#19369)
2 years ago
24 bytes