0 branches
Tree
Top files
Clone with HTTPS:
enum_aliases_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
325 bytes
enum_allow_multiple_values_match_test.v
checker: error: duplicate case value (fixes #25240)
last Mar 11
742 bytes
enum_array_field_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
234 bytes
enum_array_init_test.v
checker: allow `[]Enum{len: 10, init: .thing}` (fix #23077) (#23165)
1 year ago
144 bytes
enum_assign_on_anon_fn_test.v
checker: fix assign expected type on rechecking enum assigns (fix #23366) (#23367)
1 year ago
669 bytes
enum_attr_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
248 bytes
enum_bitfield_64bit_test.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.44 KB
enum_bitfield_test.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.74 KB
enum_bitfield_works_with_comptime_conditional_in_the_same_scope_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
225 bytes
enum_default_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
295 bytes
enum_explicit_size_big_and_small_test.v
cgen: fix enum explicit size for tcc and gcc (fixes #25041)
last Feb 26
1.74 KB
enum_field_name_same_as_keyword_test.v
parser: allow enum field names being the same as V keywords (#22456)
1 year ago
311 bytes
enum_flag_compound_assign_test.v
checker: support flag_var bitwise_operator= .enum_flag (fixes #20940)
last Mar 25
543 bytes
enum_flag_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
462 bytes
enum_from_generic_static_method_test.v
all: replace fn name '@xxx' with 'xxx' (#22506)
1 year ago
1.33 KB
enum_max_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
381 bytes
enum_self_reference_test.v
tests: move enum_self_reference_test.v and array_init_with_interface_test.v to vlib/v/tests/
last Dec 29
257 bytes
enum_static_from_string_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
738 bytes
enum_custom_static_from_string_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
197 bytes
enum_default_value_in_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
688 bytes
enum_field_name_same_as_cpp_keywords_test.v
tests: add more tests for importing @keyword as function names, and for V enums with c++ keyword field names (#23696)
1 year ago
170 bytes
enum_flag_alias_op_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
375 bytes
enum_flag_from_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
309 bytes
enum_from_generic_static_call_test.v
checker, cgen: fix generic static method resolving on IfGuard (fix #23269) (fix #23270) (#23273)
1 year ago
250 bytes
enum_hex_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
442 bytes
enum_on_array_init_test.v
tests: add an edge test case, in which the array was initialised with an expression without commas, to enum_on_array_init_test.v (#23945)
1 year ago
570 bytes
enum_print_test.v
cgen: fix enum value string interpolation, like its declared enum underlying type (fix #22938) (#22945)
1 year ago
334 bytes
enum_short_infix_commutative_test.v
checker: fix enum variant equality test is not commutative (fixes #10331)
last Feb 26
611 bytes
enum_val_test.v
cgen: fix enumval str() call on stringinterliteral (fix #24702) (#24705)
1 year ago
485 bytes
enum_with_comptime_const_test.v
cgen: fix enum with comptime const value (fix #22386) (#22388)
1 year ago
152 bytes
enum_with_comptime_fn_calls_test.v
checker: fix enum taking function as init value when cast to int (fixes #25908)
last Apr 15
778 bytes
enum_with_comptime_if_expr_test.v
checker: fix cannot use $if/$else to set value of enum (fixes #23336)
last Mar 25
248 bytes
fullname_enumval_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
171 bytes
map_with_enum_keys_test.v
builtin,cgen: fix i64 enum as a map key, when the enum values are too small (fix #25294) (#25310)
last Sep 15
1.19 KB
maps_with_enum_flag_keys_test.v
cgen: fix hash functions for `map[Enum]Value`, and `enum Enum as u64 {` (fix #23630) (#23632)
1 year ago
936 bytes