This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
v
/
cmd
/
tools
/
vvet
/
tests
History
Delyan Angelov
0e4198f23b
tools: fix
v vet file.v
for
return if x { y // comment } else { z }
2022-06-20 13:29:22 +03:00
..
accept_multi_expression_with_comments.out
tools: fix
v vet file.v
for
return if x { y // comment } else { z }
2022-06-20 13:29:22 +03:00
accept_multi_expression_with_comments.vv
tools: fix
v vet file.v
for
return if x { y // comment } else { z }
2022-06-20 13:29:22 +03:00
array_init_one_val.out
vvet: fix false positive, add test (
#14403
)
2022-05-16 12:24:21 +03:00
array_init_one_val.vv
…
indent_with_space.out
vvet: fix false positive, add test (
#14403
)
2022-05-16 12:24:21 +03:00
indent_with_space.vv
…
module_file_test.out
…
module_file_test.vv
…
no_warn_about_missing.out
vvet: fix false positive, add test (
#14403
)
2022-05-16 12:24:21 +03:00
no_warn_about_missing.vv
vvet: fix false positive, add test (
#14403
)
2022-05-16 12:24:21 +03:00
parens_space_a.out
vvet: fix false positive, add test (
#14403
)
2022-05-16 12:24:21 +03:00
parens_space_a.vv
…
parens_space_b.out
vvet: fix false positive, add test (
#14403
)
2022-05-16 12:24:21 +03:00
parens_space_b.vv
…
trailing_space.out
…
trailing_space.vv
…