0 branches
Tree
Top files
Clone with HTTPS:
assign_no_value.out
checker: add error for struct not init (fix #24893) (#25134)
last Aug 19
164 bytes
cast_expr_T_type_err.vv
checker: disallow invalid `T` cast (fix #22346) (#22354)
1 year ago
66 bytes
closure_capture_global_var.vv
parser: check closure capture global variable (#15010)
3 years ago
133 bytes
global_anon_fn_without_body.out
checker: always trigger error for anon fns without a body block (#16358)
3 years ago
166 bytes
global_anon_fn_without_body.vv
checker: always trigger error for anon fns without a body block (#16358)
3 years ago
19 bytes
global_blank_ident_as_name_err.out
checker: disallow blank ident in const and global decl (#22415)
1 year ago
169 bytes
global_blank_ident_as_name_err.vv
checker: disallow blank ident in const and global decl (#22415)
1 year ago
24 bytes
global_receiver_var_name_err.out
checker: check for receiver name clashing with global var (fix #22698) (#22708)
1 year ago
254 bytes
global_receiver_var_name_err.vv
checker: check fn call argument mismatch (fix #23016) (#23061)
1 year ago
218 bytes
global_var_redeclare.out
checker: add a notice for global variable redeclarations (#23162)
1 year ago
226 bytes
incorrect_name_global.vv
tests: run `v fmt -w` over *.vv, when the semantics are the same; unify style; discover fmt bugs, to be filed separately (#22241)
1 year ago
25 bytes
name_conflict_with_const.vv
checker: add a deprecation warning for `const ()` groups (an error after 2025-01-01) (#22019)
1 year ago
38 bytes
redefine_main.out
tests: run `v fmt -w` over *.vv, when the semantics are the same; unify style; discover fmt bugs, to be filed separately (#22241)
1 year ago
216 bytes
unknown_typ.out
parser/checker: deduce type of global from initialization expression (#11005)
4 years ago
354 bytes
assign_global_to_shared_err.out
checker: check shared variables types (fix #23313, fix #23314) (#23316)
1 year ago
626 bytes
assign_global_to_shared_err.vv
checker: check shared variables types (fix #23313, fix #23314) (#23316)
1 year ago
79 bytes
assign_no_value.vv
checker: add error for struct not init (fix #24893) (#25134)
last Aug 19
27 bytes
cast_expr_T_type_err.out
checker: fix null pointer constructed and dereferenced in safe code (fixes #20497)
last Mar 25
600 bytes
global_var_redeclare.vv
checker: add a notice for global variable redeclarations (#23162)
1 year ago
65 bytes
incorrect_name_global.out
tests: run `v fmt -w` over *.vv, when the semantics are the same; unify style; discover fmt bugs, to be filed separately (#22241)
1 year ago
205 bytes
name_conflict_with_const.out
checker: add a deprecation warning for `const ()` groups (an error after 2025-01-01) (#22019)
1 year ago
186 bytes
nested_unknown_typ.vv
checker: ensure type of global exists (fix #25910) (#25998)
last Dec 17
63 bytes