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
568 bytes
map_key_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
376 bytes
map_assign_interface_values_with_implicit_casts_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
709 bytes
map_assign_ref_to_value_test.v
cgen: fix c error when inserting struct reference into map that doesn't expect one (fixes #26860)
last Apr 15
215 bytes
map_auto_str_ptr_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
245 bytes
map_builtin_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
581 bytes
map_clear_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
887 bytes
map_complex_array_test.v
ci: run `v -W -silent test-self vlib` on linux, so deprecations/warnings introduced in PRs, can fail (and be fixed) earlier (#25955)
last Dec 13
310 bytes
map_complex_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
809 bytes
map_enum_keys_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
883 bytes
map_equality_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
map_fixed_array_if_guard_test.v
cgen: fix map of fixed array value in if guard (fix #24488) (#24496)
1 year ago
391 bytes
map_fixed_array_keys_test.v
cgen: add support for array as a map key (fixes #22992)
last Apr 14
465 bytes
map_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
165 bytes
map_generic_call_test.v
builtin: fil-C complains about the test map_generic_call_test.v (fixes #25757)
last Mar 11
497 bytes
map_value_ref_interp_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
283 bytes
map_generic_keys_with_in_op_test.v
cgen: fix generic key's type with `in` operation (fix #24983) (#25011)
last Jul 31
216 bytes
map_get_anon_fn_value_with_mut_arg_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
198 bytes
map_get_assign_blank_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
532 bytes
map_high_order_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
149 bytes
map_init_with_enum_keys_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
186 bytes
map_init_with_multi_enum_keys_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
534 bytes
map_init_with_update_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
914 bytes
map_key_alias_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
414 bytes
map_literals_method_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
113 bytes
map_mut_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
277 bytes
map_nested_reference_value_test.v
cgen: incorrect Auto De-referencing of &net.TcpConn in Map Access (fixes #21067)
last Mar 11
462 bytes
map_reference_value_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
357 bytes
unsafe_pointers_to_map_values_test.v
cgen: fix error for value := &(m[key]) with map values (fixes #15115)
last Mar 25
1.44 KB
map_selector_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
149 bytes
complex_map_op_test.v
checker: creating array as value of map must be explicit when using `<<` (fixes #18160)
last Mar 11
1.2 KB
map_sumtype_value_init_test.v
ast: fix assignment error with recursive definition in sum types (fixes #14160)
last Apr 21
1.05 KB
map_sumtype_values_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
934 bytes
map_to_string_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.22 KB
datatypes_set_public_elements_test.v
Un-private `datatypes.Set.elements` (#26710)
last Mar 16
161 bytes
map_alias_key_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
637 bytes
map_and_array_with_fns_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
2.09 KB
map_type_alias_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
105 bytes
map_assign_array_of_interface_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
756 bytes
map_value_init_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
132 bytes
map_value_with_option_result_test.v
cgen: fix optional val return in map got wrong value (fixes #26239)
last Apr 21
878 bytes