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
261 bytes
anon_struct_array_test.v
cgen: fix codegen for array of anon struct (fix #23896) (#23907)
1 year ago
223 bytes
anon_struct_default_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
206 bytes
anon_struct_local_init_test.v
parser: fix initializing anonymous struct (fixes #16207)
last Mar 25
198 bytes
custom_str_on_struct_with_too_many_fields_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
375 bytes
differently_named_structs_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
373 bytes
embed_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
308 bytes
embed_struct_name_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
286 bytes
empty_struct_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.33 KB
missing_config_struct_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
249 bytes
mut_receiver_returned_as_reference_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
800 bytes
mut_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
5.72 KB
operator_overloading_cmp_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
455 bytes
operator_overloading_on_struct_with_too_many_fields_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
821 bytes
operator_overloading_with_reference_operands_test.v
checker: fix referenced operator overloading not working (fixes #15551)
last Mar 25
1.06 KB
short_struct_param_syntax_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
207 bytes
struct_aligned_test.v
builtin,cgen,markused: add struct @[aligned] support for structs allocated on the heap too (#24886)
last Jul 13
192 bytes
struct_anon_generic_fn_field_test.v
cgen: fix callback codegen on generic struct resolution (fix #24947) (#24948)
last Jul 23
610 bytes
struct_auto_eq_gen_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
595 bytes
struct_child_field_default_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
305 bytes
struct_embed_is_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
656 bytes
struct_empty_auto_eq_test.v
cgen: fix empty struct initializer for clang (fix #25467) (#25526)
last Oct 20
195 bytes
struct_eq_op_test.v
transformer: fix struct init comparison turning into boolean (#25724)
last Nov 13
142 bytes
struct_field_array_index_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
235 bytes
struct_field_default_fn_type_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
365 bytes
struct_field_default_value_optional_test.v
cgen: fix struct field with default optional value (fix #11119) (#22167)
1 year ago
397 bytes
struct_field_default_value_sumtype_cast_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
238 bytes
struct_field_init_with_fixed_array_init_test.v
cgen: fix struct field init with fixed array using index (fix #22616) (#22641)
1 year ago
383 bytes
struct_field_init_with_generic_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
455 bytes
struct_field_name_using_c_keyword_test.v
cgen: fix struct field name using c keyword `typeof` (fix #22779) (#22782)
1 year ago
127 bytes
struct_field_named_as_c_keyword_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
270 bytes
struct_field_shared_test.v
v: allow shared anon struct + fix shared struct field initialization with no default value (#23448)
1 year ago
317 bytes
struct_fields_storing_functions_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
465 bytes
struct_init_alias_array_fixed_test.v
cgen: fix struct init field with alias to array fixed (fix #22339) (#22341)
1 year ago
284 bytes
struct_init_inside_ternary_with_option_field_test.v
cgen: fix generation of struct initialisers for structs with option fields, inside ternaries (fix #26476) (#26493)
last Feb 1
550 bytes
struct_init_passing_test.v
cgen: fix anon struct init passing (fix #24879) (#24884)
last Jul 13
240 bytes
struct_init_update_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
217 bytes
struct_init_with_chan_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
299 bytes
struct_init_with_embed_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
493 bytes
struct_init_with_interface_pointer_and_embed_test.v
cgen: fix interface `unsafe {nil}` comparison and initialization (fix #24374) (#24411)
1 year ago
485 bytes
struct_init_with_multi_option_fn_type_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
struct_init_with_update_test.v
cgen: Can't spread rlock-ed shared variable (fixes #17273)
last Apr 14
901 bytes
struct_multi_embed_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
493 bytes
struct_option_field_comparison_test.v
cgen: fix gen_struct_equality_fn null pointer crash (fix #25237) (#25231)
last Sep 8
347 bytes
struct_pointer_nil_comparison_test.v
cgen: struct pointer comparison with nil causes segfault (fixes #26370)
last Mar 11
368 bytes
struct_selector_or_block_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
588 bytes
struct_test.v
cgen: fix member to c struct giving field not found error (fixes #24102)
last Apr 21
7.7 KB
struct_transmute_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
436 bytes
structs_with_voidptr_fields_can_be_printed_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
212 bytes
struct_field_default_shadowed_global_test.v
cgen: Instantiating struct with global on heap causes c error (fixes #22970)
last Apr 14
508 bytes
anon_struct_alias_type_decl_embed_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
326 bytes
anon_struct_assign_expr_test.v
v: implement assignable anon struct (fix #23855) (#23857)
1 year ago
320 bytes
anon_struct_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
174 bytes
anon_struct_type_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
136 bytes
anon_struct_with_default_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
679 bytes
default_expr_array_init_test.v
cgen: fix type_default for array init >= 8 items (spotted while building the vhamll project) (#23334)
1 year ago
224 bytes
embed_error_in_returning_result_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
254 bytes
embed_struct_field_default_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
554 bytes
embed_struct_with_sumtype_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
440 bytes
empty_struct_compare_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
690 bytes
free_method_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
237 bytes
multiple_embed_struct_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
358 bytes
multiple_embed_struct_with_duplicate_field_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
198 bytes
nested_struct_embed_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
249 bytes
nested_struct_embed_selector_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
operator_overloading_index_test.v
all: fix Matlab/Pytorch/Numpy syntax for multidimensional array indexing and slicing (fixes #21628)
last Apr 23
1.66 KB
operator_overloading_type_alias_generic_parent_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
321 bytes
operator_overloading_with_string_interpolation_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.48 KB
struct_address_of_field_comparison_test.v
cgen: pointer compare instead of deep struct_eq when one side is &lvalue (fixes #27089)
last May 8
654 bytes
struct_allow_both_field_defaults_and_skip_flag_test.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
380 bytes
struct_array_generic_field_test.v
checker: fix struct array generic field (fix #22406, second try) (#22443)
1 year ago
830 bytes
struct_chained_fields_correct_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
592 bytes
struct_embed_fn_type_test.v
cgen: fix V panic: as cast: cannot cast `v.ast.FnType` to `v.ast.Struct` (fixes #26944)
last Apr 23
1.16 KB
struct_embed_option_reference_test.v
checker: skip init check for options (fix #25798) (#25830)
last Nov 26
269 bytes
struct_embedding_with_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
963 bytes
struct_eq_op_only_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
212 bytes
struct_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
489 bytes
struct_field_default_union_of_structs_marked_with_noinit_test.v
all: super_batch6 fixes
last Apr 17
628 bytes
struct_field_default_value_interface_cast_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
220 bytes
struct_field_fixed_array_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
140 bytes
struct_field_fixed_array_init_with_default_value_test.v
cgen: fix struct fixed array field init with default value (fix #22392) (#22399)
1 year ago
626 bytes
struct_field_init_with_fixed_array_opt_test.v
cgen: fix all the cases of struct field init with optional fixed array, add more tests (#23204)
1 year ago
1.11 KB
struct_field_init_with_generic_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
310 bytes
struct_field_name_using_keyword_test.v
parser: fix struct field name using keyword (fix #22826) (#22829)
1 year ago
1.56 KB
struct_field_option_type_with_default_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
280 bytes
struct_fields_required_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
411 bytes
struct_generic_init_test.v
parser: fix generic struct init detection `T{}` (#22682)
1 year ago
149 bytes
struct_heap_large_fixed_array_test.v
cgen: fix stack overflow for `@[heap]` structs with large fixed arrays (fix #22690) (#26183)
last Dec 28
1.49 KB
struct_ierror_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
111 bytes
struct_init_and_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
481 bytes
struct_init_on_for_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
572 bytes
struct_init_update_test.v
tests: move newer struct related tests to vlib/v/tests/structs/
last Jul 26
481 bytes
struct_init_update_with_mutable_receiver_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
struct_init_with_complex_fields_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
281 bytes
struct_init_with_fixed_array_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
1.26 KB
struct_init_with_interface_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
328 bytes
struct_init_with_multi_nested_embed_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
303 bytes
struct_local_test.v
fmt: fix formating non-unsafe blocks with break line (fix #22900) (#22903)
1 year ago
198 bytes
struct_map_method_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
481 bytes
struct_of_time_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
151 bytes
struct_option_field_zero_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
252 bytes
struct_scoped_test.v
table, cgen: fix scoped struct array fixed generation (fix #26111) (#26114)
last Dec 25
490 bytes
struct_shared_field_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
195 bytes
struct_shared_field_with_default_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
364 bytes