0 branches
Tree
Top files
Clone with HTTPS:
accept_multi_expression_with_comments.vv
tools: fix `v vet file.v` for `return if x { y // comment } else { z }`
3 years ago
81 bytes
array_init_one_val.vv
vet, parser: move array_init_one_val checks from parser into vet (#21422)
2 years ago
121 bytes
assert_multiline_message_with_leading_spaces.vv
vvet: assert true, 'multi line string with spaces at the start of the next lines' causes `v vet a.v` to fail (fixes #26467)
last Mar 11
43 bytes
brackets_in_documentation_comment_no_warn.vv
Fix: vet false warning on brackets in documentation (#17767)
3 years ago
184 bytes
const_dynamic_array_notice.vv
vet: give notice for replacing const dynamic arrays with const fixed ones (#18960)
2 years ago
20 bytes
documentation_for_generic_methods.vv
vet: fix vet documentation error for methods with generics (#18464)
3 years ago
98 bytes
empty_fn_decl.vv
vvet: fix for `v vet folder/` + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405)
1 year ago
33 bytes
indent_with_space.vv
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
444 bytes
module_file_test.vv
vet: simplify fn name identifying, add warning for incomplete documentation (#8227)
5 years ago
691 bytes
accept_multi_expression_with_comments.out
tools: fix `v vet file.v` for `return if x { y // comment } else { z }`
3 years ago
n/a
array_init_one_val.out
vet: make `v vet` produce a nicer note, including the offending files, instead of `file.v` (#22957)
1 year ago
295 bytes
assert_multiline_message_with_leading_spaces.out
vvet: assert true, 'multi line string with spaces at the start of the next lines' causes `v vet a.v` to fail (fixes #26467)
last Mar 11
1 bytes
brackets_in_documentation_comment_no_warn.out
Fix: vet false warning on brackets in documentation (#17767)
3 years ago
n/a
const_dynamic_array_notice.out
vet, parser: move dynamic const array check from parser into vet (#21423)
2 years ago
105 bytes
documentation_for_generic_methods.out
vet: fix vet documentation error for methods with generics (#18464)
3 years ago
n/a
empty_fn_decl.out
vvet: fix for `v vet folder/` + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405)
1 year ago
65 bytes
indent_with_space.out
vet: make `v vet` produce a nicer note, including the offending files, instead of `file.v` (#22957)
1 year ago
613 bytes
module_file_test.out
vet: simplify fn name identifying, add warning for incomplete documentation (#8227)
5 years ago
647 bytes
no_warn_about_unambiguous_regex.out
vet: warn for confusing regex (fixes #26011)
last Mar 25
1 bytes
no_warn_about_unambiguous_regex.vv
vet: warn for confusing regex (fixes #26011)
last Mar 25
236 bytes
prog_without_main_fn.out
vet, parser: move dynamic const array check from parser into vet (#21423)
2 years ago
99 bytes
prog_without_main_fn.vv
parser: fix vet `bad top level statement` error for one file programs (#19613)
2 years ago
32 bytes
repeated_assign.out
vvet: fix for `v vet folder/` + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405)
1 year ago
1.2 KB
repeated_assign.vv
vvet: fix for `v vet folder/` + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405)
1 year ago
179 bytes
repeated_code.out
vvet: fix for `v vet folder/` + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405)
1 year ago
1.21 KB