0 branches
Tree
Top files
Clone with HTTPS:
modules
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
76 bytes
array_fixed_init_with_call_test.v
cgen, checker: fix codegen for fixed array initialization with a fn call (fix #22887) (#22891)
1 year ago
324 bytes
assert_fn_call_with_parentheses_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
169 bytes
assert_fn_ret_option_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
116 bytes
assert_if_guard_expr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
129 bytes
assert_should_evaluate_args_just_once_test.v
cgen: keep fn calling order if subsequent expression needs to use a temporary variable (fixes #26134)
last Mar 11
1.0 KB
assert_sumtype_test.v
checker: fix consecutive asserts ignoring previous (fixes #24194)
last Mar 25
321 bytes
assert_with_array_ref_test.v
tests: make assert_with_array_ref_test.v work on s390x too (#24246)
1 year ago
313 bytes
assert_with_newlines_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
123 bytes
assign_array_of_aliases_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
181 bytes
assign_bitops_with_type_aliases_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
420 bytes
assign_literal_with_closure_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
577 bytes
assign_map_value_of_fixed_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
312 bytes
assign_mut_for_var_test.v
cgen: fix assign from `for mut var in arr {` to pointer (fix #24432) (#24456)
1 year ago
244 bytes
assign_option_of_array_index_test.v
cgen, sokol: more CI fixes; update generics regression test
last Apr 6
213 bytes
assign_option_of_fixed_array_test.v
cgen: fix assign optional aliases of fixed array (fix #23185) (#23188)
1 year ago
184 bytes
assign_option_of_multi_return_with_heap_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
837 bytes
assign_option_of_struct_fntype_field_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
246 bytes
assign_shared_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
145 bytes
assign_static_method_to_anon_fn_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
176 bytes
assign_type_checking_with_generics_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
544 bytes
assign_with_in_module_sumtype_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
285 bytes
bool_assign_operator_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
333 bytes
cross_assign_fixed_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
329 bytes
cross_assign_with_generic_fn_call_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
165 bytes
inline_array_index_assign_test.v
checker: fix inline array index assignment with literals (fixes #9691)
last Mar 25
1.65 KB
multiple_assign_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.0 KB
cross_assign_aliased_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
240 bytes
cross_assign_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
3.01 KB
cross_assign_with_parentheses_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
309 bytes