1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests
2023-08-09 15:05:17 +03:00
..
aliasing_c_structs vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
bench fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
c_function_mut_param all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
c_struct_free cgen: don't change field name of c structs (#10894) 2021-07-22 01:37:49 +03:00
cflags
create_dll vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
defer vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
dump_c_structs cgen: fix dump(c_struct), where c_struct has fields of type &&char 2022-10-12 09:00:16 +03:00
field_publicity
generics_from_modules ast: fix inferring generic struct (fix #16830) (#16831) 2023-01-01 17:36:18 +02:00
interface_edge_cases all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
known_errors cgen: better alias handling for references/shared (#17656) 2023-03-20 17:35:45 +01:00
local
modules cgen: fix regression with unalised naming conflict with C interop (#18752) 2023-07-03 23:12:20 +03:00
multiple_paths_in_vmodules vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
printing_c_structs ast, cgen: fix printing nested generic struct (#16758) 2022-12-25 09:57:16 +02:00
project_with_c_code tests: make projects_with_c_code closer to actual projects (#19008) 2023-07-30 06:00:48 +03:00
project_with_c_code_2 tests: make projects_with_c_code closer to actual projects (#19008) 2023-07-30 06:00:48 +03:00
project_with_c_code_3 tests: make projects_with_c_code closer to actual projects (#19008) 2023-07-30 06:00:48 +03:00
project_with_c_code_ct_ifs checker,cgen: fix -os cross support for $if !solaris { #include <sys/ptrace.h> } 2021-07-23 16:24:42 +03:00
project_with_modules_having_submodules all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
project_with_tests_for_main docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
reliability vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
skip_unused checker: add -skip-unused support for vweb.run_at too (#18884) 2023-07-17 15:51:50 +03:00
testdata vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
tmpl cgen: fix $tmpl() in returning match expr (fix #16109, fix #16124) (#16229) 2022-10-27 18:03:27 +03:00
addr_test.v cgen: add __addr (bootstraps #14818) (#15585) 2022-08-30 10:28:47 +03:00
aggregate_is_nodetype_test.v ast, checker, cgen: fix aggregations type check (#14066) 2022-04-18 12:38:08 +03:00
alias_array_has_method_test.v cgen: fix alias of array that has builtin method (#14432) 2022-05-17 12:26:26 +03:00
alias_array_operator_overloading_test.v
alias_array_plus_operator_test.v checker: allow + operator overrides for type aliases 2022-08-27 12:54:16 +03:00
alias_basic_types_test.v checker: relax checks on operators done on aliases of primitives like int, u8, string etc.; add tests (#17029) 2023-01-19 11:45:56 +02:00
alias_char_type_reference_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
alias_custom_type_map_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
alias_fixed_array_init_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
alias_fixed_array_of_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
alias_fixed_array_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
alias_in_a_struct_field_autostr_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
alias_map_clone_test.v cgen: fix alias of map clone() (fix #18384) (#18386) 2023-06-09 12:58:38 +03:00
alias_map_keys_test.v checker, cgen: fix alias of map keys() (#12422) 2021-11-10 13:04:59 +02:00
alias_map_operator_overloading_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
alias_operator_overloading_test.v checker, cgen: fix alias operator overloading (#15024) 2022-07-11 19:20:15 +03:00
alias_sumtype_method_call_test.v table: fix alias of sumtype method_call (#11268) 2021-08-22 17:20:10 +03:00
alias_to_ptr_arg_test.v cgen: fix alias to struct ptr on structinit (#18571) 2023-06-28 07:02:32 +03:00
aliased_array_method_call_test.v checker, cgen: enable calls to methods of the parent element array, when an array element is an alias (fix #16169) (#16187) 2022-10-24 12:02:24 +03:00
aliased_array_operations_test.v checker, cgen: fix aliased array methods (#10603) 2021-06-29 12:14:37 +03:00
aliased_field_access_test.v cgen: better alias handling for references/shared (#17656) 2023-03-20 17:35:45 +01:00
aliased_option_fn_call_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
anon_fn_call_test.v
anon_fn_decl_inside_ternary_test.v cgen: fix error for anon fn decl inside ternary (#14150) 2022-04-25 12:36:03 +03:00
anon_fn_decl_with_anon_fn_params_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
anon_fn_direct_call_with_option_test.v cgen: fix anon fn direct call with option (#18827) 2023-07-10 00:15:25 +03:00
anon_fn_fixed_arr_test.v cgen: fix fixed array ret with anon fn (#18279) 2023-05-27 20:42:31 +02:00
anon_fn_in_containers_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
anon_fn_option_call_in_if_expr_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
anon_fn_redefinition_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
anon_fn_returning_question_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
anon_fn_test.v parser: fix anonymous fns parameter checks, behaving differently than named fns (fix #18779) (#18785) 2023-07-06 02:30:26 +03:00
anon_fn_with_alias_args_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
anon_fn_with_array_arguments_test.v ast: fix fixed array typedef generation issue (#11962) 2021-09-24 17:01:42 +03:00
anon_fn_with_nested_anon_fn_args_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
anon_fn_with_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
anon_struct_assign_test.v checker: adjust fix for struct anon assigning to typed struct (#18264) 2023-05-25 20:40:20 +03:00
anon_struct_type_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
anon_sum_type_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
append_struct_to_interface_array_test.v cgen: fix appending struct to interface array (#14388) 2022-05-14 17:49:42 +03:00
appending_to_mut_array_in_fn_param_test.v
array_access_optimisation_test.v ci: mark array_access_optimisation_test.v as flaky, and retry it 3 times 2023-04-09 06:32:28 +03:00
array_append_short_struct_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
array_as_interface_test.v cgen: fix array type as interface (fix #14677) (#14681) 2022-06-05 05:05:48 +03:00
array_cast_test.v
array_clear_test.v cgen: fix code generation for array.clear (#18792) 2023-07-07 00:28:06 +03:00
array_elements_with_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
array_equality_test.v
array_filter_of_fn_mut_arg_test.v checker: fix array filter of fn mut argument (#17231) 2023-02-06 16:37:37 +02:00
array_filter_using_direct_closure_test.v cgen: fix array filter with an inline closure (fix #16770) (#16772) 2022-12-26 16:14:28 +02:00
array_get_anon_fn_value_test.v cgen: simplify in index_of_array() and add test (#13792) 2022-03-21 22:03:45 +02:00
array_index_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
array_init_element_size_equal_array_size_test.v builtin: fix array init with array default (#16664) 2022-12-13 18:05:33 +02:00
array_init_test.v cgen: fix map of array initialisation, with len and no default (fix #17358) (#17367) 2023-02-20 12:26:48 +02:00
array_init_with_fields_test.v cgen: fix generic array init with fields (#16601) 2022-12-06 09:33:26 +02:00
array_insert_as_mut_receiver_test.v cgen: fix array insert in fn as mut receiver (#15806) 2022-09-18 14:55:28 +03:00
array_map_or_test.v all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +03:00
array_map_ref_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
array_method_using_it_in_defer_test.v parser: fix array method using it in defer (fix #18246) (#18267) 2023-05-26 02:29:52 +02:00
array_methods_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
array_nested_call_test.v cgen: fix nested array call (#11948) 2021-09-23 08:50:37 +03:00
array_of_alias_pop_test.v checker: fix error for array_of_aliases.pop() (#14861) 2022-06-27 11:50:46 +03:00
array_of_alias_slice_test.v cgen: fix array of alias's slice() (#10772) 2021-07-12 15:59:01 +03:00
array_of_anon_fn_call_test.v checker: fix error for array of anon fn call (#13858) 2022-03-29 18:04:30 +03:00
array_of_fixed_array_map_test.v cgen: fix array of fixed array map/filter/any/all(it[0]) (fix #15422) (#15445) 2022-08-17 16:16:08 +03:00
array_of_fixed_array_test.v cgen: fix array of fixed array (fix #13895) (#13901) 2022-04-02 18:00:59 +03:00
array_of_functions_direct_call_test.v parser: fix array of functions direct call (#16838) 2023-01-02 14:12:07 +02:00
array_of_interface_init_test.v checker: fix error for array of interface init in for_in (#13636) 2022-03-03 12:32:55 +02:00
array_of_interfaces_builtin_method_test.v checker, cgen: fix contains() with array of interfaces (#18241) 2023-05-23 14:46:14 +02:00
array_of_interfaces_equality_test.v cgen: fix array of interfaces equality error (#12874) 2021-12-17 14:58:17 +02:00
array_of_map_with_default_test.v builtin, cgen: fix array of map init with default value (#12885) 2021-12-18 10:07:25 +02:00
array_of_ptrs_test.v cgen: add & before ptr arr elements (#17379) 2023-02-22 14:10:07 +02:00
array_of_reference_sumtype_test.v cgen: fix array of reference sumtype index() (#14812) 2022-06-21 12:37:54 +03:00
array_of_sumtype_append_aggregate_type_test.v table, checker: fix sumtype array appending aggregate type values (fix #11197) (#11258) 2021-08-21 17:18:01 +03:00
array_of_sumtype_append_alias_test.v checker, cgen: fix array of sumtype appending alias (#15034) 2022-07-12 09:26:11 +03:00
array_of_sumtype_append_array_of_sumtype_test.v checker: appending to an array of sumtype (#18201) 2023-05-20 02:25:26 +03:00
array_of_sumtype_append_literal_type_test.v checker: fix error for array of sumtype appending literal value (#14200) 2022-04-28 08:44:30 +03:00
array_of_sumtype_init_test.v checker: fix error for array of sumtype init (#13501) 2022-02-18 11:47:24 +02:00
array_of_sumtype_with_default_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
array_of_sumtypes_test.v cgen: properly cast to sumtypes in array prepend and insert (#11289) 2021-08-24 06:25:09 +03:00
array_of_threads_wait_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
array_slice_test.v docs: describe array/slice behaviour (#10252) 2021-05-30 14:48:33 +03:00
array_sort_lt_overload_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
array_string_test.v cgen: fix fixed array of string item concatenation (#17801) 2023-03-28 14:56:54 +03:00
array_test.v checker: allow casted enum val and const as fixed array size (#18321) 2023-06-05 16:44:55 +03:00
array_to_string_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
array_type_alias_test.v
array_with_it_test.v all: rename it to index in array inits (#17543) 2023-03-08 20:51:45 +01:00
arraydecompose_nonvariadic_test.v cgen, checker: allow array decompose on non-variadic func call (e.g call(...arr)) (#17284) 2023-02-13 13:13:52 +02:00
arrays_and_maps_of_empty_structs_should_work_test.v cgen: minimise sizeof(EmptyStruct) to 0 for gcc/clang and to 1 for tcc/msvc, by changing EMPTY_STRUCT_DECLARATION and EMPTY_STRUCT_INITIALIZATION (#16733) 2022-12-22 21:47:39 +02:00
as_cast_already_smartcast_sumtype_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
as_cast_is_expr_sumtype_fn_result_test.v
as_cast_literal_test.v tests: rename as_cast_literal.v to as_cast_literal_test.v 2021-10-05 11:57:57 +03:00
assert_fn_call_with_parentheses_test.v cgen: fix assert fn_call with parentheses (fix #11207) (#11214) 2021-08-17 18:21:15 +03:00
assert_if_guard_expr_test.v checker, cgen: fix asserting if guard expr (#17793) 2023-03-28 11:40:33 +03:00
assert_should_evaluate_args_just_once_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
assert_sumtype_test.v
assert_with_array_ref_test.v cgen: fix array_init generated code for reference var (#16894) 2023-01-07 12:04:04 +02:00
assert_with_newlines_test.v
assign_array_of_aliases_test.v checker: fix error for assign array of aliases (#14096) 2022-04-20 13:08:47 +03:00
assign_bitops_with_type_aliases_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
assign_literal_with_closure_test.v cgen: fix cross assign in closure (#14549) 2022-05-28 20:47:54 +03:00
assign_map_value_of_fixed_array_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
assign_option_of_multi_return_with_heap_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
assign_option_of_struct_fntype_field_test.v cgen: fix assigning option of struct fntype field (#17224) 2023-02-05 09:13:19 +02:00
assign_shared_test.v checker, cgen: fix shared non-decl assignment (#14466) 2022-05-20 02:58:11 +03:00
atomic_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
attribute_test.v parser: support bool values in attributes (#12750) 2021-12-07 12:11:29 +03:00
autocast_in_if_conds_1_test.v checker: fix autocast in complex if condtions (#18699) 2023-06-28 13:37:20 +03:00
autocast_in_if_conds_2_test.v checker: fix autocast in complex if condtions (#18699) 2023-06-28 13:37:20 +03:00
autocast_in_if_conds_3_test.v checker: fix autocast in complex if condtions 2 (#18702) 2023-06-29 07:01:21 +03:00
autocast_in_if_conds_4_test.v checker: fix autocast in complex if conditions 3 (#18715) 2023-07-01 12:07:17 +03:00
autocast_in_if_conds_5_test.v checker: fix autocast in complex if condtions 4 (#18744) 2023-07-02 23:54:17 +03:00
autogen_free_test.v cgen: fix autogen free method for struct with shared field (#13469) 2022-02-15 03:55:06 +02:00
autolock_array1_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
autolock_array2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
backtrace_test.v
big_array_allocation_test.v builtin,strconv: speedup str.int() conversions (without -prod) 2022-09-08 11:28:19 +03:00
blank_ident_test.v cgen: fix blank ident in for_c_stmt (#12931) 2021-12-22 09:34:26 +02:00
break_in_lock_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
c_array_test.c ci: fix -fsanitize=address for c_array_test.c 2022-08-23 12:16:55 +03:00
c_array_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
c_struct_with_reserved_field_name_test.v tests: clean up c_struct_with_reserved_field_name_test.v (#18026) 2023-04-24 11:04:13 +02:00
call_on_anon_test.v ast, parser, fmt: fix fmt error of generic fntype (#17814) 2023-03-30 13:30:10 +02:00
call_to_str_on_option_test.v checker,cgen: allow ?.str() on compile-time fields var (#16969) 2023-01-14 15:04:13 +02:00
calling_module_functions_with_maps_of_arrays_test.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
cast_bool_to_int_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
cast_comptime_test.v cgen: fix cast with comptime var (#17286) 2023-02-12 07:54:09 +01:00
cast_in_comptime_if_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
cast_in_index_of_ref_fixed_array_test.v cgen: fix cast in the index of reference fixed array (fix #13128) (#13131) 2022-01-11 10:55:29 +02:00
cast_int_to_interface_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
cast_none_to_option_test.v checker: allow none to be casted to all option types, including aliases (#17348) 2023-02-19 18:56:14 +02:00
cast_option_to_interface_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
cast_test.js.v js,checker: allow casting JS primitives to V primitives and vice-versa (#12420) 2021-11-10 11:37:16 +02:00
cast_to_alias_test.v checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
cast_to_anon_sumtype_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
cast_to_byte_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
cast_to_empty_interface_test.v cgen: fix error for cast to empty interface (fix #14162) (#14176) 2022-04-26 13:26:48 +03:00
cast_to_interface_test.v
cast_to_u8_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
chan_fixed_test.v checker: fix try_pop with fixed array (#18789) 2023-07-06 02:34:22 +03:00
channels_test.v parser: fix channel pop with or expression: ch := <-self.item or { return none } (#17392) 2023-02-23 16:45:15 +02:00
char_literal_bytes_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
check_in_is_consistency_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
check_init_value_for_arrays_of_option_test.v cgen: fix default init value for an array of option (#17538) 2023-03-07 20:04:16 +02:00
checks_for_operator_overrides_should_happen_on_the_concrete_types_when_using_generics_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
clash_var_name_of_array_and_map_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
closure_data_with_gc_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
closure_generator_test.v tests: fix warnings and failure on macos for closure_generator_test.v 2023-04-16 07:45:05 +03:00
closure_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
closure_with_fixed_array_var_test.v cgen: fix closure with fixed array variable (#17707) 2023-03-19 10:11:11 +02:00
closure_with_sumtype_var_test.v checker, cgen: fix closure with inherited sumtype variable (#18894) 2023-07-18 21:12:45 +03:00
complex_assign_test.v
complex_map_op_test.v ast, parser: fix complex map init (#14206) 2022-04-28 17:37:19 +03:00
comptime_arr_type_test.v checker: fix comptime selector evaluate when checked against type of array (#18774) 2023-07-04 22:42:55 +03:00
comptime_at_test.v checker: support @STRUCT in static methods 2023-07-24 13:14:52 +03:00
comptime_attribute_selector_test.v all: cleanup/rename all comp_ names to be comptime_ (#12467) 2021-11-15 15:47:29 +02:00
comptime_bittness_and_endianess_test.v
comptime_branching_working_without_compile_error_test.v checker: fix comptime if branch checking (#16938) 2023-01-14 15:06:38 +02:00
comptime_call_in_fn_call_test.v cgen: fix comptime call in fn call (#13075) 2022-01-07 12:59:27 +02:00
comptime_call_or_block_test.v cgen: make comptime call works with or-block (#18215) 2023-05-21 15:22:40 +02:00
comptime_call_test.v
comptime_call_tmpl_variable_scope_test.tpl all: comptime_call - simplify tmpl scoping, solves many issues. 2022-04-08 17:33:24 +10:00
comptime_call_tmpl_variable_scope_test.v checker/tests: format test added in prev commit & rename chekcer prop 2022-04-08 17:41:23 +10:00
comptime_call_type_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
comptime_concrete_type_register_test.v ci: fix comptime_concrete_type_register_test.v after 9a9cfe4 (#17744) 2023-03-23 16:42:35 +02:00
comptime_const_def_test.v checker: fix const init with comptime (#17528) 2023-03-07 09:15:46 +01:00
comptime_enum_test.v cgen: fix println(value.name) inside $for value in Test.values{ (#17746) 2023-03-23 19:18:25 +02:00
comptime_field_indirections_test.v checker, cgen: make comptime field.indirections working with logical operators (#17990) 2023-04-21 19:43:47 +03:00
comptime_field_name_check_test.v checker, cgen: fix comptime method and field name checking (#18402) 2023-06-11 03:59:28 +03:00
comptime_field_selector_test.v checker,json2: relax checking of x.enum = integer at comptime; refactor json2 to clean it up (#16926) 2023-01-11 10:18:45 +02:00
comptime_for_break_test.v checker: add clearer errors for break/continue used within a $for loop (#16600) 2022-12-06 17:27:59 +02:00
comptime_for_in_field_selector_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
comptime_for_in_field_typeof_test.v cgen: fix typeof with comptime var (#16816) 2022-12-31 15:57:55 +02:00
comptime_for_in_field_with_generic_fn_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
comptime_for_in_fields_FieldData_test.v comptime: implement field.is_enum (#16920) 2023-01-09 20:12:07 +02:00
comptime_for_method_call_in_print_call_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
comptime_for_method_call_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
comptime_for_method_call_with_args_test.v cgen: fix comptime for method call with arguments (#15236) 2022-07-27 03:22:05 +03:00
comptime_for_over_struct_with_C_reserved_word_fields_test.v cgen: fix comptime selector reserved field names (#11199) 2021-08-16 14:58:23 +03:00
comptime_for_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
comptime_generic_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
comptime_if_expr_generic_typ_is_type_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
comptime_if_expr_in_const_decl_test.v checker: fix comptime if in const declaration (fix #15160) (#15169) 2022-07-22 16:03:45 +03:00
comptime_if_expr_in_struct_field_default_test.v cgen: fix comptime if in struct field default (fix #15058) (#15152) 2022-07-21 16:59:18 +03:00
comptime_if_expr_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
comptime_if_expr_with_result_call_test.v cgen: fix comptime if expr with optional or result call (#16853) 2023-01-03 14:38:08 +02:00
comptime_if_generic_shift_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
comptime_if_is_interface_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
comptime_if_is_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
comptime_if_pkgconfig_test.v checker: add pkgconfig to comptime if (#10692) 2021-07-09 18:17:04 +03:00
comptime_if_test.v v.parser: allow for if x { $if y {} } else {}, fix #10243 (#10294) 2021-06-01 12:19:39 +03:00
comptime_if_threads_no_test.v v: support for $if threads {}, depending on whether go ` was used at all (#10227) 2021-05-27 18:36:07 +03:00
comptime_if_threads_yes_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
comptime_in_type_checking_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
comptime_indirection_check_test.v cgen: fix comptime ptr comparison generated code (#18048) 2023-04-26 20:40:28 +03:00
comptime_is_check_test.v checker: fix comptime evaluation is/!is operator with typenode (#18773) 2023-07-04 16:28:35 +03:00
comptime_kinds_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
comptime_map_it_test.v cgen: fix it variable casting on map call when arr is a comptime variable #18083 2023-04-30 16:18:44 +03:00
comptime_map_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
comptime_method_args_test.v
comptime_method_call_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
comptime_method_call_with_check_test.v checker,cgen: allow method.name checking in comptime (#16931) 2023-01-10 19:45:06 +02:00
comptime_name_check_test.v cgen: add comptime field.name checking (#17318) 2023-02-16 11:46:27 +02:00
comptime_on_generics_func_test.v checker,cgen: fix comptime value recognition on generic arguments (#16768) 2022-12-26 18:44:18 +02:00
comptime_option_field_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
comptime_println_test.v cgen: fix comptime interpolation (#18281) 2023-05-27 20:41:40 +02:00
comptime_propagate_test.v cgen: fix comptimeselector option propagation (#18092) 2023-05-03 08:31:48 +03:00
comptime_selector_member_test.v checker: fix comptime selector evaluate when checked against type of array (#18774) 2023-07-04 22:42:55 +03:00
comptime_selector_ptr_test.v checker, cgen: fix infering type for comptimeselector when using ptr type (#18005) 2023-04-22 11:04:08 +03:00
comptime_sumtype_cast_2_test.v cgen, checker: fix comptime assigning to sumtype or indexexpr (#18240) 2023-05-23 14:42:53 +02:00
comptime_sumtype_cast_3_test.v cgen, checker: fix comptime assigning to sumtype or indexexpr (#18240) 2023-05-23 14:42:53 +02:00
comptime_sumtype_cast_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
comptime_type_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
comptime_var_assignment_test.v cgen: fix assignment from comptime var (#16999) 2023-01-17 19:39:19 +02:00
comptime_var_on_multiple_args_test.v checker,cgen: fix comptime value recognition on generic arguments (#16768) 2022-12-26 18:44:18 +02:00
comptime_var_param_test.v checker: fix comptime var param passing with comptime selector (#16777) 2022-12-27 15:14:58 +02:00
comptimeselector_mut_test.v checker: allow mut var.$(field.name) (#17911) 2023-04-10 10:37:02 +03:00
concrete_type_as_generic_fn_type_1_test.v ast, parser: fix generic fntype to concrete types (fix #17982) (#18025) 2023-04-23 03:44:16 +03:00
concrete_type_as_generic_fn_type_2_test.v ast, parser: fix generic fntype to concrete types (fix #17982) (#18025) 2023-04-23 03:44:16 +03:00
const_and_global_with_same_name_test.v checker: fix const variable type error when global variable with the same name exists (fix #15686) (#15689) 2022-09-07 19:06:45 +03:00
const_array_init_order_test.v cgen: sort const array init order (fix #14748) (#14749) 2022-06-13 21:09:24 +03:00
const_call_expr_order_test.v ast: fix const dependency order for consts initialised with ast.SelectorExpr (fix #15049) (#17064) 2023-01-22 09:34:46 +02:00
const_can_use_options_results_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
const_comptime_eval_before_vinit_test.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
const_embed_test.v
const_eval_simple_int_expressions_at_comptime_test.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
const_fixed_array_containing_references_to_itself_test.v all: wrap up unsafe { nil } (p. 3) 2022-07-21 21:01:30 +03:00
const_fixed_array_of_reference_value_test.v ast, cgen: fix const fixed array of reference value (#13022) 2022-01-04 11:36:29 +03:00
const_from_bytes_test.v cgen: fix const aliases of bytes fixed array (#15701) 2022-09-08 13:19:02 +03:00
const_from_multi_branchs_of_if_expr_test.v checker: fix const from multi branchs of if expr (#18951) 2023-07-23 14:09:44 +03:00
const_function_call_init_order_test.v cgen: sort const array init order (fix #14748) (#14749) 2022-06-13 21:09:24 +03:00
const_init_order_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
const_many_pluses_with_raw_string_literal_test.v checker: fix const type with raw string literal (#12761) 2021-12-08 22:28:55 +02:00
const_name_equals_fn_name_test.v ast, parser, fmt: fix fmt error of generic fntype (#17814) 2023-03-30 13:30:10 +02:00
const_reference_argument_test.v v.gen.c: add vlib/v/gen/c/coutput_test.v, to ease testing of produced C output 2021-07-31 12:14:56 +03:00
const_representation_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
const_resolution_test.v checker: fix external enum value resolution, i.e. enum { enum_value = C.VALUE } (#18401) 2023-06-11 19:08:45 +03:00
const_selector_expr_order_test.v ast: fix const dependency order for consts initialised with ast.SelectorExpr (fix #15049) (#17064) 2023-01-22 09:34:46 +02:00
const_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
const_use_nested_options_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
constant_array_size_test.v parser: perform constant folding before checking size of fixed array (#12126) 2021-10-10 01:55:25 +03:00
conversions_test.v
cross_assign_aliased_array_test.v cgen: fix cross assign with aliased array (#18830) 2023-07-10 10:40:48 +03:00
cross_assign_fixed_array_test.v cgen: fix cross assign of fixed array (#15587) 2022-08-29 08:50:19 +03:00
cross_assign_test.v v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
cross_assign_with_generic_fn_call_test.v cgen: fix cross assign with generic fn call (#18050) 2023-04-26 20:41:20 +03:00
cross_assign_with_parentheses_test.v parser, cgen: fix cross assign with parentheses (#14545) 2022-05-28 12:02:17 +03:00
cstrings_test.v
custom_str_on_struct_with_too_many_fields_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
default_thread_stack_size_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
defer_use_returned_value_test.v all: add $res compile time function to get returned value in defer block (#18382) 2023-06-17 14:08:50 +03:00
dereference_mut_interface_in_loop_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
differently_named_structs_test.v
double_ref_deref_test.v
dump_fns_test.v cgen: allow dump(unsafe{nil}) and dump(voidptr(123)) in the same program 2023-07-29 10:14:07 +03:00
dump_on_generic_func_test.v cgen: fix dump fn name using generic var (#16805) 2022-12-30 11:16:59 +02:00
embed_error_in_returning_result_test.v checker: fix returning embedded error result (#16208) 2022-10-25 18:17:48 +03:00
embed_method_call_test.v cgen: fix reference embed method call (#15842) 2022-09-22 13:53:11 +03:00
embed_struct_field_default_value_test.v checker: fix embedded struct field with default value (#17777) 2023-03-26 11:33:01 +03:00
embed_struct_name_test.v ast: fix embed name with enum as generic struct type (fix #17721) (#17727) 2023-03-22 09:50:58 +02:00
embed_struct_with_sumtype_field_test.v cgen: fix embed struct with sumtype field (#17823) 2023-03-30 15:59:06 +03:00
empty_interface_is_another_empty_interface_check_test.v cgen: remove unused generated func (#17258) 2023-02-08 21:27:24 +02:00
empty_interface_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
empty_struct_compare_test.v tests: add empty_struct_compare_test.v too (#17270) 2023-02-10 00:26:41 +02:00
empty_struct_test.v cgen: minimise sizeof(EmptyStruct) to 0 for gcc/clang and to 1 for tcc/msvc, by changing EMPTY_STRUCT_DECLARATION and EMPTY_STRUCT_INITIALIZATION (#16733) 2022-12-22 21:47:39 +02:00
enum_aliases_test.v all: add support for type MyEnumAlias = MyEnum 2021-12-30 13:42:06 +02:00
enum_array_field_test.v
enum_attr_2_test.v parser: fix enum attr with default value (#18248) 2023-05-24 17:25:27 +03:00
enum_attr_test.v all: attr for enum fields (+ json encode/decode) (#18163) 2023-05-13 01:08:30 +02:00
enum_bitfield_64bit_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
enum_bitfield_test.v v.parser: add a generated .all(.flag1|.flag2) method to [flag] enums 2021-09-26 21:40:44 +03:00
enum_bitfield_works_with_comptime_conditional_in_the_same_scope_test.v parser: fix parsers producing codegen statements (for [flag] enum MyEnum{}) with mixed scope 2022-01-06 18:02:52 +02:00
enum_default_test.v cgen: make the default values for all enums, be their first listed entry, even if it was enum MyEnum { first = 999 second}, not just the defaul 0 (#18388) 2023-06-11 21:57:36 +03:00
enum_default_value_in_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
enum_explicit_size_big_and_small_test.v all: add support for enum Xyz as u64 { + tests (#16246) 2022-10-29 06:32:20 +03:00
enum_hex_test.v
enum_max_test.v checker: fix enum max value validation (#18446) 2023-06-16 09:48:47 +03:00
enum_test.v checker: allow i32 in enum MyEnum as i32 { (#18172) 2023-05-16 08:09:13 +03:00
failing_tests_test.v os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02:00
filter_in_map_test.v
filter_test.v cgen: fix .filter() and .map() on shared arrays (#13954) 2022-04-07 18:05:11 +03:00
fixed_array_2_test.v cgen: simplify fixed arr return (#18380) 2023-06-09 14:34:32 +03:00
fixed_array_chan_test.v cgen: fix fixed array of chan (#18438) 2023-06-16 09:44:53 +03:00
fixed_array_const_size_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fixed_array_explicit_decompose_test.v checker: add check for implicit fixed array decomp in function varargs (#16806) 2022-12-30 01:06:41 +02:00
fixed_array_in_op_test.v cgen: fix error for fixed array in operate (#14269) 2022-05-03 12:45:04 +03:00
fixed_array_init_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fixed_array_literal_index_test.v cgen: fix fixed array literal index (fix #14959) (#15054) 2022-07-14 08:23:29 +03:00
fixed_array_literal_range_index_test.v cgen: fix fixed array literal range index (#16812) 2022-12-30 13:59:54 +02:00
fixed_array_map_test.v cgen: fix fixed array of map (#18347) 2023-06-05 16:46:48 +03:00
fixed_array_of_alias_struct_test.v cgen: fix fixed array of aliases struct (#14583) 2022-06-01 16:56:12 +03:00
fixed_array_of_fn_test.v
fixed_array_of_interfaces_equality_test.v cgen: fix fixed array of interfaces equality (#12908) 2021-12-20 19:09:22 +02:00
fixed_array_of_threads_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
fixed_array_of_threads_wait_test.v checker, cgen: implement fixed array of threads wait() (#19032) 2023-08-01 20:45:00 +03:00
fixed_array_test.v cgen: fix copying of a fixed array parameter to a function (fix #16640) 2022-12-10 20:10:01 +02:00
fixed_array_to_string_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_assignment_test.v vfmt: voidptr(0) => unsafe { nil } (p.1) 2022-07-21 20:46:01 +03:00
fn_call_comptime_array_arg_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
fn_call_fixed_array_literal_args_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_call_generic_array_arg_test.v checker: fix fn call with generic []T arg (#16781) 2022-12-28 11:05:11 +02:00
fn_call_mut_array_of_aliases_args_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_call_mut_sumtype_args_test.v gen: fix mut sumtype arguments for fields (#13205) 2022-01-18 19:53:09 +02:00
fn_call_using_anon_fn_call_args_test.v ast, parser, fmt: fix fmt error of generic fntype (#17814) 2023-03-30 13:30:10 +02:00
fn_cross_assign_test.v
fn_expecting_ref_but_returning_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_expecting_ref_but_returning_struct_time_module_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_fixed_array_ret_test.v checker, cgen: fix fixed array return on assigning, arg pass and dumping (#18216) 2023-05-25 02:52:45 +02:00
fn_high_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_index_direct_call_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
fn_literal_type_test.v vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00
fn_multi_return_test.v checker: fix error for fn with multi return (#14095) 2022-04-20 13:09:40 +03:00
fn_multiple_returns_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_mut_arg_of_array_test.v cgen: fix fn mut arg of array (#11104) 2021-08-09 01:49:30 +03:00
fn_mut_arg_of_interface_test.v tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
fn_mut_args_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_ptr_call_test.v cgen: fix struct fn ptr call (#18260) 2023-05-25 10:52:05 +03:00
fn_return_alias_of_ptr_test.v checker: fix fn returning alias of pointer (fix #17861) (#17864) 2023-04-03 19:32:55 +03:00
fn_return_fn_test.v v.parser: allow anonymous function to return a function (#10592) 2021-06-28 11:51:24 +03:00
fn_return_mut_sumtype_test.v cgen: fix return of mut symtype (#13214) 2022-01-19 14:37:40 +02:00
fn_return_opt_or_res_of_array_test.v checker: fix fn returning ![]string called in main (#16023) 2022-10-10 19:41:24 +03:00
fn_return_typeof_test.v cgen: fix return typeof[T]() in generic functions (#16626) 2022-12-09 17:24:47 +02:00
fn_shared_return_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
fn_test.v all: static type methods 2023-06-27 01:23:30 +03:00
fn_type_aliases_test.v
fn_type_call_of_match_expr_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_type_only_argument_test.v v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
fn_var_name_using_reserved_test.v cgen: fix fn variable name using reserved c word (fix #15647) (#15648) 2022-09-04 17:50:41 +03:00
fn_variadic_test.v all: replace generic '<>' with '[]' in error messages and comments (#16571) 2022-12-02 09:22:48 +02:00
fn_voidptr_param_call_with_nonpointer_rvalue_test.v eventbus: add generic support for event name (#18805) 2023-07-07 22:33:57 +03:00
fn_with_array_of_aliases_argument_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_with_fixed_array_args_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn_with_fixed_array_function_args_test.v
fn_with_opt_or_res_of_multi_return_test.v cgen: fix fn with optional of multi_return (#16046) 2022-10-12 09:44:15 +03:00
for_c_init_with_var_assign_test.v parser: fix for_c_stmt that init with var assign (#19004) 2023-07-29 15:29:35 +03:00
for_c_init_with_var_inc_test.v parser, cgen: fix for i++; i<10; i++ { (fix #18445) (#19035) 2023-08-02 10:47:52 +03:00
for_c_multi_vars_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_c_multiple_expressions_in_increment_test.v cgen: fix for (int i = 0; i < 10; i++, a++) { (multiple expressions in the inc part) 2022-06-04 20:03:59 +03:00
for_comptime_selector_test.v checker: fix for..in statement with ComptimeSelector (#16997) 2023-01-17 05:49:45 +01:00
for_cond_test.v tests: re-add the disambiguated for (val in [TokenValue(+), TokenValue(-)]) { test 2022-05-19 08:31:03 +03:00
for_in_alias_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_in_containers_of_fixed_array_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_in_iterator_of_generic_struct_1_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
for_in_iterator_of_generic_struct_2_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
for_in_iterator_of_generic_struct_3_test.v ast: fix for in iterator with generic structs (#18344) 2023-06-04 18:15:15 +02:00
for_in_iterator_test.v
for_in_map_of_pointers_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_in_mut_array_index_test.v cgen: fix for in mut val in array.index() (#12410) 2021-11-08 11:12:10 +02:00
for_in_mut_array_with_infix_expr_test.v cgen: fix for in mut array with infix expr (#17233) 2023-02-07 00:10:07 +02:00
for_in_mut_array_with_mul_test.v checker, cgen: fix for mut i in arr { i = i * i } (#17020) 2023-01-18 09:22:38 +02:00
for_in_mut_iterator_val_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_in_mut_mutable_app_field_test.v checker: fix compiler panic for for k, mut val in app.field[x].values { (#17468) 2023-03-02 15:40:14 +02:00
for_in_mut_reference_selector_val_test.v checker: fix mut check bypass with for in loops (#12208) 2021-10-17 06:41:39 +03:00
for_in_mut_struct_val_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_in_mut_val_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_in_mut_val_with_if_val_in_test.v cgen: fix 'for in mut val' with 'if val in' (#13263) 2022-01-24 17:08:21 +02:00
for_in_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
for_in_ref_arr_test.v all: rename it to index in array inits (#17543) 2023-03-08 20:51:45 +01:00
for_in_ref_map_test.v cgen, checker, ast: add syntax support for reference x in for x in &somearrary { and for x in &somemap { loops (#15678) 2022-09-08 13:36:40 +03:00
for_label_continue_break_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_loop_with_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
for_loop_with_option2_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
for_loops_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
for_loops_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
for_select_test.v parser: fix for select parsing (#18306) 2023-05-30 14:22:47 +02:00
for_smartcast_test.v checker: fix comptime selector evaluate when checked against type of array (#18774) 2023-07-04 22:42:55 +03:00
for_t_fields_with_comptime_if_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
forcomp_alias_type_test.v checker, cgen: allow $for in alias type (#16810) 2022-12-30 11:27:01 +02:00
generic_array_clone_test.v checker: fix generic array clone (#17153) 2023-01-30 11:27:17 +02:00
generic_array_of_alias_test.v cgen: fix generic array of alias (#17571) 2023-03-09 13:57:14 +01:00
generic_array_of_sumtype_push_test.v checker: fix generic array of sumtype push operation (#17268) 2023-02-10 00:27:07 +02:00
generic_arrays_sum_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_call_mixing_args_test.v checker: fix generic argument resolution when mixed order on next call (#18192) 2023-05-18 11:24:06 +02:00
generic_chan_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_complex_sumtype_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_comptime_test.v cgen: fix generic comptimeselector array resolution (#18296) 2023-05-30 14:23:37 +02:00
generic_empty_interface_to_multi_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_empty_interface_to_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_assign_generics_struct_test.v ci: fix broken tests after 322eb81 2023-02-01 23:30:48 +02:00
generic_fn_call_with_reference_argument_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_cast_to_alias_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generic_fn_infer_fixed_array_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_fn_type_argument_test.v all: rename it to index in array inits (#17543) 2023-03-08 20:51:45 +01:00
generic_fn_infer_fn_type_using_ref_arg_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_map_argument_test.v checker: fix generic fn infering map argument (#18341) 2023-06-04 18:10:41 +02:00
generic_fn_infer_map_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_modifier_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_multi_paras_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_nested_generic_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_nested_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_infer_test.v checker: allow ~T(0) where T is int (#17886) 2023-04-05 13:05:18 +03:00
generic_fn_infer_variadic_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_multi_return_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_returning_option_and_result_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generic_fn_returning_type_with_T_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_typeof_name_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_upper_name_type_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_using_generic_type_in_if_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_with_anon_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_fn_with_comptime_for_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
generic_fn_with_nested_generic_fn_call_test.v checker: fix generic fn with nested generic fn call (fix #18285) (#18314) 2023-06-02 10:52:29 +03:00
generic_fn_with_short_generic_struct_init_syntax_1_test.v checker: fix generic fn with short generic struct init syntax (#16828) 2023-01-01 09:14:55 +02:00
generic_fn_with_short_generic_struct_init_syntax_2_test.v checker: fix generic fn with short generic struct init syntax (#16828) 2023-01-01 09:14:55 +02:00
generic_functions_with_normal_function_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_interface_infer_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_interface_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_method_with_variadic_generic_args_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_operator_overload_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_recursive_fn_test.v cgen, checker: fix generic/comptime parameter concrete type resolution in some cases (#17762) 2023-04-10 10:42:49 +03:00
generic_resolve_test.v cgen, checker: fix generic/comptime parameter concrete type resolution in some cases (#17762) 2023-04-10 10:42:49 +03:00
generic_selector_test.v cgen: fix generic resolver on non generic function (#18381) 2023-06-25 09:07:14 +03:00
generic_static_method_test.v parser, checker: fix static method naming and generic call (#18694) 2023-06-28 07:07:07 +03:00
generic_struct_init_with_field_struct_init_test.v parser, checker: fix generic struct init with field struct init (#18052) 2023-04-26 22:22:15 +03:00
generic_struct_init_with_generic_cast_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_struct_init_with_update_expr_test.v checker: fix generic struct init with update expr (fix #17824) (#17827) 2023-03-31 10:59:52 +03:00
generic_struct_recursive_test.v cgen: fix none initialization to struct member (#18295) 2023-05-29 15:35:41 +03:00
generic_struct_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
generic_sumtype_cast_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generic_sumtype_init_in_generic_fn_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_sumtype_insts_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_sumtype_method_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_sumtype_of_alias_generic_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generic_sumtype_str_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generic_sumtype_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_anon_fn_decl_with_type_only_arg_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_array_append_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_array_builtin_method_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_array_delete_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_array_drop_test.v cgen: fix generics array delete (#16794) 2022-12-29 00:15:47 +02:00
generics_array_init_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_array_map_with_generic_callback_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_array_of_interface_method_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_array_of_threads_test.v cgen: fix generics array of threads with multiple types (#18137) 2023-05-08 13:24:28 +03:00
generics_array_typedef_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_assign_reference_generic_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_call_with_reference_arg_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_closure_fn_direct_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_closure_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_closures_with_different_generic_types_test.v ast, cgen: fix generic closures with different generic types (fix #17829) (#17834) 2023-03-31 18:08:42 +03:00
generics_fn_return_generic_interface_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_fn_return_result_test.v checker: fix infering generic array type in nested call (fix #18317) (#18350) 2023-06-06 17:18:14 +03:00
generics_fn_return_types_with_generic_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_fn_variable_1_test.v parser, checker: fix generic fn variable assignment in generic fn (#18180) 2023-05-17 03:06:33 +03:00
generics_fn_variable_2_test.v parser, checker: fix generic fn variable assignment in generic fn (#18180) 2023-05-17 03:06:33 +03:00
generics_fn_variable_3_test.v parser: fix generic function variable (#18373) 2023-06-08 11:42:29 +03:00
generics_for_in_iterate_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_in_big_struct_method_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_in_generics_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_indirect_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_interface_decl_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_interface_method_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_interface_with_generic_sumtype_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
generics_interface_with_multi_generic_structs_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_interface_with_multi_generic_types_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_interface_with_non_generic_method_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_map_with_generic_type_key_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_on_alias_struct_receiver_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_on_embed_struct_test.v cgen: fix generic method on embed struct (fix #17929) (#17932) 2023-04-11 10:04:00 +03:00
generics_method_on_generic_structs_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_on_nested_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_on_nested_struct2_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_on_receiver_aliases_types_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_method_on_receiver_types_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_ordering_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_returning_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
generics_method_str_overload_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_variable_test.v checker, cgen: fix generic method variable (#18509) 2023-06-21 12:09:53 +03:00
generics_method_with_generic_anon_fn_argument_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_with_multi_types_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_with_nested_generic_method_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_method_with_sumtype_args_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_multi_array_in_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_multi_type_comptime_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_multi_types_struct_init_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_nested_struct_init_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_return_generics_struct_test.v ci: fix broken tests after 322eb81 2023-02-01 23:30:48 +02:00
generics_return_inconsistent_types_generics_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_return_multi_array_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_return_multiple_generics_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_return_recursive_generics_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_return_reference_generics_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_stack_of_sumtype_push_test.v checker: fix generic stack of sumtype push() (#16855) 2023-01-03 18:29:29 +02:00
generics_struct_anon_fn_fields_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_struct_anon_fn_type_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_struct_field_with_default_fn_type_test.v checker: fix generic struct field init recursively (related #19014) (#19025) 2023-08-01 07:20:33 +03:00
generics_struct_field_with_default_struct_value_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_struct_free_test.v ci: fix broken tests after 322eb81 2023-02-01 23:30:48 +02:00
generics_struct_init_in_generic_fn_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_struct_init_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_struct_init_with_generic_struct_items_test.v checker: fix generic struct init with generic struct items (#18152) 2023-05-10 19:06:34 +03:00
generics_struct_init_with_inconsistent_generic_types_1_test.v ast, checker: fix generic struct init with inconsistent generic types (#16675) 2022-12-14 14:57:12 +02:00
generics_struct_init_with_inconsistent_generic_types_2_test.v ast, checker: fix generic struct init with inconsistent generic types (#16675) 2022-12-14 14:57:12 +02:00
generics_struct_init_with_inconsistent_generic_types_3_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_struct_init_with_inconsistent_generic_types_4_test.v cgen: fix generic struct init with inconsistent generic types (fix #16677) (#16702) 2022-12-19 10:43:27 +02:00
generics_struct_init_with_inconsistent_generic_types_5_test.v ast, parser: fix wrong type name of nested generics (#16749) 2022-12-24 06:19:51 +02:00
generics_struct_init_with_inconsistent_generic_types_6_test.v cgen: fix generic struct init with inconsistent generic optional types (#16766) 2022-12-25 12:06:13 +02:00
generics_struct_init_with_inconsistent_generic_types_7_test.v ast, parser, cgen: fix generic struct init with inconsistent generic types (#17639) 2023-03-14 13:24:52 +02:00
generics_struct_inst_method_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_struct_no_key_init_test.v cgen: fix generic struct no_key init (#17059) 2023-01-21 10:42:15 +02:00
generics_struct_parent_has_str_to_string_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_struct_to_string_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_struct_types_infer_test.v checker: implement infering generic struct types (#17717) 2023-03-20 20:42:53 +02:00
generics_struct_with_array_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_struct_with_inconsistent_generic_types_1_test.v ast, cgen: fix generic struct with inconsistent generic types (fix #18254) (#18301) 2023-05-30 14:24:54 +02:00
generics_struct_with_non_generic_interface_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_T_typ_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
generics_union_dump_test.v cgen: fix code generation for generic unions (#18513) 2023-06-22 22:39:05 +03:00
generics_with_anon_generics_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_assign_nested_generics_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_cascaded_multiple_nested_generics_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_complex_nested_generics_type_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_embed_generics_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_fixed_array_type_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_generics_fn_return_generics_fn_type_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_generics_fn_type_parameter_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_generics_struct_init_test.v ci: fix broken tests after 322eb81 2023-02-01 23:30:48 +02:00
generics_with_generics_struct_receiver_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_multi_generics_struct_types_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_multi_nested_generic_method_call_ref_arg_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_multi_nested_generic_method_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_multiple_generics_struct_receiver_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_nested_external_generics_fn_test.v term.ui, vweb, v: update deprecated functions (#18726) 2023-07-02 09:38:33 +03:00
generics_with_nested_generic_method_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_nested_generic_struct_init_test.v ci: fix broken tests after 322eb81 2023-02-01 23:30:48 +02:00
generics_with_nested_generic_type_parameter_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_with_nested_generics_fn_infer_call_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_with_nested_generics_fn_inst_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_nested_generics_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_pointer_index_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_with_recursive_generics_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_recursive_generics_struct_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
generics_with_reference_generic_args_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
generics_with_variadic_generic_args_test.v ci: fix broken tests after 322eb81 2023-02-01 23:30:48 +02:00
go_anon_fn_call_with_ref_arg_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_anon_fn_variable_call_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_array_wait_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_array_wait_without_go_test.v cgen: fix threads array wait without go calls (fix #12009) (#12050) 2021-10-03 18:24:44 +03:00
go_call_anon_fn_with_closure_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_call_fn_return_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_call_fn_using_map_value_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
go_call_fn_with_anon_fn_arg_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_call_generic_fn_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
go_call_interface_method_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_handle_for_functions_returning_array_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_wait_1_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_wait_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_wait_3_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_wait_option_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
go_wait_with_fn_of_interface_parameter_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
goto_test.v checker: fix goto label with comptime tmpl (#12853) 2021-12-15 18:48:43 +02:00
heap_interface_test.v v.checker,v.gen.c: extend auto heap mechanism to objects used as interfaces (#10529) 2021-06-21 07:10:10 +03:00
heap_reference_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
heap_struct_test.v all: promote value type function arguments to heap if necessary (#10528) 2021-06-20 18:40:24 +03:00
high_ascii_const_rune_test.v cgen: fix illegal character encoding with rune consts above 127 (#11550) 2021-09-20 10:45:42 +03:00
if_cond_with_alias_test.v checker: fix if cond with alias (fix #17818) (#17821) 2023-03-30 13:29:08 +02:00
if_cond_with_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
if_expr_nested_with_option_result_test.v cgen: don't voidptr cast option/result functions (fix #17204) (#17207) 2023-02-03 08:50:20 +02:00
if_expr_of_multi_stmts_test.v cgen: fix if expr of multi stmts (#11208) 2021-08-16 21:48:58 +03:00
if_expr_of_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
if_expr_with_array_call_test.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
if_expr_with_continue_in_branch_test.v checker, cgen: fix if/match expr with continue or break in a branch (#18466) 2023-06-16 12:06:00 +03:00
if_expr_with_enum_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
if_expr_with_fn_call_result_test.v cgen: fix if expr with fn call result (#15702) 2022-09-08 22:39:49 +03:00
if_expr_with_generic_sumtype_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
if_expr_with_index_expr_test.v cgen: refactor need_tmp_var_in_expr/match() (fix #15675) (#15676) 2022-09-06 13:09:28 +03:00
if_expr_with_method_call_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
if_expr_with_multi_array_call_test.v cgen: fix if expr with multiple array call (fix #16583) (#16589) 2022-12-05 12:07:39 +02:00
if_expr_with_nested_array_call_test.v cgen: fix if expr with complex nested array call (#11979) 2021-09-26 07:35:48 +03:00
if_expr_with_nested_match_expr_test.v cgen: fix error for if expr with nested match expr (#14122) 2022-04-21 13:02:31 +03:00
if_expr_with_result_test.v checker, cgen: fix if expr with result (#15709) 2022-09-09 11:29:21 +03:00
if_expr_with_struct_init_test.v v.parser: fix if a == Abc{} { (#11092) 2021-08-07 18:05:22 +03:00
if_expr_with_sumtype_map_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
if_expr_with_sumtype_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
if_expression_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
if_guard_test.v parser: add support for mutable if guards (#13132) 2022-01-11 15:32:58 +02:00
if_guard_with_multi_return_test.v ast, checker, cgen: implement if guard with multi return optional (#13273) 2022-01-25 14:36:33 +02:00
if_guard_with_struct_option_fntype_field_test.v checker: fix if guard with struct option fntype field (#17220) 2023-02-04 11:38:07 +02:00
if_smartcast_likely_test.v checker: handle if _likely_(x is Interface) { from #11485 (#11519) 2021-09-17 21:01:12 +03:00
if_smartcast_multi_conds_test.v checker: implement if smartcast multi conds (part 1) (#10477) 2021-06-16 19:16:15 +03:00
if_smartcast_nested_selector_exprs_test.v checker: fix nested if smartcast selector exprs (fix #10372 #10379) (#10502) 2021-06-18 14:49:15 +03:00
if_smartcast_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
iface_arg_test.v checker: fix interface param resolution (#18780) 2023-07-05 23:26:44 +03:00
ifcomp_expr_evaluate_test.v cgen, checker: fix conditional evaluation and code generation for $if/$else $if/$else for known true conditions (#16823) 2023-01-02 20:14:12 +02:00
ifexpr_with_option_result_test.v cgen: fix returing comptime if expressions within functions with an option result (#17154) 2023-01-29 15:59:13 +02:00
imported_symbols_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
in_expression_test.v cgen: fix error of 'in array of sumtype' (#15756) 2022-09-14 17:43:16 +03:00
infer_generic_array_type_in_nested_call_test.v checker: fix infering generic array type in nested call (fix #18317) (#18350) 2023-06-06 17:18:14 +03:00
infix_expr_test.v checker: error if smaller signed == unsigned (#14078) 2022-04-25 12:09:25 +03:00
infix_expr_with_overflow_test.v cgen: fix infix expr with number overflow (fix #18905) (#18936) 2023-07-23 13:18:22 +03:00
inherited_vars_test.v checker, parser: save shared/atomic specifier for ast.Param (#18124) 2023-05-09 00:22:22 +03:00
init_global_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
init_multiple_branches_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
int_cmp_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
integer_size_test.v v.gen.c: fix the :X string interpolation format for isize/usize on 64bit systems 2021-09-19 05:09:03 +03:00
interface_and_embedded_struct_build_test.v cgen: fix error for interface and embedded struct build (#13530) 2022-02-19 20:43:40 +02:00
interface_array_methods_test.v cgen: support index and in for sumtype/interface arrays (#12051) 2021-10-03 15:44:13 +03:00
interface_auto_str_gen_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
interface_closure_test.v cgen: fix selector code to use interface method table on closure when needed (#18736) 2023-07-02 06:54:52 +03:00
interface_embedding_call_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
interface_embedding_complex_test.v cgen: fix interface embedding complex cases (#13472) 2022-02-15 12:41:40 +02:00
interface_embedding_deep_nesting_test.v
interface_embedding_method_call_test.v all: wrap up unsafe { nil } (p. 3) 2022-07-21 21:01:30 +03:00
interface_embedding_recursive_test.v
interface_embedding_smartcast_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
interface_embedding_test.v checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
interface_embedding_with_interface_para_test.v table: fix interface embedding with interface parameter (#10567) 2021-06-25 12:52:25 +03:00
interface_equality_test.v cgen: implement eq operator for interfaces (#12047) 2021-10-03 09:04:05 +03:00
interface_fields_test.v checker: add check for mut ident but not if mut ident is for interfaces (#16214) 2022-10-29 06:36:44 +03:00
interface_fields_typearray_test.v
interface_fn_return_array_of_interface_test.v cgen: fix fn return array of interface (#10677) 2021-07-06 16:33:26 +03:00
interface_fn_return_with_struct_init_test.v tests: correct test file name (#12787) 2021-12-11 10:28:44 +03:00
interface_method_using_struct_embed_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
interface_method_with_struct_embed_test.v ast, checker, cgen: fix interface method with struct embed (#12783) 2021-12-10 14:56:13 +02:00
interface_nested_field_test.v checker: force interface init (#10910) 2021-07-30 03:18:20 +03:00
interface_only_decl_with_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
interface_runtime_conversions_test.v cgen: small interface conversion fix (#11229) 2021-08-18 13:47:57 +03:00
interface_str_method_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
interface_struct_embedding_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
interface_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
interface_test.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
interface_variadic_test.v cgen: fix call method with an empty args on an interface with variadic (fix #16286) (#16290) 2022-11-02 15:45:39 +02:00
interface_with_multi_nested_embed_1_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
interface_with_multi_nested_embed_2_test.v cgen: fix error for interface with multi-nested embed struct (#13345) 2022-02-02 09:11:29 +02:00
interfaces_map_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
interop_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
isreftype_test.v tests: use isreftype[T]() and sizeof[T]() syntax, fix vfmt to support them, when written explicitly (#17103) 2023-04-06 20:02:55 +03:00
json_serialisation_of_fixed_arrays_test.v db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
json_with_struct_having_fields_with_default_values_test.v cgen: fix parallel cgen for json encoding of struct fields that have default values 2022-05-26 16:55:44 +03:00
keyword_escaping_test.v cgen: add true and false to C reserved words (#13781) 2022-03-21 11:00:30 +02:00
local_test.v
lock_selector_test.v
map_alias_key_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_and_array_with_fns_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_assign_array_of_interface_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
map_assign_interface_values_with_implicit_casts_test.v checker: allow for all.children := { "abc": rect, "def": rectangle()}, where children is map[string]Widget, without needing explicit casts for all the map values 2022-11-10 13:59:21 +02:00
map_builtin_call_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
map_complex_array_test.v cgen: fix map of complex array (#17660) 2023-03-17 22:12:59 +01:00
map_complex_fixed_array_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
map_enum_keys_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
map_equality_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_fn_test.v cgen: fix .filter() and .map() on shared arrays (#13954) 2022-04-07 18:05:11 +03:00
map_get_anon_fn_value_test.v cgen: fix error for map get anon fn value (#13782) 2022-03-21 00:20:55 +02:00
map_get_anon_fn_value_with_mut_arg_test.v checker: fix map get anon fn value with mut argument (fix #14479) (#14493) 2022-05-22 16:28:53 +03:00
map_get_assign_blank_test.v cgen: fix map get assign blank var with optional (#12943) 2021-12-23 13:04:36 +02:00
map_high_order_assign_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
map_init_with_enum_keys_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
map_init_with_multi_enum_keys_test.v all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +03:00
map_key_alias_test.v cgen: add support for alias map keys (#16682) 2022-12-15 18:53:23 +02:00
map_key_expr_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_literals_method_call_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_mut_fn_test.v
map_reference_value_test.v cgen: fix printing map reference value (#17496) 2023-03-04 11:35:38 +02:00
map_selector_assign_test.v checker: fix error of map selector assign (#12902) 2021-12-20 08:09:15 +02:00
map_sumtype_value_init_test.v ast, checker, cgen: fix error for map sumtype value init (#13290) 2022-01-27 09:44:34 +02:00
map_sumtype_values_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
map_test.v parser: fix raw string as map keys (fix #16285) (#16289) 2022-11-02 16:04:22 +02:00
map_to_string_test.v cgen: fix gen_str_for_map() (#17862) 2023-04-03 14:42:01 +03:00
map_type_alias_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_value_init_test.v
map_value_with_option_result_test.v checker: disallow using Result !Type as a map[Key]!Type (#18543) 2023-06-25 09:51:10 +03:00
map_with_selector_test.v cgen: fix array map with it selector expr, used as an it method closure (#17968) 2023-04-16 14:41:07 +03:00
maps_equal_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
mark_as_referenced_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
match_aliases_test.v term.ui, vweb, v: update deprecated functions (#18726) 2023-07-02 09:38:33 +03:00
match_array_of_reference_sumtype_test.v parser: fix match for array of reference sumtype (#18487) 2023-06-19 18:40:17 +03:00
match_branch_with_array_expression_test.v parser: fix error for match branch with array expression (#13733) 2022-03-14 16:19:05 +02:00
match_case_with_struct_init_test.v parser: fix match expr case with struct init (#14538) 2022-05-27 18:51:40 +03:00
match_compound_type_cond_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_const_range_test.v all: add support for const ident in match range (#16526) 2022-11-26 08:56:00 +02:00
match_error_to_none_test.v checker: fix match error to none (#10245) 2021-05-29 19:30:57 +03:00
match_expr_in_infix_expr_test.v cgen: fix error of match expr (fix #16554) (#16555) 2022-11-30 12:04:20 +02:00
match_expr_nested_test.v cgen: fix error of nested match expr (#12334) 2021-10-29 17:14:49 +03:00
match_expr_nested_with_option_result1_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
match_expr_nested_with_option_result2_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
match_expr_returning_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
match_expr_returning_sumtype_test.v cgen: fix match expr when evaluating to sumtype (#12237) 2021-10-20 11:52:11 +03:00
match_expr_skip_in_infix_expr_test.v cgen: fixevaluation order for match expressions inside boolean ones (fix #16554) (#16616) 2022-12-09 11:56:38 +02:00
match_expr_with_assign_sumtype_test.v term.ui, vweb, v: update deprecated functions (#18726) 2023-07-02 09:38:33 +03:00
match_expr_with_branch_returning_1_test.v checker, cgen: fix match expr with branch returning (#16741) 2022-12-22 12:55:44 +02:00
match_expr_with_branch_returning_2_test.v checker, cgen: fix match expr with branch returning (#16741) 2022-12-22 12:55:44 +02:00
match_expr_with_enum_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_expr_with_if_or_match_expr_test.v
match_expr_with_last_branch_aggregate_test.v cgen: fix match expr with last aggregate branch (#16101) 2022-10-19 11:49:39 +03:00
match_expr_with_non_last_if_expr_test.v checker: fix match expr with non last if expr (#15500) 2022-08-23 07:58:33 +03:00
match_expr_with_one_branch_test.v
match_expr_with_opt_result_test.v cgen: fix generated code for match bar()?.a { (matchexpr with call expr using propagation) (#17150) 2023-01-29 12:11:30 +02:00
match_expr_with_promote_number_test.v checker: fix match expr type mismatch (#11220) 2021-08-18 08:52:01 +03:00
match_expr_with_result_test.v checker, cgen: fix match expr with result (#15706) 2022-09-08 21:24:16 +03:00
match_expr_with_string_fn_test.v parser: fix error for match expr with 'fn' (#15805) 2022-09-18 14:17:13 +03:00
match_expr_with_struct_init_test.v cgen: fix match expr with optional (#15658) 2022-09-04 13:21:16 +03:00
match_expression_for_types_test.v
match_expression_with_fn_names_in_branches_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_expression_with_for_loop_test.v ast: allow a := match x { 101 { ... for {...} ... y } 2022-04-21 13:31:06 +03:00
match_in_fn_call_test.v checker: require params attribute to use struct as keyword arguments in function (#11135) 2021-09-14 00:05:30 +03:00
match_in_if_expression_test.v
match_in_map_init_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
match_in_map_or_expr_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
match_interface_test.v
match_reference_sumtype_var_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_return_fn_test.v ast, parser, fmt: fix fmt error of generic fntype (#17814) 2023-03-30 13:30:10 +02:00
match_return_reference_test.v parser: fix compiler error when match returns reference (#18728) (#18783) 2023-07-05 23:28:58 +03:00
match_smartcast_test.v
match_struct_type_test.v checker, cgen: fix check and cgen for match x { StructName {} } and match x { y {} }, where x is a mutable receiver (#17755) 2023-03-25 14:38:47 +02:00
match_sumtype_arr_test.v cgen, checker: fix indexexpr with sumtype of array types (#18515) 2023-06-24 09:09:49 +03:00
match_sumtype_var_aggregate_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_sumtype_var_aggregate_var_str_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_sumtype_var_return_sumtype_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
match_sumtype_var_shadow_and_as_test.v
match_sumtype_var_with_none_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
match_with_complex_exprs_in_branches_test.v
match_with_complex_sumtype_exprs_add_print_test.v checker: fix match with complex sumtype exprs that adding print (#15728) 2022-09-12 13:55:34 +03:00
match_with_complex_sumtype_exprs_test.v example: improve binary search tree example (#10226) 2021-05-27 20:13:02 +03:00
match_with_multi_sumtype_exprs_test.v cgen: fix match with multi sumtype exprs (#10377) 2021-06-07 14:16:30 +03:00
method_call_on_aggregate_test.v cgen: fix missing aggregate rec_type (#17335) 2023-02-16 16:36:16 +01:00
method_call_var_comp_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
method_first_last_call_test.v cgen: fix method calls to nonarray methods, named first, last or repeat (#17252) 2023-02-08 10:45:17 +02:00
methods_as_fields_test.v Revert "Revert "checker: allow using methods as vars when expecting a ctx arg (#14414)"" 2022-05-16 21:29:47 +03:00
methods_on_interfaces_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
missing_config_struct_arg_test.v checker: require params attribute to use struct as keyword arguments in function (#11135) 2021-09-14 00:05:30 +03:00
module_test.v
module_type_cast_test.v
multi_line_with_options_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
multiple_arr_fixed_test.v cgen: fix nested fixed array instantiation (#18357) 2023-06-06 19:57:40 +03:00
multiple_assign_array_index_test.v cgen: fix multiple assign array index (#10926) 2021-07-23 15:46:18 +03:00
multiple_assign_test.v
multiple_comptime_tmpl_in_one_fn_test.v parser, cgen: fix multiple comptime tmpl in one function (#12757) 2021-12-08 11:12:02 +03:00
multiple_embed_external_interface_test.v parser: fix multiple embedded external module interface (#18531) 2023-06-23 21:23:24 +03:00
multiple_embed_struct_init_test.v cgen: fix multiple embed struct init (#12791) 2021-12-11 10:28:32 +03:00
multiple_embed_struct_with_duplicate_field_init_test.v cgen: fix multiple nested embed struct with duplicate field init (#12805) 2021-12-12 19:54:29 +02:00
multiple_generic_resolve_test.v checker: fix generic argument resolution for multiple generic args (#18073) 2023-04-28 17:06:28 +03:00
multiple_matchs_in_one_expr_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
multiret_in_or_expr_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
multiret_with_maps_test.v v.checker: fix panic for a, b, c = fn_returning_several_maps() 2021-10-02 18:40:35 +03:00
multiret_with_ptrtype_test.v all: wrap up unsafe { nil } (p. 3) 2022-07-21 21:01:30 +03:00
multiret_with_result_test.v cgen: fix result or option of multi return (fix #16873) (#16915) 2023-01-09 16:20:15 +02:00
multiret_with_sumtype_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
mut_receiver_of_sumtype_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
mut_receiver_returned_as_reference_test.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
mut_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
named_break_continue_test.v
nest_defer_fn_test.v checker: forbid leaving function from inside defer block (#10285) 2021-05-31 17:09:57 +03:00
nested_anonfunc_and_for_break_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
nested_map_index_test.v all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +03:00
nested_map_of_fn_call_test.v cgen: fix nested map of fn call (#18142) 2023-05-09 16:19:25 +03:00
nested_map_test.v cgen: fix error of 'map_a[map_b[key]] += 2' (#12872) 2021-12-17 15:17:08 +02:00
nested_multiline_comments_test.v scanner: fix nested multiline comments (#17859) 2023-04-03 14:35:27 +03:00
nested_option_call_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
nested_option_struct_init_test.v checker: allow aa := AA{}, when AA has an option field, that is a struct, that has a [required] tag on its fields (#17516) 2023-03-06 10:16:05 +02:00
nested_or_expr_call_test.v cgen: fix nested or expr call (fix #18803) (#18807) 2023-07-07 22:06:10 +03:00
nested_struct_embed_method_call_test.v ast, checker, cgen: fix nested struct embed method call (#12714) 2021-12-04 14:51:42 +02:00
nested_struct_embed_selector_test.v ast, checker, cgen: fix nested struct embed method call (#12714) 2021-12-04 14:51:42 +02:00
none_checking_test.v cgen, checker: fix none checking (#17364) 2023-02-22 16:13:02 +02:00
num_lit_call_method_test.v builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079) 2022-10-17 15:41:07 +03:00
offsetof_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
operator_overloading_cmp_test.v
operator_overloading_on_struct_with_too_many_fields_test.v cgen: fix error, when a struct with over 8 fields, is used as a method receiver directly. 2022-04-07 17:20:14 +03:00
operator_overloading_with_reference_operands_test.v cgen: fix cgen errors for overloaded operators using reference types for the receiver and operand (fix #16725) (fix #15859) (#16726) 2022-12-21 09:10:30 +02:00
operator_overloading_with_string_interpolation_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
option_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
option_alias_eq_test.v cgen: fix alias eq method + map init with option (#18483) 2023-06-20 11:52:59 +03:00
option_array_dump_in_generic_fn_test.v cgen, checker: fix dump() to return option values (#17563) 2023-03-09 20:29:25 +02:00
option_array_init_test.v cgen: fix default initialization of option array with none values (#17536) 2023-03-07 23:53:07 +03:00
option_array_submodule_test.v parser: fix parsing cast array syntax from another module (fix #17704) (#17739) 2023-03-23 18:26:12 +02:00
option_array_test.v cgen: fix array initialization with options (#17562) 2023-03-08 20:54:00 +01:00
option_assign_none_test.v cgen, checker: allow a << none, where a is []?&int (#18539) 2023-06-24 20:54:49 +03:00
option_auto_heap_test.v cgen: fix option handling with auto heap variable (#18336) 2023-06-04 18:10:22 +02:00
option_call_propagation_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
option_compvar_types_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
option_compvar_val_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
option_concat_str_test.v cgen: fix concat with matchexpr + option string (#17985) 2023-04-18 12:40:37 +03:00
option_default_values_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
option_dump_test.v cgen, checker: fix dump() to return option values (#17563) 2023-03-09 20:29:25 +02:00
option_empty_map_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
option_expr_with_array_value_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
option_fixed_array_test.v cgen: fix auto_str for option values (#17910) 2023-04-10 05:56:57 +02:00
option_fn_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
option_generic_ptr_return_test.v checker: disallow voidptr cast to struct (#18845) 2023-07-12 11:07:34 +03:00
option_generic_return_test.v cgen: fix generated code for returning generic result/option to comptime var (#18834) 2023-07-10 21:24:13 +03:00
option_if_assign_and_fallthrough_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
option_if_expr_test.v checker, cgen: fix optional with if expr (#10242) 2021-05-29 10:00:12 +03:00
option_import_struct_test.v parser: fix option struct init decl with module prefix (#17615) 2023-03-14 00:50:06 +02:00
option_in_loop_test.v
option_init_ptr_test.v cgen: fix option ptr initialization (#18893) 2023-07-20 02:29:59 +03:00
option_init_test.v parser: fix initialization for array of Option type - []?Cell{} (#16652) 2022-12-12 08:40:05 +02:00
option_map_fn_type_value_test.v cgen: fix option map with fn type value (#18849) 2023-07-12 15:48:04 +03:00
option_map_init_test.v cgen: fix initialising a map, using option type as value (#18540) 2023-06-25 01:55:42 +03:00
option_map_none_test.v v: allow none for not first values on map initialization (#18821) 2023-07-09 15:41:24 +03:00
option_map_value_test.v cgen: fix dump of map with option value fix (fix #18806) (#18813) 2023-07-08 07:07:24 +03:00
option_match_expr_test.v cgen: fix match tmp var needing check when working with option on branches (#17837) 2023-04-01 08:19:23 +03:00
option_match_test.v cgen: fix match with option type (#17713) 2023-03-21 11:38:30 +02:00
option_multi_ret_test.v cgen: fix multi return assignment with option (#17676) 2023-03-16 12:59:49 +02:00
option_multi_return_assign_test.v cgen: fix option with multi return assign (#18174) 2023-05-14 13:50:04 +03:00
option_multi_return_test.v checker: check wrapped Option types before comparison (#17590) 2023-03-11 11:16:12 +02:00
option_nested_struct_test.v all: allow recursive struct with option ptr (?&Node) (#17682) 2023-04-18 13:07:21 +02:00
option_or_block_test.v cgen: fix or-block with return void statement (#17527) 2023-03-07 15:01:46 +01:00
option_print_errors_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
option_print_ptr_test.v cgen: fix option ptr printing (#17651) 2023-03-16 13:02:39 +02:00
option_ptr_arg_heap_test.v cgen: fix opt ptr argument passing with and without heap usage (#18423) 2023-06-13 08:51:42 +03:00
option_ptr_arg_test.v cgen: fix opt ptr argument passing with and without heap usage (#18423) 2023-06-13 08:51:42 +03:00
option_ptr_cast_test.v checker: disallow voidptr cast to struct (#18845) 2023-07-12 11:07:34 +03:00
option_ptr_generic_test.v cgen: fix option ptr assignment (#18394) 2023-06-11 00:53:35 +03:00
option_ptr_iface_test.v cgen: circular reference limit to auto_str for interface (#18340) 2023-06-05 16:45:44 +03:00
option_ptr_init_test.v cgen: fix option ptr default struct initialization (#18141) 2023-05-09 21:40:51 +03:00
option_ptr_ptr_test.v cgen, json: fix option ptr declaration and dumping (#18119) 2023-05-07 03:54:43 +03:00
option_ptr_test.v cgen: support option pointer values - ?&Type (#17397) 2023-02-25 14:44:41 +02:00
option_push_array_opt_test.v cgen: fix push operation on array of option (#17658) 2023-03-16 21:24:48 +02:00
option_selector_cast_test.v cgen: fix selector option casting (#18395) 2023-06-10 18:02:54 +03:00
option_selector_test.v cgen: fix selector accessing field (#17567) 2023-03-09 14:24:43 +01:00
option_struct_compare_test.v cgen: multiple auto equality func generated fixes (#17756) 2023-03-25 20:45:18 +02:00
option_struct_init_interface_test.v cgen: fix struct initialization with option value (#17539) 2023-03-07 23:53:56 +03:00
option_struct_init_test.v cgen: fix auto_str for option values (#17910) 2023-04-10 05:56:57 +02:00
option_struct_init_with_opt_test.v cgen: fix struct initialization with option value (#17539) 2023-03-07 23:53:56 +03:00
option_struct_init_with_ref_opt_test.v cgen: fix option struct init with reference option (#17617) 2023-03-13 09:58:45 +02:00
option_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
option_unwrap_assign_test.v cgen: fix option unwrap on assignment (#17551) 2023-03-08 20:52:24 +01:00
option_unwrap_print_test.v cgen: fix code for unwrap option on print (#17545) 2023-03-08 20:55:19 +01:00
option_unwrap_test.v checker: fix missing unwrap check for option to non-option argument (#18460) 2023-06-16 09:46:33 +03:00
option_var_2_test.v parser, cgen: fix option variable error (fix #17460) (#17479) 2023-03-04 11:47:49 +02:00
option_var_cast_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
option_var_map_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
option_var_test.v cgen: fix comptimeselector option propagation (#18092) 2023-05-03 08:31:48 +03:00
option_void_2_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
option_void_fn_return_test.v cgen: fix fn option-only return print (#17547) 2023-03-08 20:53:23 +01:00
option_void_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
or_expr_with_comptime_test.v checker: fix panic caused by compile-time code within or block (#16602) 2022-12-06 09:26:04 +02:00
or_expr_with_multi_stmts_test.v parser: fix optional with multiple statements (#14592) 2022-06-02 08:23:16 +03:00
or_expr_with_nested_match_expr_test.v checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
orm_handle_error_for_select_from_not_created_table_test.v cgen, checker: add panic in ORM for invalid queries, when there are no or {} blocks, add type checking for the fkey attribute, add tests (#16977) 2023-01-17 20:21:10 +02:00
orm_joined_tables_select_test.v orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871) 2023-04-04 08:23:06 +03:00
orm_stmt_wrong_return_checking_test.v all: cleanup sqlite.connect statements (do not leave strange test.db or vweb.sql artefacts around, after running common tests) 2023-01-19 09:45:07 +02:00
orm_sub_array_struct_test.v orm: allow structs without the id field, more flexible primary keys (#18140) 2023-05-09 00:21:42 +03:00
orm_sub_struct_test.v orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871) 2023-04-04 08:23:06 +03:00
parse_invalid_map_type_test.v parser: fix panic for parse invalid map type (#14431) 2022-05-17 12:05:10 +03:00
parse_thread_type_test.v parser: fix improper token advancement when parsing the types of struct thread type fields(fix #19029) (#19030) 2023-08-01 19:10:52 +03:00
parse_type_of_ref_array_from_another_mod_test.v parser: fix parse error in the type of a ref array when the element type is a structure of another mod(fix #19033) (#19039) 2023-08-03 09:25:03 +03:00
parser_line_test.v
passing_sumtype_parameter_in_sumtype_matching_results_test.v cgen: fix passing sumtype parameter in sumtype matching results (fix #15078) (#15767) 2022-09-16 10:16:40 +03:00
pointer_arithmetic_test.v checker: disallow invalid pointer arithmetic (#10888) 2021-07-21 23:39:49 +03:00
pointers_multilevel_casts_test.v checker: disallow voidptr cast to struct (#18845) 2023-07-12 11:07:34 +03:00
pointers_str_test.v
pointers_test.v checker: allow for unsafe {*(p+1) = 22} (#10557) 2021-06-24 12:39:42 +03:00
prefix_expr_test.v
print_address_of_reference_int_test.v checker: fix printing address of integer variable (#17327) 2023-02-15 20:05:26 +02:00
print_address_of_reference_struct_test.v checker: fix printing the address of a struct value with println('${&value:p}') (#17321) 2023-02-15 11:20:25 +02:00
print_anon_fn_test.v cgen: fix print fn + cycle const error message (#17355) 2023-02-22 13:38:08 +02:00
print_fn_test.v cgen: fix auto_str for fn type (#17988) 2023-04-21 19:42:45 +03:00
print_reference_function_test.v cgen: fix printing a reference to a function (#17307) 2023-02-15 11:27:21 +02:00
print_smartcast_variable_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
print_test.v
projects_that_should_compile_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
ptr_arithmetic_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
ptr_str_method_test.v cgen: fix argument dereference for str method when receiver is ptr (#17648) 2023-03-16 21:28:14 +02:00
raw_string_test.v v.transformer: fix string always escaped by transformer (#12603) 2021-11-28 23:53:30 +02:00
ref_array_init_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
ref_return_test.v
ref_struct_test.v
reference_return_test.v
reference_var_followed_block_expr_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
reflection_sym_test.v v.reflection: add type symbol info metadata (#17188) 2023-02-08 21:30:44 +02:00
reflection_test.v v.reflection: add type symbol info metadata (#17188) 2023-02-08 21:30:44 +02:00
repeated_multiret_values_test.v
reserved_keywords_array_test.v checker: do now allow type name shadowing (#11401) 2021-09-05 18:34:21 +03:00
reserved_keywords_as_struct_field_test.v cgen: fix reserved keywords as struct field (#11370) 2021-09-03 12:18:45 +03:00
reserved_keywords_can_be_escaped_with_at_test.v gen: fix C keyword escape to _v_ instead of just v_ (#10876) 2021-07-21 11:46:04 +03:00
reserved_keywords_if_guard_test.v cgen: fix c error when use reserved keyword as if guard var (#12871) 2021-12-17 04:50:52 +02:00
resolve_generic_2_test.v cgen, checker: fix generic/comptime parameter concrete type resolution in some cases (#17762) 2023-04-10 10:42:49 +03:00
result_with_index_expr_test.v cgen: fix indexexpr with complex index expr (#17693) 2023-03-17 21:44:14 +01:00
results_multi_return_test.v checker: fix return error with multi_return optional (#16250) 2022-10-29 06:34:45 +03:00
results_test.v cgen: fix auto_str for option values (#17910) 2023-04-10 05:56:57 +02:00
retry_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
return_aliases_of_fixed_array_test.v v: allow alias as fixed array on return (#18817) 2023-07-13 11:58:49 +03:00
return_comptime_call_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
return_error_in_if_expr_test.v checker: fix returning error in if expr (#17783) 2023-03-26 18:10:06 +02:00
return_fixed_array_test.v v: allow alias as fixed array on return (#18817) 2023-07-13 11:58:49 +03:00
return_if_expr_with_custom_error_test.v checker: fix returning if expr with custom error (#17265) 2023-02-09 11:45:46 +02:00
return_in_lock_test.v cgen: fix deadlock when returning multiple values in lock (#14014) 2022-04-12 09:21:27 +03:00
return_match_expr_of_sumtype_result_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
return_match_expr_with_custom_error_test.v checker: fix returning match expr with custom error (#17413) 2023-02-26 07:54:53 +02:00
return_option_call_test.v cgen: fix returning an option tuple - fn f() ?(int,int) { return g() } (#18851) 2023-07-13 12:02:26 +03:00
return_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
return_result_in_or_block_test.v cgen: fix return result in or block (#16158) 2022-10-23 13:11:11 +03:00
return_voidptr_test.v all: wrap up unsafe { nil } (p. 3) 2022-07-21 21:01:30 +03:00
reusable_mut_multiret_values_test.v
run_v_code_from_stdin_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
scanner_and_and_not_test.v scanner: fix false &&!ok1 (fix #7524) (#15458) 2022-08-18 11:55:38 +03:00
script_with_no_extension tests: add missing script_with_no_extension, add exception for /tmp.* files in .gitignore 2022-09-20 16:17:21 +03:00
selectorexpr_alias_to_ptr_test.v cgen: fix selector expr with alias to ptr (#17649) 2023-03-16 21:32:52 +02:00
semaphore_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
semaphore_timed_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_arg_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
shared_array_any_filter_map_all_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
shared_array_append_many_test.v cgen: fix appending an array to a shared array (#13265) 2022-01-25 12:05:43 +02:00
shared_array_last_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
shared_array_ptr_test.v cgen: fix codegen for struct field with a shared array of points (#13222) 2022-01-21 17:08:19 +02:00
shared_array_sort_test.v term.ui, vweb, v: update deprecated functions (#18726) 2023-07-02 09:38:33 +03:00
shared_array_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_autolock_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_elem_test.v checker: check unsafe array assign (fix #9651) (#15515) 2022-08-25 08:52:13 +03:00
shared_fn_return_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
shared_if_expr_test.v checker,cgen: fix if expressions in lock expression (#14384) 2022-05-15 12:31:07 +03:00
shared_in_test.v cgen: fix .filter() and .map() on shared arrays (#13954) 2022-04-07 18:05:11 +03:00
shared_interface_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
shared_lock_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_lock_3_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_lock_4_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_lock_5_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_lock_6_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
shared_lock_expr_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
shared_lock_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_map_delete_test.v cgen: fix shared map delete (#15431) 2022-08-15 23:42:57 +03:00
shared_map_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shared_option_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
shared_str_test.v cgen: fix autostr of shared fields (#14455) 2022-05-19 17:00:27 +03:00
shared_struct_field_test.v cgen: fix shared struct field initialization with default value (#18075) 2023-04-28 16:59:18 +03:00
shared_struct_method_call_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
shared_unordered_mixed_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
shift_test.v cgen: ensure that << and >> has higher precedence in the generated C code, than arithmetic operations (diff between C and V precedences) (#18814) 2023-07-08 07:02:32 +03:00
short_struct_param_syntax_test.v
sizeof_2_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
sizeof_test.v tests: use isreftype[T]() and sizeof[T]() syntax, fix vfmt to support them, when written explicitly (#17103) 2023-04-06 20:02:55 +03:00
slice_rval_test.v cgen: fix double evaluation of rvalue array expression in slice (#13737) 2022-03-18 11:43:15 +02:00
sorting_by_different_criteria_test.v
sorting_by_references_test.v
spawn_method_on_generic_struct_test.v cgen: fix spawn method on generic struct (#17691) 2023-03-17 21:43:04 +01:00
sql_statement_inside_fn_call_test.v orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871) 2023-04-04 08:23:06 +03:00
static_arrays_using_const_for_size_test.v
static_vars_test.v
str_array_of_reference_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
str_circular_test.v cgen: use heuristic to detect circular reference in auto str (#11090) 2021-08-07 14:56:09 +03:00
str_gen_test.v cgen: fix auto_str for option values (#17910) 2023-04-10 05:56:57 +02:00
str_reference_struct_test.v cgen: fix error of reference struct str() (#12061) 2021-10-04 09:58:50 +03:00
string_alias_of_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_alias_test.v
string_array_of_ref_type_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_escape_backslash_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_index_in_for_mut_in_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
string_index_or_test.v checker: check option fn returning error (fix #17423) (#17438) 2023-03-02 15:49:50 +02:00
string_interpolation_alias_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_array_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_custom_str_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_float_fmt_test.v strconv: fix error for string interpolation of float format (#13800) 2022-03-22 12:00:18 +02:00
string_interpolation_floats_test.v
string_interpolation_function_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_inner_cbr_test.v all: rollback to old interpolation (step 3) (#16380) 2022-11-10 15:05:34 +03:00
string_interpolation_match_expr_test.v scanner: fix string interpolation with match expr (#18969) 2023-07-26 11:27:20 +03:00
string_interpolation_multi_return_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_multistmt_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_interpolation_of_array_of_structs_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
string_interpolation_shared_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_string_args_test.v v.scanner: fix string interpolation when quote is directly after '}' (#18961) 2023-07-25 01:58:49 +03:00
string_interpolation_string_lit_with_fmt_test.v scanner: fix string interpolation string literal with fmt (#17895) 2023-04-06 12:11:15 +03:00
string_interpolation_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_struct_with_usize_field_test.v cgen: fix stringification of usize struct fields (before, they were treated as 32 bit *signed* numbers) (#18410) 2023-06-11 17:31:18 +03:00
string_interpolation_sumtype_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_test.v cgen: fix an error with ptr interpolation (fix #19048) (#19049) 2023-08-03 11:18:22 +03:00
string_interpolation_variadic_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_interpolation_with_inner_quotes_test.v scanner: fix string interpolation with nested string interpolation in inner quotes 2 (#19094) 2023-08-09 15:05:17 +03:00
string_map_with_generic_struct_value_test.v cgen: fix string of map with generic struct value (#16595) 2022-12-06 12:38:05 +02:00
string_option_none_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
string_ref_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
string_struct_interpolation_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
strings_builder_shift_array_reverse_test.v cgen: fix strings builder shift array.reverse() (#17979) 2023-04-17 14:06:57 +03:00
strings_unicode_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
struct_allow_both_field_defaults_and_skip_flag_test.v
struct_auto_eq_gen_interface_test.v cgen: fix comparing struct with pointers to interface values (fix #16074) (#16215) 2022-10-28 06:47:31 +03:00
struct_chained_fields_correct_test.v
struct_child_field_default_test.v
struct_embed_fn_type_test.v checker, cgen: fix error for struct embed with fn type (#13450) 2022-02-12 20:55:40 +02:00
struct_embed_is_interface_test.v ast: fix error for 'struct embed is interface' (#13465) 2022-02-14 13:43:36 +02:00
struct_embed_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
struct_embedding_with_interface_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
struct_eq_op_only_test.v
struct_equality_test.v
struct_field_array_index_test.v cgen: fix struct field array index error (#14417) 2022-05-16 19:37:39 +03:00
struct_field_default_value_interface_cast_test.v
struct_field_default_value_sumtype_cast_test.v
struct_field_fn_call_test.v checker: fix struct field fntype value call (#19067) 2023-08-06 13:18:48 +03:00
struct_fields_required_test.v checker: skip checking [required] fields for struct update syntax (#10500) 2021-06-18 02:51:33 +03:00
struct_fields_storing_functions_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
struct_ierror_test.v checker: force interface init (#10910) 2021-07-30 03:18:20 +03:00
struct_init_and_assign_test.v parser: fix struct init and assign using sql variable (#10968) 2021-07-26 21:14:31 +03:00
struct_init_update_with_mutable_receiver_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
struct_init_with_chan_field_test.v cgen: fix struct init with chan field (#17001) 2023-01-17 05:50:11 +01:00
struct_init_with_complex_fields_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
struct_init_with_embed_update_test.v cgen: fix struct init with embed field update (#13444) 2022-02-12 08:16:51 +03:00
struct_init_with_fixed_array_field_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
struct_init_with_interface_field_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
struct_init_with_interface_pointer_and_embed_test.v ci: update struct_init_with_interface_pointer_and_embed_test.v to match 2119a24 2023-01-06 15:01:33 +02:00
struct_init_with_multi_nested_embed_update_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
struct_init_with_update_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
struct_map_method_test.v
struct_multi_embed_method_call_test.v cgen: fix error of method calls on nested embedded structs (#13292) 2022-01-27 13:20:56 +02:00
struct_of_time_init_with_update_test.v cgen: fix error for time struct init with update (#13660) 2022-03-05 13:28:48 +02:00
struct_option_field_zero_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
struct_selector_or_block_test.v cgen: unwrap and c-mangle field selectors in or blocks (#17495) 2023-03-04 11:52:08 +02:00
struct_shared_field_init_test.v cgen: fix struct field init from shared struct field (#13343) 2022-02-02 10:55:57 +02:00
struct_shared_field_with_default_init_test.v cgen: fix struct shared field with default init (#15040) 2022-07-12 20:04:06 +03:00
struct_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
struct_transmute_test.v
struct_with_reference_alias_field_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
structs_with_voidptr_fields_can_be_printed_test.v ci: fix broken tests after 322eb81 2023-02-01 23:30:48 +02:00
sum_type_common_fields_test.v
sum_type_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
sumtype_array_methods_test.v cgen: support index and in for sumtype/interface arrays (#12051) 2021-10-03 15:44:13 +03:00
sumtype_as_cast_test.v cgen: fix sumtype as cast with calling twice (#17196) 2023-02-02 13:57:37 +02:00
sumtype_assign_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
sumtype_calls_test.v
sumtype_equality_test.v vlib: remove ustring usage (#10618) 2021-06-30 22:30:28 +03:00
sumtype_literal_test.v scanner: no longer allow 1. float literals (#11301) 2021-08-25 14:39:37 +03:00
sumtype_on_match_test.v cgen: fix call arg type changing on match expr (#16744) 2022-12-23 01:58:52 +02:00
sumtype_str_for_subtypes_with_str_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
sumtype_str_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
sumtype_with_alias_fntype_fn_call_test.v ast, parser, fmt: fix fmt error of generic fntype (#17814) 2023-03-30 13:30:10 +02:00
sumtype_with_alias_fntype_test.v ast, parser, fmt: fix fmt error of generic fntype (#17814) 2023-03-30 13:30:10 +02:00
sumtype_with_fntype_test.v cgen: fix sumtype with fntype using fn directly (fix #15674) (#15679) 2022-09-06 20:33:39 +03:00
sumtype_with_none_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
sumtype_with_struct_fn_field_call_test.v cgen: fix f as Fun, where f is type Expr = Fun | int, and struct Fun { f fn (int) int }. (fix #15730) (#15744) 2022-09-13 10:19:58 +03:00
supports__likely__test.v
swap_array_test.v parser, checker, cgen: fix swapping arrays (#18204) 2023-05-20 02:23:50 +03:00
tag_autostr_allowrecurse_test.v cgen,js: support [autostr: allowrecurse] attribute, for allowing deep printing of data structures with pointer fields (trees, instead of graphs with cycles) (#16973) 2023-01-14 11:30:39 +02:00
testcase_leak.vv all: wrap up unsafe { nil } (p. 3) 2022-07-21 21:01:30 +03:00
thread_to_string_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
tmpl_in_return_match_expr_test.v cgen: fix $tmpl() in returning match expr (fix #16109, fix #16124) (#16229) 2022-10-27 18:03:27 +03:00
tmpl_script_tag_interpolation_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
tmpl_test.v tmpl: fix $tmpl comptime operation only working in return statement (#11541) 2021-09-19 23:22:26 +03:00
tmpl_using_variable_or_const_path_test.v parser, fmt: fix fmt error in $tmpl(path) (#16949) 2023-01-12 06:03:38 +01:00
tmpl_with_single_quotes_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
trace_calls_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
translated_test.v tests: remove needless import math in translated_test.v 2022-07-23 23:24:17 +03:00
type_alias_of_fn_with_mut_args_test.v parser: fix type alias of fn with mut argument (#16974) 2023-01-14 21:38:46 +02:00
type_alias_of_pointer_types_test.v checker, cgen: fix type alias of pointer (#17904) 2023-04-07 10:19:25 +02:00
type_alias_str_method_override_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
type_alias_test.v ast: make is_int() work with aliases 2021-06-12 14:35:38 +03:00
type_idx_test.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
type_name_in_if_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
type_name_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
type_promotion_test.v
type_voidptr_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
typeof_aggregate_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
typeof_simple_types_test.v ci: fix typeof_simple_types_test.v 2022-04-15 21:22:32 +03:00
typeof_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
typeof_type_test.v cgen: fix result of typeof function returns result type (#17849) 2023-04-02 02:25:34 +02:00
unaliased_typ_checking_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
unreachable_code_paths_test.v cgen: fix VUNREACHABLE inside ternary (#10672) 2021-07-05 18:26:01 +03:00
unsafe_fixed_array_test.v cgen: fix fixed array assignment from unsafe block (#17647) 2023-03-15 20:30:49 +02:00
unsafe_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
unsigned_right_shift_test.v all: add unsigned shift operators (#11536) 2021-09-21 14:02:17 +03:00
use_alias_from_another_module_in_struct_field_test.v cgen: fix struct type dependency sorting, when struct field types, are aliases to struct types from other modules (#13779) 2022-03-20 20:23:48 +02:00
var_option_arr_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
var_option_as_arg_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
var_option_comptime_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
var_option_opt_arg_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
var_option_opt_multi_return_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
var_option_struct_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
var_option_sumtype_test.v cgen, check, parser: implement first-class option type (#17017) 2023-02-18 11:45:01 +02:00
var_type_is_checking_test.v all: comptime type lowercase ($int, $enum, $option, etc) (#17732) 2023-03-23 00:02:42 +01:00
var_type_is_checking2_test.v cgen, checker: var type checking at compile-time (#16951) 2023-01-14 16:20:12 +02:00
vargs_auto_str_method_and_println_test.v tests: remove module main from tests, that do not need to be internal 2022-12-26 15:31:23 +02:00
vargs_empty_param_test.v
vargs_reference_param_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vargs_with_enum_value_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vmod_parser_test.v builtin: change IError msg and code to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
voidptr_to_u64_cast_a_test.v
voidptr_to_u64_cast_b_test.v
volatile_vars_test.v all: support mut volatile x := 123 declarations (#11940) 2021-09-22 13:06:30 +03:00
vsh_envbang_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
websocket_logger_interface_should_compile_test.v v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
working_with_an_empty_struct_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00