0 branches
Tree
Top files
Clone with HTTPS:
modules
cgen: fix codegen for result/option propagation out of fn context (fix #22961) (#22963)
1 year ago
check_init_value_for_arrays_of_option_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.2 KB
nested_option_call_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
809 bytes
nested_option_struct_init_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
376 bytes
nested_or_expr_call_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
311 bytes
none_checking_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
468 bytes
option_2_test.v
checker: preserve mut in other non-none if branch (fix #26491) (#26495)
last Feb 1
1.1 KB
option_alias_eq_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
217 bytes
option_alias_fn_ret_test.v
checker, cgen: fix codegen for returning different option alias type (fix #23087) (#23125)
1 year ago
243 bytes
option_anon_struct_test.v
v: fix anon struct option support (fix #23789) (fix #23824) (#23830)
1 year ago
251 bytes
option_arr_auto_str_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.49 KB
option_array_compare_test.v
cgen: fix codegen for array of option element auto eq `a == [?int(none)]` (#24504)
1 year ago
75 bytes
option_array_dump_in_generic_fn_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
230 bytes
option_array_fixed_interface_sumtype_test.v
cgen: fix C error array of incomplete type for fixed-size optional array (#26780)
last Mar 28
572 bytes
option_array_fixed_struct_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
179 bytes
option_array_fixed_test.v
cgen: fix codegen for returning option aliased fixed array (fix #22910, fix #22911) (#22912)
1 year ago
521 bytes
option_array_init_mix_test.v
cgen: fix option array init with non option values (fix #26148) (#26170)
last Dec 27
181 bytes
option_array_init_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
160 bytes
option_array_push_test.v
cgen: fix option array push on unwrapped array (fix #24073) (#24079)
1 year ago
358 bytes
option_array_submodule_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
315 bytes
option_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
150 bytes
option_assert_eq_none_then_if_guard_test.v
checker: fix compiler bug when running tests (fixes #18121)
last Mar 25
500 bytes
option_assign_none_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
147 bytes
option_auto_eq_test.v
fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232)
1 year ago
1.69 KB
option_auto_heap_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
312 bytes
option_autoheap_selector_none_unwrap_test.v
cgen: fix c error when building gui library (fixes #26861)
last Apr 15
645 bytes
option_call_propagation_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
200 bytes
option_cast_eq_none_test.v
cgen: allow comparison between Option[T] and `none` literal (#27097)
last May 7
265 bytes
option_cast_primitive_test.v
cgen: fix casting primitive type to alias, where option alias is expected (fix #23859) (#23860)
1 year ago
449 bytes
option_cast_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
767 bytes
option_compvar_types_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
465 bytes
option_compvar_val_test.v
checker: creating array as value of map must be explicit when using `<<` (fixes #18160)
last Mar 11
1.09 KB
option_concatexpr_test.v
checker: fix missing option variable checking when casting using `as` operator (fix #23349) (#23358)
1 year ago
393 bytes
option_const_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
137 bytes
option_default_values_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
2.07 KB
option_diff_alias_arg_test.v
cgen: fix different option alias type as fn arg (fix #23086) (#23131)
1 year ago
192 bytes
option_dump_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
385 bytes
option_embed_field_test.v
cgen: fix codegen for selector with embed field option (fix #24084) (#24085)
1 year ago
279 bytes
option_empty_map_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
152 bytes
option_enum_compare_none_test.v
cgen: ensure option none/ok state is also compared (#25532)
last Oct 20
171 bytes
option_expr_with_array_value_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
338 bytes
option_fixed_arr_const_test.v
cgen: fix or-block with fixed array constants with GCC 15.2 (fix #26442) (#26443)
last Jan 26
548 bytes
option_fixed_array_2_test.v
cgen: fix codegen for returning option aliased fixed array (fix #22910, fix #22911) (#22912)
1 year ago
854 bytes
option_fixed_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
893 bytes
option_fn_alias_test.v
cgen: fix dump of alias to option fn type (fix #22670) (#22676)
1 year ago
229 bytes
option_fn_guard_test.v
cgen: fix fnptr indirections declaration (fix #25940) (#25987)
last Dec 19
285 bytes
option_fn_multi_ret_test.v
cgen: fix codegen for multi return assignment with option type (fix #24812) (#24817)
1 year ago
294 bytes
option_fn_struct_init_test.v
cgen: fix codegen for anon option fn struct field init (fix #24392) (#24400)
1 year ago
464 bytes
option_fn_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
791 bytes
option_fn_var_test.v
checker, cgen: fix codegen for option fntype used in a match (fix #22278) (#22280)
1 year ago
414 bytes
option_fn_variadic_test.v
cgen: fix option variadic arg passing (fix #25261) (#25273)
last Sep 13
317 bytes
option_fntype_assign_test.v
cgen: fix option cast from fntype (fix #22283, #22284) (#22285)
1 year ago
414 bytes
option_for_mut_test.v
cgen, markused, checker: fix iteration over mutable option (fix #24860) (#25199)
last Aug 30
232 bytes
option_for_or_block_test.v
cgen: fix codegen for `for` or-block (fix #23625) (#23644)
1 year ago
131 bytes
option_generic_alias_test.v
cgen: fix generic alias option assigning (fix #23382) (#23393)
1 year ago
217 bytes
option_generic_array_field_test.v
cgen: fix codegen for generic struct field array option (fix #25093) (#25097)
last Aug 13
488 bytes
option_generic_array_mut_test.v
cgen: fix markused for option generic param (fix #25501) (#25525)
last Oct 19
192 bytes
option_generic_array_test.v
cgen,checker: fix option generic passing to `T` param (fix #25267) (fix #24466) (partial fix for #25227) (#25292)
last Sep 16
705 bytes
option_generic_cast_none_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
573 bytes
option_generic_inferred_call_test.v
cgen: fix cgen error for generic function type inferred implicitly (fixes #25388)
last Apr 15
266 bytes
option_generic_method_ret_ptr_none_assert_test.v
checker: fix ?&t cannot be compared to nil in comptime indirections branch (fixes #26893)
last Apr 21
2.62 KB
option_generic_param_test.v
cgen,checker: fix option generic passing to `T` param (fix #25267) (fix #24466) (partial fix for #25227) (#25292)
last Sep 16
251 bytes
option_generic_ptr_return_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
362 bytes
option_generic_return_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
887 bytes
option_generic_selector_unwrap_test.v
checker: simplify unwrap nested selector fix (#23526)
1 year ago
562 bytes
option_generic_sumtype_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
189 bytes
option_ierror_field_test.v
cgen: fix `IError` assignment to `?IError` field (fix #26973) (#27227)
last May 24
441 bytes
option_if_assign_and_fallthrough_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
741 bytes
option_if_expr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
176 bytes
option_if_expr_with_panic_call_test.v
cgen: fix option if expr with noreturn fn call (fix #22467) (#22470)
1 year ago
139 bytes
option_if_infer_test.v
checker: add option type inference on if expr (implement most of #23827, except the error for `v := if c { none } else { none }`) (#23829)
1 year ago
222 bytes
option_if_unwrap_test.v
checker: fix option smartcast after non-option assignment (fixes #23611)
last Apr 21
1.4 KB
option_ifguard_array_of_option_test.v
cgen: fix codegen for ifguard indexing array of option (fix #23438) (#23439)
1 year ago
173 bytes
option_import_struct_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
333 bytes
option_in_loop_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
605 bytes
option_index_amp_test.v
cgen: fix codegen for returning option reference from indexexpr (fix #23133) (#23139)
1 year ago
346 bytes
option_indexexpr_eq_test.v
v: allow option array element comparison `==` and `!=` (fix #23108) (#23113)
1 year ago
125 bytes
option_init_ptr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
241 bytes
option_init_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
84 bytes
option_interface_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
202 bytes
option_last_call_test.v
cgen: fix codegen for option return unwrapping on last statement (fix #24026) (#24030)
1 year ago
298 bytes
option_map_fn_type_value_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
257 bytes
option_map_fn_value_test.v
parser, checker: fix option map fn type and missing check for result param type (fix #22736) (#22738)
1 year ago
518 bytes
option_map_init_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
301 bytes
option_map_none_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
204 bytes
option_map_set_test.v
cgen: fix codegen for option value on `map_set` (fix #23650) (#23652)
1 year ago
220 bytes
option_map_struct_field_init_test.v
cgen: resolve generic map types in concrete contexts (#27058)
last May 24
224 bytes