This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
d5915bde7c
v
/
vlib
/
v
/
tests
History
joe-conigliaro
805da2325f
cgen: defer was broken in presence of anon fn.
fixed
#7171
2020-12-08 14:21:19 +11:00
..
bench
…
generics_from_modules
…
inout
…
local
…
modules
…
multiple_paths_in_vmodules
…
prod
…
project_with_c_code
…
project_with_c_code_2
…
project_with_modules_having_submodules
…
project_with_tests_for_main
…
repl
…
tmpl
…
valgrind
…
anon_fn_test.v
…
appending_to_mut_array_in_fn_param_test.v
…
array_equality_test.v
…
array_init_test.v
…
array_methods_test.v
…
array_slice_test.v
gen: fix slicing mutable arguments (
#6596
)
2020-10-10 12:03:23 +02:00
array_to_string_test.v
…
as_cast_is_expr_sumtype_fn_result_test.v
…
asm_test.v
…
assert_sumtype_test.v
…
assert_with_newlines_test.v
…
assign_bitops_with_type_aliases_test.v
…
attribute_test.v
…
autolock_array1_test.v
…
autolock_array2_test.v
…
backtrace_test.v
…
blank_ident_test.v
…
cast_to_byte_test.v
…
complex_assign_test.v
…
comptime_at_test.v
…
comptime_bittness_and_endianess_test.v
…
comptime_for_test.v
…
comptime_if_test_support_test.v
…
const_can_use_optionals_test.v
…
const_embed_test.v
…
const_init_order_test.v
…
const_test.v
…
conversions_test.v
…
cross_assign_test.v
…
cstrings_test.v
…
defer_test.v
…
differently_named_structs_test.v
…
double_ref_deref_test.v
…
enum_array_field_test.v
…
enum_bitfield_test.v
…
enum_default_value_in_struct_test.v
…
enum_hex_test.v
…
enum_test.v
…
fixed_array_init_test.v
…
fixed_array_test.v
…
fixed_array_to_string_test.v
…
fn_assignment_test.v
…
fn_cross_assign_test.v
…
fn_expecting_ref_but_returning_struct_test.v
…
fn_expecting_ref_but_returning_struct_time_module_test.v
…
fn_high_test.v
…
fn_multiple_returns_test.v
…
fn_test.v
…
fn_type_aliases_test.v
…
fn_variadic_test.v
…
for_loops_2_test.v
parser: disallow match expr at certain places (
#6490
)
2020-10-03 16:30:58 +03:00
for_loops_test.v
…
generic_fn_infer_modifier_test.v
…
generic_fn_infer_test.v
…
generic_fn_returning_type_with_T_test.v
…
generic_functions_with_normal_function_test.v
…
generics_test.v
…
goto_test.v
…
if_expression_test.v
…
if_smartcast_test.v
…
imported_symbols_test.v
…
in_expression_test.v
…
int_cmp_test.v
…
interface_test.v
…
interfaces_map_test.v
…
interop_test.v
…
live_test.v
…
local_test.v
tests: run vfmt
2020-04-12 01:41:26 +02:00
map_and_array_with_fns_test.v
…
map_equality_test.v
…
map_to_string_test.v
…
match_expression_for_types_test.v
…
match_smartcast_test.v
…
match_sumtype_var_shadow_and_as_test.v
…
match_test.v
…
method_call_chain_test.v
…
module_test.v
…
module_type_cast_test.v
…
multiple_assign_test.v
…
multiret_with_ptrtype_test.v
…
mut_test.v
…
named_break_continue_test.v
…
nested_map_test.v
…
num_lit_call_method_test.v
…
operator_overloading_with_string_interpolation_test.v
…
option_default_values_test.v
…
option_if_assign_and_fallthrough_test.v
…
option_in_loop_test.v
…
option_print_errors_test.v
…
option_test.v
…
option_void_test.v
…
parser_line_test.v
…
pointers_str_test.v
…
pointers_test.v
…
print_test.v
…
prod_test.v
…
ptr_arithmetic_test.v
…
repeated_multiret_values_test.v
…
return_voidptr_test.v
…
reusable_mut_multiret_values_test.v
…
run_v_code_from_stdin_test.v
…
semaphore_test.v
…
semaphore_timed_test.v
…
shared_array_test.v
…
shared_lock_2_test.v
…
shared_lock_3_test.v
…
shared_lock_4_test.v
…
shared_lock_test.v
…
shared_map_test.v
…
shift_test.v
…
short_struct_param_syntax_test.v
…
sizeof_2_test.v
…
sizeof_test.v
…
sorting_by_different_criteria_test.v
…
static_arrays_using_const_for_size_test.v
…
str_gen_test.v
…
string_interpolation_array_test.v
…
string_interpolation_floats_test.v
…
string_interpolation_multi_return_test.v
…
string_interpolation_of_array_of_structs_test.v
…
string_interpolation_struct_test.v
…
string_interpolation_test.v
…
string_interpolation_variadic_test.v
…
string_struct_interpolation_test.v
…
struct_allow_both_field_defaults_and_skip_flag_test.v
…
struct_chained_fields_correct_test.v
…
struct_embed_test.v
…
struct_test.v
…
sum_type_test.v
…
sumtype_calls_test.v
…
sumtype_str_test.v
…
supports__likely__test.v
…
tmpl_test.v
…
type_alias_str_method_override_test.v
…
type_alias_test.v
…
type_name_test.v
…
type_promotion_test.v
…
typeof_simple_types_test.v
…
typeof_test.v
…
unsafe_test.v
…
vargs_auto_str_method_and_println_test.v
…
vmod_parser_test.v
…
voidptr_to_u64_cast_a_test.v
…
voidptr_to_u64_cast_b_test.v
…
working_with_an_empty_struct_test.v
…