0 branches
Tree
Top files
Clone with HTTPS:
modules
parser, checker: check generic struct fields and initialisation (fix #26433) (fix #26436) (#26450)
last Jan 27
559 bytes
generics_from_modules
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.4 KB
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
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
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_param_test.v
checker: fix generic fn call return type resolve on var assignment (fix #22612) (#22627)
1 year ago
757 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_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_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_value_inference_test.v
checker: fix type-casting issue with generic function as argument (fixes #21132)
last Mar 25
187 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_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_error_propagation_test.v
cgen: fix generic function error propagation type mismatch (fix #26263) (#26295)
last Jan 9
233 bytes
generic_if_guard_string_interpolation_test.v
cgen: fix generic if-guard string interpolation (#27061)
last May 2
2.28 KB
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_field_test.v
cgen, table: fix resolving generic interface field from generic struct (fix #23556) (#25182)
last Aug 29
1005 bytes
generic_interface_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
268 bytes
generic_interface_multi_type_params_test.v
checker,table,cgen: fix generic interface confusion (fix #25478) (#26181)
last Dec 29
1.34 KB
generic_interface_nested_struct_infer_test.v
checker: fix type inference with generic structs and generic interfaces (fixes #19618)
last Apr 15
502 bytes
generic_lambda_expr_test.v
cgen: fix C errors with generic fn type (fixes #26156)
last Apr 23
777 bytes
generic_linked_list_ref_push_test.v
cgen: fix c compiler error when using datatypes.LinkedList[&SomeType] (fixes #25214)
last Apr 15
1.69 KB
generic_match_expr_test.v
cgen: resolve generic sumtype match method calls (#27068)
last May 3
3.67 KB
generic_method_fn_field_result_recheck_test.v
cgen, checker: generics fix (fixes #27032)
last Apr 29
866 bytes
generic_method_lambda_arg_test.v
cgen: fix lambda inferring generic type on method call (fix #23221) (#23234)
1 year ago
444 bytes
generic_method_with_variadic_generic_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
293 bytes
generic_mut_pointer_param_test.v
checker: fix cannot use &int as &&int in argument (fixes #23019)
last Mar 25
409 bytes
generic_options_with_reserved_ident_test.v
cgen: fix generic options with reserved ident (#22164)
1 year ago
256 bytes
generic_receiver_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
1.79 KB
generic_return_array_generic_test.v
checker: fix array generic return checking (fix #24104) (#24214)
1 year ago
275 bytes
generic_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
676 bytes
generic_selector_infix_test.v
cgen: fix codegen for assigning from infixexpr with generic operand (fix #23560) (#23561)
1 year ago
207 bytes
generic_selector_test.v
checker: fix mut var option unwrap with `!= none`, support `if mut x != none {` too (fix #22936) (#22943)
1 year ago
1.21 KB
generic_smartcast_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
612 bytes
generic_static_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
182 bytes
generic_struct_field_fn_with_multiple_instantiations_test.v
fix: C compilation error when using generics with multiple instantiat… (#26786)
last Mar 30
537 bytes
generic_struct_fn_field_closure_test.v
cgen: fix c compilation error using type parameters in function fields (fixes #26629)
last Mar 25
375 bytes
generic_struct_init_with_generic_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
241 bytes
generic_struct_init_with_update_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
575 bytes
generic_struct_return_test.v
checker: fix resolver for returning struct generic (fix #24493) (#24506)
1 year ago
438 bytes
generic_struct_with_linked_list_of_refs_field_test.v
checker: skip ref field init check when default expr exists (fixes #25213)
last Feb 26
216 bytes
generic_sumtype_init_in_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
376 bytes
generic_sumtype_of_alias_generic_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
426 bytes
generic_sumtype_str_test.v
cgen: fix string interpolation of generic structs and methods returning generic struct references (fixes #16340)
last Apr 15
1.02 KB
generic_typeof_test.v
checker: fix typeof evaluation for generic reference (fix #23951) (fix #23952) (#23958)
1 year ago
1.25 KB
generics_T_typ_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
916 bytes
generics_array_append_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
generics_array_delete_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.2 KB
generics_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
1006 bytes
generics_array_of_interface_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
534 bytes
generics_array_typedef_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
594 bytes
generics_call_with_fixed_array_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
360 bytes
generics_call_with_reference_arg_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
421 bytes
generics_closure_fn_direct_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
241 bytes
generics_fixed_array_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
86 bytes
generics_fn_return_generic_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
431 bytes
generics_fn_return_types_with_generic_struct_test.v
cgen: fix wrapping a generic in a struct causing builder error (fixes #22250)
last Mar 25
1.02 KB
generics_for_in_iterate_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
728 bytes
generics_in_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
200 bytes
generics_interface_cross_module_recheck_test.v
cgen, checker: generics, unsafe { nil } fixes
last Apr 7
1.58 KB
generics_interface_method_test.v
parser: generic interface methods expect old syntax (fixes #25087)
last Mar 11
495 bytes
generics_interface_with_generic_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
1.4 KB
generics_interface_with_multi_generic_types_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
generics_method_chaining_call_test.v
parser: fix generics method chaining call (#22447)
1 year ago
531 bytes
generics_method_on_alias_struct_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
371 bytes
generics_method_on_generic_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
554 bytes
generics_method_on_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
530 bytes
generics_method_on_receiver_types_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
444 bytes
generics_method_returning_option_test.v
cgen: fix v allocating too much memory for generic method returning option (fixes #20276)
last Apr 21
1.26 KB
generics_method_test.v
cgen: fix generic-method symbol mangler strips pointer indirection for []&t (fixes #26892)
last Apr 21
1.51 KB
generics_method_with_embedded_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
445 bytes
generics_method_with_multi_types_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.07 KB
generics_method_with_sumtype_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
350 bytes
generics_multi_type_comptime_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
620 bytes
generics_mut_receiver_local_copy_regression_test.v
cgen: fix c transpilation type bug (fixes #10802)
last Apr 14
446 bytes
generics_nested_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
977 bytes
generics_params_nested_generic_struct_short_syntax_test.v
checker: generics not passed to arguments when argument has a struct with generic (fixes #24318)
last Mar 11
727 bytes
generics_return_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
150 bytes
generics_return_inconsistent_types_generics_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.89 KB
generics_return_recursive_generics_struct_test.v
all: make 0 => unsafe { nil } an error, not a notice
1 year ago
489 bytes
generics_return_reference_generics_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
394 bytes
generics_stack_of_sumtype_push_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
378 bytes
generics_struct_anon_fn_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
791 bytes
generics_struct_field_with_default_fn_type_test.v
checker: V compiler bug: error when casting a generic function intricated in a generic type used in a generic sum type (fixes #25930)
last Mar 11
1.02 KB
generics_struct_field_with_generics_struct_elements_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
823 bytes
generics_struct_init_in_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
260 bytes
generics_struct_init_with_inconsistent_generic_types_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
415 bytes
generics_struct_init_with_inconsistent_generic_types_4_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.98 KB
generics_struct_init_with_inconsistent_generic_types_6_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.47 KB
generics_struct_no_key_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
177 bytes
generics_struct_parent_has_str_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
521 bytes
generics_struct_with_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
797 bytes
generics_struct_with_non_generic_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
563 bytes
generics_union_dump_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
525 bytes
generics_with_assign_nested_generics_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
576 bytes
generics_with_complex_nested_generics_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
447 bytes
generics_with_embed_generics_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
302 bytes
generics_with_empty_array_arg_test.v
checker: fix generic fn call with empty array argument (fix #22843) (#22846)
1 year ago
587 bytes
generics_with_generics_fn_return_generics_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.74 KB
generics_with_generics_fn_type_parameter_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.23 KB
generics_with_generics_struct_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
428 bytes
generics_with_multi_generics_struct_types_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
generics_with_multi_nested_generic_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
1021 bytes
generics_with_nested_external_generics_fn_test.v
cgen,rand,hash: update wyhash to version 4.2 (#25907)
last Dec 7
409 bytes
generics_with_nested_generic_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
413 bytes
generics_with_nested_generics_fn_infer_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
381 bytes
generics_with_nested_generics_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
395 bytes
generics_with_recursive_generics_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
450 bytes
generics_with_variadic_generic_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
606 bytes
lamda_param_and_ret_test.v
checker: fix validation of lambda params and returns in generic function calls (#22387)
1 year ago
203 bytes
multiple_generic_resolve_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
378 bytes
return_closure_f64_test.v
tests: add 2 simpler tests, to isolate a s390x failure
1 year ago
400 bytes
return_closure_int_test.v
tests: add 2 simpler tests, to isolate a s390x failure
1 year ago
396 bytes
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_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
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_function_argument_inference_test.v
checker: fix type-casting issue when providing generic function as argument (fixes #21132)
last Mar 25
499 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_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_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_implements_concrete_type_test.v
checker: fix implementing a generic interface using a concrete type does not compile (fixes #24060)
last Feb 26
799 bytes
generic_interface_map_value_test.v
checker: maps with non-generic interfaces as values don't work (fixes #16576)
last Apr 14
1.2 KB
generic_interface_nested_generic_type_infer_test.v
v.tests: fix v compiler does not handle generic interface implementations correctly (fixes #18471)
last Apr 23
3.71 KB
generic_interface_test.v
cgen: fix wrong array checking when using interface and multiple type bindings in generics (fixes #26004)
last Apr 15
1.82 KB
generic_lambda_inference_test.v
checker: fix failed type inference for fold with lambda expression (fixes #25934)
last Apr 14
757 bytes
generic_map_alias_test.v
cgen, type_resolver: Fix resolution type Map[string]T when T is AliasToMap (fix #25494) (#25510)
last Oct 16
335 bytes
generic_match_generic_interface_type_test.v
checker: fix cannot match generic type in generic function (fixes #24648)
last Mar 25
397 bytes
generic_method_slice_two_param_sibling_test.v
ast: fix and test for list of generic bug (#27141)
last May 12
1.29 KB
generic_muls_test.v
cgen: fix generic multiple indirections on print (fix #22793) (#25633)
last Oct 31
133 bytes
generic_pointer_indirect_test.v
cgen: cgen, checker: pointer in generic function (fixes #22791)
last Apr 14
179 bytes
generic_recursive_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
940 bytes
generic_resolve_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
822 bytes
generic_selector_field_test.v
resolver: fix generic selector field type resolver (fix #24570) (#25112)
last Aug 16
427 bytes
generic_selector_indexexpr_test.v
checker: fix assign check, when rechecking for another concrete type (#23212)
1 year ago
713 bytes
generic_selector_len_test.v
type_resolver: fix generic selector field type resolving (continuation of #23456) (#23473)
1 year ago
313 bytes
generic_selector_type_test.v
cgen, comptime: fix codegen for generic selector (fix #23274) (#23285)
1 year ago
283 bytes
generic_sort_multi_instantiation_test.v
cgen: fix generic sort comparator reusing wrong body across instantiations (fixes #27121)
last May 10
972 bytes
generic_static_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
865 bytes
generic_struct_cstruct_test.v
cgen: fix generic_fn_name generating incorrect names for C structs (#25164)
last Aug 25
132 bytes
generic_struct_field_unwrap_test.v
checker: fix checking return type call disregarding unwrapping (fix #25140) (#25143)
last Aug 20
286 bytes
generic_struct_init_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
500 bytes
generic_struct_init_with_field_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
226 bytes
generic_struct_init_with_reference_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
356 bytes
generic_struct_recursive_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
228 bytes
generic_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
541 bytes
generic_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
718 bytes
generic_sumtype_insts_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
229 bytes
generic_sumtype_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
501 bytes
generic_sumtype_repeated_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
119 bytes
generic_var_loop_test.v
type_resolver: fix fn detection for comptime arg type (fix #23454) (#23456)
1 year ago
252 bytes
generic_with_ptr_as_param_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
302 bytes
generics_anon_fn_decl_with_type_only_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
225 bytes
generics_array_builtin_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
477 bytes
generics_array_drop_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
generics_array_map_with_generic_callback_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
generics_array_method_call_with_multi_types_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
738 bytes
generics_array_of_threads_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
495 bytes
generics_assign_reference_generic_struct_test.v
all: make 0 => unsafe { nil } an error, not a notice
1 year ago
884 bytes
generics_call_with_interface_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
264 bytes
generics_chans_select_test.v
v: add selector option unwrapping inside `if tree.root != none {` (#22895)
1 year ago
1.89 KB
generics_closure_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
252 bytes
generics_closures_with_different_generic_types_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
generics_fn_field_multi_instance_test.v
checker: fix generic type mismatch with generic functions from multiple sources (fixes #25217)
last Mar 25
1.03 KB
generics_fn_return_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
481 bytes
generics_fn_variable_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
470 bytes
generics_fn_variable_3_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
783 bytes
generics_in_big_struct_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
460 bytes
generics_indirect_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
generics_interface_decl_test.v
v.tests: fix Compiler error when using a concrete type (bool) in a function type parameter within a generic interface method signature (fixes #26226)
last Apr 23
594 bytes
generics_interface_with_generic_method_using_generic_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
521 bytes
generics_interface_with_multi_generic_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
770 bytes
generics_interface_with_non_generic_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
1.02 KB
generics_map_with_generic_type_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
526 bytes
generics_method_call_with_short_syntax_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
244 bytes
generics_method_on_embed_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
549 bytes
generics_method_on_nested_struct2_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
543 bytes
generics_method_on_receiver_aliases_types_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
219 bytes
generics_method_ordering_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
336 bytes
generics_method_str_overload_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
541 bytes
generics_method_variable_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
318 bytes
generics_method_with_diff_generic_names_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
generics_method_with_generic_anon_fn_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
422 bytes
generics_method_with_nested_generic_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
383 bytes
generics_multi_array_in_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
265 bytes
generics_multi_types_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
756 bytes
generics_mutual_recursive_struct_reference_test.v
cgen: fix Fatal error of compilation generic structs (fixes #26675)
last Apr 23
766 bytes
generics_option_fn_concrete_type_test.v
Reapply "cgen: preserve option fn concrete type names (#27085)"
last May 6
405 bytes
generics_return_closure_test.v
cgen: fix generic closure result expression temps (#27070)
last May 9
3.45 KB
generics_return_generics_struct_test.v
all: make 0 => unsafe { nil } an error, not a notice
1 year ago
2.61 KB
generics_return_multi_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
421 bytes
generics_return_multiple_generics_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.39 KB
generics_return_result_maps_test.v
cgen: fix generic result return (fix #24097) (#24100)
1 year ago
345 bytes
generics_str_intp_test.v
transformer: disable generic str_intp opt (fix #25896) (#25897)
last Dec 5
399 bytes
generics_string_index_in_generic_struct_method_test.v
markused: C compilation error when indexing a string, in a method, on a generic struct (fixes #26421)
last Mar 11
148 bytes
generics_struct_anon_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.21 KB
generics_struct_field_with_default_struct_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
344 bytes
generics_struct_free_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
396 bytes
generics_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
185 bytes
generics_struct_init_with_generic_struct_items_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
generics_struct_init_with_inconsistent_generic_types_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
480 bytes
generics_struct_init_with_inconsistent_generic_types_5_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.38 KB
generics_struct_init_with_inconsistent_generic_types_7_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
236 bytes
generics_struct_inst_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
478 bytes
generics_struct_method_params_is_generics_struct_and_not_called_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
317 bytes
generics_struct_to_string_test.v
cgen: referenced values are displayed incorrectly (fixes #18440)
last Mar 11
1.33 KB
generics_struct_types_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
504 bytes
generics_struct_with_inconsistent_generic_types_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
438 bytes
generics_struct_with_option_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
243 bytes
generics_unused_specialized_fn_array_param_test.v
cgen: cgen error when changing the signature of a function with a specialized generic struct parameter, that is not called (fixes #23014)
last Apr 14
563 bytes
generics_with_anon_generics_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
896 bytes
generics_with_cascaded_multiple_nested_generics_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
536 bytes
generics_with_embed_generics_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
441 bytes
generics_with_embed_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
826 bytes
generics_with_fixed_array_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
176 bytes
generics_with_generics_fn_return_generics_map_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
462 bytes
generics_with_generics_struct_init_test.v
all: make 0 => unsafe { nil } an error, not a notice
1 year ago
809 bytes
generics_with_multi_generics_fn_name_test.v
cgen: fix multi generics fn name (fix #23886) (#25673)
last Nov 5
779 bytes
generics_with_multi_nested_generic_method_call_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
1.61 KB
generics_with_multiple_generics_struct_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
445 bytes
generics_with_nested_generic_method_call_test.v
markused: fix deducing generic type k from internal generic chain (fixes #22494)
last Apr 21
1.35 KB
generics_with_nested_generic_type_parameter_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
336 bytes
generics_with_nested_generics_fn_inst_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
699 bytes
generics_with_pointer_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
876 bytes
generics_with_recursive_generics_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
986 bytes
generics_with_reference_generic_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
204 bytes
infer_generic_array_type_in_nested_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
276 bytes
mixed_generic_and_concrete_fn_type_factories_regression_test.v
cgen: fix two functions returning generic type with one casted and one not (fixes #18077)
last Mar 25
709 bytes
return_closure_generic_struct_result_test.v
checker: cannot return a function from a generic function (fixes #22011)
last Mar 11
832 bytes
struct_generic_map_index_test.v
markused: fix generic map index (fix #25012) (#25022)
last Aug 2
319 bytes