0 branches
Tree
Top files
Clone with HTTPS:
aggregate_with_struct_embed_test.v
cgen: fix sumtype aggregate with struct embeded (fix #22481) (#22532)
1 year ago
334 bytes
alias_sumtype_smartcast_test.v
cgen: allow alias sumtype smartcasting (fix #25085) (#25096)
last Aug 12
230 bytes
json2_map_to_any_cgen_regression_test.v
cgen: error assignment from incompatible pointer type (fixes #18977)
last Mar 11
1.81 KB
mut_receiver_of_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
221 bytes
passing_sumtype_parameter_in_sumtype_matching_results_test.v
all: super_batch6 fixes
last Apr 17
307 bytes
sumtype_alias_fntype_smartcast_test.v
cgen: fix invalid memory access when smart casting an alias fntype (fixes #17799)
last Apr 14
393 bytes
sumtype_array_methods_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
478 bytes
sumtype_array_to_vararg_struct_fn_test.v
checker: correctly detect variadic arg passed to struct fn (fix #25504) (#25509)
last Oct 16
224 bytes
sumtype_as_cast_1_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
338 bytes
sumtype_as_cast_2_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
507 bytes
sumtype_as_cast_fn_call_test.v
cgen: error that occures when using gcc, clang or msvc but not tcc (fixes #25711)
last Mar 11
579 bytes
sumtype_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
584 bytes
sumtype_calls_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
965 bytes
sumtype_cast_alias_test.v
cgen: fix sumtype alias cast to same sumtype (fix #25431) (#25443)
last Oct 6
337 bytes
sumtype_common_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
659 bytes
sumtype_empty_struct_test.v
cgen: fix generic cast to sumtype of empty struct (fix #25263) (#25290)
last Sep 13
260 bytes
sumtype_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
414 bytes
sumtype_generic_checking_test.v
checker: fix generic function with generic sumtype compile error (fixes #25248)
last Apr 21
753 bytes
sumtype_inherited_var_test.v
checker, cgen: fix sumtype smartcasted var as inherited var (fix #23716) (#23731)
1 year ago
254 bytes
sumtype_init_literal_test.v
cgen: fix alias to sumtype cast initialization (fix #25086) (#25091)
last Aug 12
309 bytes
sumtype_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
605 bytes
sumtype_literal_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.12 KB
sumtype_map_set_test.v
cgen: fix map_set codegen for sumtype array variant with autofree (fix #12008) (#22553)
1 year ago
538 bytes
sumtype_nil_pointer_variant_test.v
cgen: fix string | charptr sum type with unsafe{nil} (fixes #25994)
last Mar 25
246 bytes
sumtype_not_is_else_smartcast_test.v
checker: fix sumtype else branch of if !is should consider smartcast (fixes #13587)
last Mar 25
269 bytes
voidptr_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
192 bytes
sumtype_on_match_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
631 bytes
sumtype_ptr_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
321 bytes
sumtype_ptr_value_variant_lifetime_test.v
cgen: V compiler bug: pointer-based sumtype heap allocation creates dangling pointers (fixes #26657)
last Mar 11
1.08 KB
sumtype_str_for_subtypes_with_str_test.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
1.06 KB
sumtype_str_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.62 KB
sumtype_type_coercion_test.v
ast,checker: improve type checking for sumtypes with generics (fix #25690) (#25699)
last Nov 10
267 bytes
sumtype_value_pointer_test.v
cgen: fix `fn (d Struct) a[T]() T { return d }` when T is a sumtype (#25644)
last Nov 1
260 bytes
sumtype_with_alias_fntype_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
589 bytes
sumtype_with_alias_fntype_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
523 bytes
sumtype_with_embedded_struct_of_option_field_test.v
cgen: fix sumtype with embedded struct of option field (fix #22984) (#22996)
1 year ago
328 bytes
sumtype_with_fntype_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
390 bytes
sumtype_with_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
408 bytes