0 branches
Tree
Top files
Clone with HTTPS:
checks_for_operator_overrides_should_happen_on_the_concrete_types_when_using_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
646 bytes
concrete_type_as_generic_fn_type_1_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
868 bytes
concrete_type_as_generic_fn_type_2_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
684 bytes
default_type_with_ref_test.v
cgen: fix default `T{}` when `T` is ref type + dereferencing issue when comparing int alias to int (fix #22795) (#22807)
1 year ago
386 bytes
dump_heap_generic_linked_list_test.v
cgen: fix `dump` modifying decoded generic linked list when struct is @[heap] (fixes #25731)
last Apr 14
1.14 KB
foo.h
cgen: fix generic_fn_name generating incorrect names for C structs (#25164)
last Aug 25
73 bytes
function_parameter_callback_generic_closure_test.v
checker: passing a function to a function as a parameter does not work (fixes #22008)
last Mar 11
705 bytes
function_parameter_generic_fn_return_control_test.v
checker: passing a function to a function as a parameter does not work (fixes #22008)
last Mar 11
719 bytes
generic_alias_callback_test.v
cgen, markused: fix veb alias type identification and generic CastExpr (fix #24895) (#25155)
last Aug 23
153 bytes
generic_alias_fn_op_call_test.v
checker: allow generic operators to be called in fn (fix #23773) (#23774)
1 year ago
249 bytes
generic_alias_map_type_test.v
checker: fix checker generic alias type (fix #23474) (#23475)
1 year ago
1.4 KB
generic_anon_fn_inside_generic_fn_test.v
type_resolver: fix recheck identification for anonfn on structinit (fix regression of #18294) (#23882)
1 year ago
2.28 KB
generic_array_clone_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
135 bytes
generic_array_init_test.v
checker, cgen: fix generic container init (fix #23910) (#23912)
1 year ago
100 bytes
generic_array_of_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
189 bytes
generic_array_of_sumtype_push_test.v
cgen: fix passing sumtype child to generic function taking sumtype parent (fix #25660) (#25664)
last Nov 4
710 bytes
generic_array_pass_test.v
test: cleanup after #24457 - remove wrong comment since bug has been fixed (#24464)
1 year ago
547 bytes
generic_array_ret_test.v
cgen: fix codegen for generic structinit and generic array return (fix #23916) (#23943)
1 year ago
542 bytes
generic_arrays_sum_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
395 bytes
generic_as_cast_on_map_test.v
checker,cgen: fix generic arr.map(var as T) support (fix #23284) (#23302)
1 year ago
245 bytes
generic_auto_str_nested_generic_field_test.v
checker: register nested generic str deps (#27442)
last Jun 27
3.93 KB
generic_call_mixing_args_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
290 bytes
generic_chan_pop_via_if_guard_test.v
cgen: fix C codegen for generic chan pop via if-guard bound var (#27205) (#27337)
last Jun 3
1.83 KB
generic_chan_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
379 bytes
generic_closure_return_array_multi_return_regression_test.v
parser: Generic closure that returns multi return with array generic type does not work (fixes #17876)
last Apr 14
889 bytes
generic_comparison_for_conditional_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
346 bytes
generic_complex_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
2.52 KB
generic_comptime_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
970 bytes
generic_comptime_map_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
301 bytes
generic_comptime_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
383 bytes
generic_default_expression_in_or_block_test.v
checker: allow for `f() or { T{} }` part 2, see also cc55aa5 (handle the case of an ignored result as well) (#22687)
1 year ago
1.22 KB
generic_different_type_test.v
markused: fix for generic ptr receiver on method call (fix #24555) (#24558)
1 year ago
877 bytes
generic_empty_interface_to_multi_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
511 bytes
generic_empty_interface_to_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
482 bytes
generic_fn_array_infer_var_test.v
checker: fix generic var inferring to be passed to `[]T` (fix #23315) (#23322)
1 year ago
439 bytes
generic_fn_assign_generics_struct_test.v
all: make 0 => unsafe { nil } an error, not a notice
1 year ago
1.04 KB
generic_fn_call_by_generic_fn_test.v
cgen: fix generic methods passing lambda needing type hint (fixes #26259)
last Apr 14
518 bytes
generic_fn_call_map_keys_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
179 bytes
generic_fn_call_with_reference_argument_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
381 bytes
generic_fn_cast_to_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
312 bytes
generic_fn_infer_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
506 bytes
generic_fn_infer_fn_type_argument_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
835 bytes
generic_fn_infer_fn_type_using_ref_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
238 bytes
generic_fn_infer_map_argument_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
208 bytes
generic_fn_infer_map_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
494 bytes
generic_fn_infer_modifier_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
545 bytes
generic_fn_infer_multi_paras_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.05 KB
generic_fn_infer_nested_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
923 bytes
generic_fn_infer_nested_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
244 bytes
generic_fn_infer_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
334 bytes
generic_fn_infer_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
766 bytes
generic_fn_infer_variadic_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
374 bytes
generic_fn_method_call_on_generic_param_test.v
checker: fix compiler omits to define struct method used in generic function (fixes #26419)
last Feb 26
413 bytes
generic_fn_multi_mutable_struct_test.v
markused: fix marking of mutable generic method calls (fix #25312) (#25314)
last Sep 15
231 bytes
generic_fn_multi_return_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
869 bytes
generic_fn_param_test.v
checker: fix generic fn call return type resolve on var assignment (fix #22612) (#22627)
1 year ago
757 bytes
generic_fn_ref_level_test.v
checker: maintain correct ref level in generic fn (fix #25676) (#25687)
last Nov 8
156 bytes
generic_fn_returning_option_and_result_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
658 bytes
generic_fn_returning_type_with_T_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
796 bytes
generic_fn_short_struct_init_reference_inference_test.v
checker: fix cannot convert struct to struct pointer in generics (fixes #21835)
last Apr 15
354 bytes
generic_fn_short_syntax_struct_param_test.v
checker: Add support for generic struct params (fixes #24191)
last Apr 14
415 bytes
generic_fn_struct_test.v
cgen: fix generic name handling for struct generic (fix #24530) (#24565)
1 year ago
187 bytes
generic_fn_type_generic_method_test.v
checker: fix implementing generic function for generic function type (fixes #18037)
last Mar 25
740 bytes
generic_fn_type_with_different_generic_type_test.v
ast, parser: fix generic fn type with defferent generic type call (#22431)
1 year ago
204 bytes
generic_fn_typeof_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
1.04 KB
generic_fn_upper_name_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
306 bytes
generic_fn_using_generic_type_in_if_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
263 bytes
generic_fn_value_inference_test.v
checker: infer generic fn values from call args (#27432)
last Jun 12
1.69 KB
generic_fn_with_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
151 bytes
generic_fn_with_comptime_for_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.32 KB
generic_fn_with_nested_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
188 bytes
generic_fn_with_short_generic_struct_init_syntax_1_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
337 bytes
generic_fn_with_short_generic_struct_init_syntax_2_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
397 bytes
generic_for_mut_val_test.v
cgen, checker: fix for with mut generic value (fix #24360) (#24426)
1 year ago
674 bytes
generic_function_argument_inference_test.v
checker: fix type-casting issue when providing generic function as argument (fixes #21132)
last Mar 25
499 bytes
generic_function_error_propagation_test.v
cgen: fix generic function error propagation type mismatch (fix #26263) (#26295)
last Jan 9
233 bytes
generic_functions_with_normal_function_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
199 bytes
generic_if_guard_string_interpolation_test.v
cgen: fix generic if-guard string interpolation (#27061)
last May 2
2.28 KB
generic_if_ret_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
159 bytes
generic_init_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
134 bytes
generic_interface_array_type_infer_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
429 bytes
generic_interface_field_test.v
cgen, table: fix resolving generic interface field from generic struct (fix #23556) (#25182)
last Aug 29
1005 bytes