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
535 bytes
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_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
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_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_anon_struct_test.v
v: fix anon struct option support (fix #23789) (fix #23824) (#23830)
1 year ago
251 bytes
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_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_test.v
cgen: fix codegen for returning option aliased fixed array (fix #22910, fix #22911) (#22912)
1 year ago
521 bytes
option_array_push_test.v
cgen: fix option array push on unwrapped array (fix #24073) (#24079)
1 year ago
358 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_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_autoheap_selector_none_unwrap_test.v
cgen: fix c error when building gui library (fixes #26861)
last Apr 15
645 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_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_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_diff_alias_arg_test.v
cgen: fix different option alias type as fn arg (fix #23086) (#23131)
1 year ago
192 bytes
option_embed_field_test.v
cgen: fix codegen for selector with embed field option (fix #24084) (#24085)
1 year ago
279 bytes
option_enum_compare_none_test.v
cgen: ensure option none/ok state is also compared (#25532)
last Oct 20
171 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_test.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_guard_test.v
cgen: fix fnptr indirections declaration (fix #25940) (#25987)
last Dec 19
285 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_var_test.v
checker, cgen: fix codegen for option fntype used in a match (fix #22278) (#22280)
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_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_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_inferred_call_test.v
cgen: fix cgen error for generic function type inferred implicitly (fixes #25388)
last Apr 15
266 bytes
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_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_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_with_panic_call_test.v
cgen: fix option if expr with noreturn fn call (fix #22467) (#22470)
1 year ago
139 bytes
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_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_indexexpr_eq_test.v
v: allow option array element comparison `==` and `!=` (fix #23108) (#23113)
1 year ago
125 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_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_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_match_case_cast_test.v
cgen: fix match with option cast expr (fix #25342) (#25372)
last Sep 22
901 bytes
option_match_cases_test.v
cgen: fix match codegen for option expr on case (fix #25545) (#25553)
last Oct 21
1.26 KB
option_method_selector_test.v
cgen, checker: fix option unwrapping and call from option struct field (#23182)
1 year ago
379 bytes
option_multi_return_if_test.v
cgen: fix return on last statement of return IfExpr (fix #23550) (#23551)
1 year ago
829 bytes
option_multi_return_opt_test.v
cgen: fix multi return with option type (#24144)
1 year ago
164 bytes
option_mut_generic_array_test.v
v: fix mutable option (fix #18818) (fix #24622) (fix #24101) (#19100)
1 year ago
209 bytes
option_mut_param_test.v
v: fix mutable option (fix #18818) (fix #24622) (fix #24101) (#19100)
1 year ago
222 bytes
option_nested_fixed_array_test.v
cgen: fix nested option fixed array (fix #23708) (#23845)
1 year ago
480 bytes
option_nested_selector_unwrap_test.v
cgen: fix nested option selector unwrapping (fix #23500) (#23497)
1 year ago
262 bytes
option_nested_unwrapping_test.v
cgen: fix option var nested unwrapping from sumtype (fix #23478) (#23485)
1 year ago
256 bytes
option_none_guard_return_unwrap_test.v
checker: fix guards being ignored (fixes #24401)
last Mar 25
216 bytes
option_optional_param_test.v
parser: add support for optional parameters in function declarations (fixes #24910)
last Mar 11
897 bytes
option_or_expr_dump_test.v
cgen: fix codegen for option void fn return block unwrap (fix #25074) (#25082)
last Aug 10
86 bytes
option_or_result_fixed_arr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
550 bytes
option_print_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
158 bytes
option_ptr_arg_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
186 bytes
option_ptr_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
550 bytes
option_ptr_iface_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
219 bytes
option_ptr_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
117 bytes
option_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
786 bytes
option_ptr_unwrap_test.v
cgen: fix codegen for writing on unwrapped selector (fix #24316) (#24323)
1 year ago
1.5 KB
option_push_array_opt_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
222 bytes
option_reference_params_test.v
checker: fix call with mut arg with different pointer levels (fix #23157) (#23428)
1 year ago
453 bytes
option_ret_ptr_generic_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
518 bytes
option_selector_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
230 bytes
option_selector_interface_ptr_test.v
cgen: fix selector on option ptr unwrapping (fix #23250) (#23260)
1 year ago
589 bytes
option_selector_nested_unwrap_test.v
checker: simplify unwrap nested selector fix (#23526)
1 year ago
530 bytes
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_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
option_2_test.v
checker: preserve mut in other non-none if branch (fix #26491) (#26495)
last Feb 1
1.1 KB
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_selector_none_unwrap_test.v
checker: fix compound selector smartcasting/option unwrapping (fix #24662) (#24712)
1 year ago
497 bytes
option_selector_unwrap_test.v
v: add selector option unwrapping inside `if tree.root != none {` (#22895)
1 year ago
502 bytes
option_selector_unwrapping_test.v
cgen: fix codegen for nested selector unwrapping on lhs (fix #24292) (#24293)
1 year ago
808 bytes
option_struct_default_test.v
cgen: fix option struct default value init with `-cstrict` (spotted in #22783) (#22802)
1 year ago
169 bytes
option_struct_init_default_test.v
checker,cgen: allow init of struct from struct with array of optional values (fix #26000) (#26005)
last Dec 18
962 bytes
option_struct_init_on_if_test.v
cgen: fix codegen for if with struct init that contains option type (fix #22577) (#22578)
1 year ago
516 bytes
option_struct_init_with_ref_opt_test.v
checker, cgen: fix selector option unwrapping on infix (fix #24108) (#24115)
1 year ago
844 bytes
option_sum_type_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
246 bytes
option_sumtype_option_variant_test.v
cgen: fix codegen for option sumtype with option variant (fix #23653) (#23656)
1 year ago
235 bytes
option_sumtype_test.v
checker: disallow `expr is Type` if expr is Optional (fix #23486) (#23510)
1 year ago
232 bytes
option_unwrap_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
938 bytes
option_unwrap_none_test.v
cgen: fix option unwrap with string interpolation (fix #25337) (#25367)
last Sep 22
389 bytes
option_unwrap_selector_expr_as_cast_test.v
cgen: allow unwrapping of `foo.bar as string`, where `foo.bar` is `?string` (fix #22960) (#22973)
1 year ago
281 bytes
option_unwrap_selector_write_test.v
cgen: fix codegen for writing on unwrapped selector (fix #24316) (#24323)
1 year ago
791 bytes
option_unwrap_unwrap_or_generic_fn_test.v
checker: ensure ?Struct is not parsed as ??Struct when param is ?T (fix #25559) (#25564)
last Oct 24
519 bytes
option_var_2_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
350 bytes
option_var_mut_test.v
checker: fix mut var option unwrap with `!= none`, support `if mut x != none {` too (fix #22936) (#22943)
1 year ago
391 bytes
option_void_2_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
122 bytes
option_with_error_test.v
cgen: fix option codegen for accept IError value (fix #23076) (#23085)
1 year ago
278 bytes
or_expr_with_multi_stmts_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
167 bytes
var_option_arr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
561 bytes
var_option_comptime_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
308 bytes
var_option_opt_multi_return_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
250 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_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_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_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_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_assert_eq_none_then_if_guard_test.v
checker: fix compiler bug when running tests (fixes #18121)
last Mar 25
500 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_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_test.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_concatexpr_test.v
checker: fix missing option variable checking when casting using `as` operator (fix #23349) (#23358)
1 year ago
393 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_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_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_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_array_2_test.v
cgen: fix codegen for returning option aliased fixed array (fix #22910, fix #22911) (#22912)
1 year ago
854 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_multi_ret_test.v
cgen: fix codegen for multi return assignment with option type (fix #24812) (#24817)
last Jun 30
294 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_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_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_mut_test.v
cgen: fix markused for option generic param (fix #25501) (#25525)
last Oct 19
192 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_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_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_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_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_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_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_index_amp_test.v
cgen: fix codegen for returning option reference from indexexpr (fix #23133) (#23139)
1 year ago
346 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_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_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_set_test.v
cgen: fix codegen for option value on `map_set` (fix #23650) (#23652)
1 year ago
220 bytes
option_map_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
495 bytes
option_match_case_enum_test.v
cgen: fix match codegen for option match case (fix #25533) (#25537)
last Oct 20
228 bytes
option_match_test.v
Revert "parser: experimental syntax that doesn't require an extra indent"
last Jun 24
657 bytes
option_multi_ret_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
604 bytes
option_multi_return_assign_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
157 bytes
option_multi_return_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1009 bytes
option_mut_if_none_test.v
cgen: fix `if mut var != none {` for optional interface values (fix #24351) (#24410)
1 year ago
629 bytes
option_mut_struct_init_test.v
v: fix mutable option (fix #18818) (fix #24622) (fix #24101) (#19100)
1 year ago
461 bytes
option_nested_selector_test.v
cgen: fix codegen for nested selector option ptr (fix #24339) (#24345)
1 year ago
829 bytes
option_nested_struct_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
189 bytes
option_none_to_anon_struct_test.v
v: fix anon struct option support (fix #23789) (fix #23824) (#23830)
1 year ago
293 bytes
option_operator_overload_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
673 bytes
option_or_block_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
154 bytes
option_or_expr_with_non_opt_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
520 bytes
option_print_errors_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
403 bytes
option_ptr_arg_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
287 bytes
option_ptr_arg_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
279 bytes
option_ptr_field_test.v
checker: fix option ptr field assign checking (fix #23879) (#23880)
1 year ago
592 bytes
option_ptr_generic_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
244 bytes
option_ptr_init_empty_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
383 bytes
option_ptr_nil_test.v
cgen: fix codegen for assigning `nil` or `0` to option ptr field (fix #24447) (fix #24500) (#24502)
1 year ago
187 bytes
option_ptr_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
930 bytes
option_ptr_unwrap_selector_test.v
cgen: fix unwrap option ptr selector (fix #23631) (#23638)
1 year ago
629 bytes
option_ptr_zero_test.v
cgen: fix codegen for assigning `nil` or `0` to option ptr field (fix #24447) (fix #24500) (#24502)
1 year ago
423 bytes
option_reference_of_option_test.v
cgen: fix referencing an option creating incorrect option (fixes #26160)
last Mar 25
369 bytes
option_result_interface_ret_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
769 bytes
option_return_fixed_arr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
392 bytes
option_selector_assign_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
342 bytes
option_selector_fn_none_test.v
checker,cgen: fix missing validation for selector unwrapping + fix default `return none` for unwrapping (#23183)
1 year ago
170 bytes
option_selector_nested_unwrapped_test.v
cgen: fix codegen for nested selectorexpr on unwrapped option (fix #23406) (#23409)
1 year ago
732 bytes
option_selector_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
372 bytes
option_selector_unwrap_types_test.v
cgen: fix option unwrap for fields of interface type (fixes #22930) (#22931)
1 year ago
680 bytes
option_struct_compare_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
940 bytes
option_struct_field_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
448 bytes
option_struct_init_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
200 bytes
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
236 bytes
option_struct_init_with_opt_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
197 bytes
option_sumtype_explicit_cast_test.v
checker: allow explicit sumtype to option casts (fix #25796) (#25812)
last Nov 23
368 bytes
option_sumtype_map_test.v
cgen: fix codegen for sumtype cast from option variants on map_set (fix #23654) (#23669)
1 year ago
376 bytes
option_sumtype_unwrap_test.v
cgen: fix sumtype option unwrapping (fix #24746) (#24770)
last Jun 21
576 bytes
option_unwrap_assign_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
199 bytes
option_unwrap_ifexpr_test.v
checker: implement option unwrapping on else branch (#22504)
1 year ago
415 bytes
option_unwrap_print_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
173 bytes
option_unwrap_selector_test.v
cgen: fix unwrapping option interface field (fix #23540) (#23541)
1 year ago
317 bytes
option_unwrap_test.v
v: add selector option unwrapping inside `if tree.root != none {` (#22895)
1 year ago
369 bytes
option_unwrapped_arg_generic_opt_test.v
cgen: fix codegen for option unwrapped var passed to generic option type (fix #23972) (#24096)
1 year ago
255 bytes
option_var_cast_test.v
checker: make `option_var.str()` an error, when done without unwrapping it first (fix #23557, fix #23558) (#23563)
1 year ago
1.12 KB
option_var_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
374 bytes
option_var_test.v
checker: fix typeof evaluation for generic reference (fix #23951) (fix #23952) (#23958)
1 year ago
2.87 KB
option_void_fn_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
87 bytes
or_block_err_var_collision_test.v
cgen: avoid or-block err name collision (#27060)
last May 9
1.68 KB
or_expr_with_comptime_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
67 bytes
or_expr_with_nested_match_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
548 bytes
var_option_as_arg_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
333 bytes
var_option_opt_arg_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
517 bytes