.. |
globals
|
parser: fix fn args eol errors (#7222)
|
2020-12-10 11:56:08 +02:00 |
modules
|
all: change the way import symbols work & support consts (#7182)
|
2020-12-07 19:13:03 +02:00 |
returns
|
…
|
|
run
|
tests: cleanup vlib/v/checker/tests/run ; add unused_variable_warning.vv
|
2020-09-12 12:33:17 +03:00 |
.gitattributes
|
v.scanner: fix error line numbers when comments end with CRLF
|
2020-08-26 11:39:32 +03:00 |
.gitignore
|
gen: named imported structs operator overloading and str methods (#6433)
|
2020-09-20 19:51:14 +02:00 |
add_op_wrong_left_type_err_a.out
|
…
|
|
add_op_wrong_left_type_err_a.vv
|
…
|
|
add_op_wrong_left_type_err_b.out
|
…
|
|
add_op_wrong_left_type_err_b.vv
|
…
|
|
add_op_wrong_left_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
add_op_wrong_left_type_err_c.vv
|
…
|
|
add_op_wrong_right_type_err_a.out
|
…
|
|
add_op_wrong_right_type_err_a.vv
|
…
|
|
add_op_wrong_right_type_err_b.out
|
…
|
|
add_op_wrong_right_type_err_b.vv
|
…
|
|
add_op_wrong_right_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
add_op_wrong_right_type_err_c.vv
|
…
|
|
alias_type_exists.out
|
parser: require assign on type alias (#6477)
|
2020-09-25 12:02:32 +02:00 |
alias_type_exists.vv
|
parser: require assign on type alias (#6477)
|
2020-09-25 12:02:32 +02:00 |
ambiguous_function_call_a.out
|
…
|
|
ambiguous_function_call_a.vv
|
…
|
|
ambiguous_function_call_b.out
|
…
|
|
ambiguous_function_call_b.vv
|
…
|
|
array_cmp_err.out
|
checker: add error for arr1 <,>,>=,<= arr2 (#6243)
|
2020-08-28 11:08:07 +03:00 |
array_cmp_err.vv
|
checker: add error for arr1 <,>,>=,<= arr2 (#6243)
|
2020-08-28 11:08:07 +03:00 |
array_declare_element_a.out
|
tests: use .vv files directly in compiler_errors_test.v
|
2020-08-25 18:14:06 +03:00 |
array_declare_element_a.vv
|
…
|
|
array_declare_element_b.out
|
…
|
|
array_declare_element_b.vv
|
…
|
|
array_declare_element_c.out
|
…
|
|
array_declare_element_c.vv
|
…
|
|
array_element_type.out
|
checker: improve array literal element type mismatch error (#6825)
|
2020-11-16 00:41:24 +02:00 |
array_element_type.vv
|
checker: improve array literal element type mismatch error (#6825)
|
2020-11-16 00:41:24 +02:00 |
array_filter_anon_fn_err_a.out
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
array_filter_anon_fn_err_a.vv
|
…
|
|
array_filter_anon_fn_err_b.out
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
array_filter_anon_fn_err_b.vv
|
…
|
|
array_filter_fn_err_a.out
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
array_filter_fn_err_a.vv
|
…
|
|
array_filter_fn_err_b.out
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
array_filter_fn_err_b.vv
|
…
|
|
array_init_sum_type_without_init_value_and_len_err.out
|
checker: disallow array sum types without default field (#6892)
|
2020-11-21 00:07:25 +01:00 |
array_init_sum_type_without_init_value_and_len_err.vv
|
checker: disallow array sum types without default field (#6892)
|
2020-11-21 00:07:25 +01:00 |
array_insert_type_mismatch_a.out
|
…
|
|
array_insert_type_mismatch_a.vv
|
…
|
|
array_insert_type_mismatch_b.out
|
…
|
|
array_insert_type_mismatch_b.vv
|
…
|
|
array_insert_type_mismatch_c.out
|
…
|
|
array_insert_type_mismatch_c.vv
|
…
|
|
array_insert_type_mismatch_d.out
|
…
|
|
array_insert_type_mismatch_d.vv
|
…
|
|
array_map_anon_fn_err_a.out
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
array_map_anon_fn_err_a.vv
|
…
|
|
array_map_anon_fn_err_b.out
|
array: [].map(fn...) return type can be different than original type (#7300)
|
2020-12-13 03:29:48 +01:00 |
array_map_anon_fn_err_b.vv
|
…
|
|
array_map_anon_fn_err_c.out
|
array: [].map(fn...) return type can be different than original type (#7300)
|
2020-12-13 03:29:48 +01:00 |
array_map_anon_fn_err_c.vv
|
array: [].map(fn...) return type can be different than original type (#7300)
|
2020-12-13 03:29:48 +01:00 |
array_map_fn_err_a.out
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
array_map_fn_err_a.vv
|
…
|
|
array_map_fn_err_b.out
|
array: [].map(fn...) return type can be different than original type (#7300)
|
2020-12-13 03:29:48 +01:00 |
array_map_fn_err_b.vv
|
…
|
|
array_map_fn_err_c.out
|
array: [].map(fn...) return type can be different than original type (#7300)
|
2020-12-13 03:29:48 +01:00 |
array_map_fn_err_c.vv
|
array: [].map(fn...) return type can be different than original type (#7300)
|
2020-12-13 03:29:48 +01:00 |
array_prepend_type_mismatch_a.out
|
…
|
|
array_prepend_type_mismatch_a.vv
|
…
|
|
array_prepend_type_mismatch_b.out
|
…
|
|
array_prepend_type_mismatch_b.vv
|
…
|
|
array_prepend_type_mismatch_c.out
|
…
|
|
array_prepend_type_mismatch_c.vv
|
…
|
|
array_prepend_type_mismatch_d.out
|
…
|
|
array_prepend_type_mismatch_d.vv
|
…
|
|
arrow_op_wrong_left_type_err_a.out
|
…
|
|
arrow_op_wrong_left_type_err_a.vv
|
…
|
|
arrow_op_wrong_left_type_err_b.out
|
checker: add check_expected() which returns an optional error (#6623)
|
2020-10-15 17:30:36 +02:00 |
arrow_op_wrong_left_type_err_b.vv
|
…
|
|
arrow_op_wrong_right_type_err_a.out
|
all: make type system use source name & cleanup storing name in fields
|
2020-12-06 14:55:08 +11:00 |
arrow_op_wrong_right_type_err_a.vv
|
…
|
|
arrow_op_wrong_right_type_err_b.out
|
…
|
|
arrow_op_wrong_right_type_err_b.vv
|
…
|
|
assign_expr_type_err_a.out
|
…
|
|
assign_expr_type_err_a.vv
|
…
|
|
assign_expr_type_err_b.out
|
…
|
|
assign_expr_type_err_b.vv
|
…
|
|
assign_expr_type_err_c.out
|
…
|
|
assign_expr_type_err_c.vv
|
…
|
|
assign_expr_type_err_d.out
|
…
|
|
assign_expr_type_err_d.vv
|
…
|
|
assign_expr_type_err_e.out
|
checker: improve 'operator not defined on right operand type' error (#7185)
|
2020-12-07 18:37:17 +01:00 |
assign_expr_type_err_e.vv
|
…
|
|
assign_expr_type_err_f.out
|
checker: improve 'operator not defined on right operand type' error (#7185)
|
2020-12-07 18:37:17 +01:00 |
assign_expr_type_err_f.vv
|
checker: reorganize tests to match fmt tests
|
2020-04-26 12:34:42 +02:00 |
assign_expr_type_err_g.out
|
checker: improve 'operator not defined on right operand type' error (#7185)
|
2020-12-07 18:37:17 +01:00 |
assign_expr_type_err_g.vv
|
…
|
|
assign_expr_type_err_h.out
|
checker: improve 'operator not defined on right operand type' error (#7185)
|
2020-12-07 18:37:17 +01:00 |
assign_expr_type_err_h.vv
|
…
|
|
assign_expr_type_err_i.out
|
checker: improve 'operator not defined on right operand type' error (#7185)
|
2020-12-07 18:37:17 +01:00 |
assign_expr_type_err_i.vv
|
…
|
|
assign_expr_undefined_err_a.out
|
…
|
|
assign_expr_undefined_err_a.vv
|
…
|
|
assign_expr_undefined_err_b.out
|
…
|
|
assign_expr_undefined_err_b.vv
|
…
|
|
assign_expr_undefined_err_c.out
|
…
|
|
assign_expr_undefined_err_c.vv
|
…
|
|
assign_expr_undefined_err_d.out
|
…
|
|
assign_expr_undefined_err_d.vv
|
…
|
|
assign_expr_undefined_err_e.out
|
…
|
|
assign_expr_undefined_err_e.vv
|
…
|
|
assign_expr_undefined_err_f.out
|
…
|
|
assign_expr_undefined_err_f.vv
|
…
|
|
assign_expr_unresolved_variables_err_chain.out
|
tests: cleanup vlib/v/checker/tests/run ; add unused_variable_warning.vv
|
2020-09-12 12:33:17 +03:00 |
assign_expr_unresolved_variables_err_chain.vv
|
tests: cleanup vlib/v/checker/tests/run ; add unused_variable_warning.vv
|
2020-09-12 12:33:17 +03:00 |
assign_fn_call_on_left_side_err.out
|
…
|
|
assign_fn_call_on_left_side_err.vv
|
…
|
|
assign_multi_immutable_err.out
|
checker: error if assigning to a function (#6581)
|
2020-10-09 00:48:39 +02:00 |
assign_multi_immutable_err.vv
|
checker: error if assigning to a function (#6581)
|
2020-10-09 00:48:39 +02:00 |
assign_mut.out
|
checker: fix := test
|
2020-09-09 17:59:51 +02:00 |
assign_mut.vv
|
checker: error on `mut name =` (#6247)
|
2020-08-28 20:07:32 +03:00 |
assign_sumtype2_err.out
|
checker: add tests for assign sum type to non sum type error
|
2020-12-11 21:52:25 +11:00 |
assign_sumtype2_err.vv
|
checker: add tests for assign sum type to non sum type error
|
2020-12-11 21:52:25 +11:00 |
assign_sumtype_err.out
|
checker: add tests for assign sum type to non sum type error
|
2020-12-11 21:52:25 +11:00 |
assign_sumtype_err.vv
|
checker: add tests for assign sum type to non sum type error
|
2020-12-11 21:52:25 +11:00 |
bin_lit_without_digit_err.out
|
…
|
|
bin_lit_without_digit_err.vv
|
…
|
|
bin_lit_wrong_digit_err.out
|
…
|
|
bin_lit_wrong_digit_err.vv
|
…
|
|
bit_op_wrong_left_type_err.out
|
…
|
|
bit_op_wrong_left_type_err.vv
|
…
|
|
bit_op_wrong_right_type_err.out
|
…
|
|
bit_op_wrong_right_type_err.vv
|
…
|
|
blank_ident_invalid_use.out
|
checker: verify use of blank identifier (#6412)
|
2020-09-18 23:47:50 +02:00 |
blank_ident_invalid_use.vv
|
checker: verify use of blank identifier (#6412)
|
2020-09-18 23:47:50 +02:00 |
blank_modify.out
|
…
|
|
blank_modify.vv
|
…
|
|
bool_string_cast_err.out
|
checker: disallow string(bool) (#6863)
|
2020-11-17 21:23:17 +01:00 |
bool_string_cast_err.vv
|
checker: disallow string(bool) (#6863)
|
2020-11-17 21:23:17 +01:00 |
cannot_assign_array.out
|
checker: add check_expected() which returns an optional error (#6623)
|
2020-10-15 17:30:36 +02:00 |
cannot_assign_array.vv
|
…
|
|
cannot_cast_to_alias.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
cannot_cast_to_alias.vv
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
cannot_cast_to_struct.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
cannot_cast_to_struct.vv
|
…
|
|
cast_err.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
cast_err.vv
|
…
|
|
cast_string_err.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
cast_string_err.vv
|
…
|
|
cast_string_with_byte_err.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
cast_string_with_byte_err.vv
|
…
|
|
chan_mut.out
|
checker: fix typos in chan (#6539)
|
2020-10-03 06:59:30 +02:00 |
chan_mut.vv
|
checker/channels: check `mut`/`&` state of transmitted objects (#6315)
|
2020-09-06 21:24:41 +02:00 |
chan_ref.out
|
checker: fix typos in chan (#6539)
|
2020-10-03 06:59:30 +02:00 |
chan_ref.vv
|
checker/channels: check `mut`/`&` state of transmitted objects (#6315)
|
2020-09-06 21:24:41 +02:00 |
comparing_typesymbol_to_a_type_should_not_compile.out
|
parser: do not fail on comment direct after import (#7071)
|
2020-12-01 22:32:34 +02:00 |
comparing_typesymbol_to_a_type_should_not_compile.vv
|
parser: do not fail on comment direct after import (#7071)
|
2020-12-01 22:32:34 +02:00 |
const_define_in_function_err.out
|
…
|
|
const_define_in_function_err.vv
|
…
|
|
const_field_add_err.out
|
…
|
|
const_field_add_err.vv
|
…
|
|
const_field_dec_err.out
|
…
|
|
const_field_dec_err.vv
|
…
|
|
const_field_inc_err.out
|
…
|
|
const_field_inc_err.vv
|
…
|
|
const_field_name_duplicate_err.out
|
…
|
|
const_field_name_duplicate_err.vv
|
…
|
|
const_field_name_snake_case.out
|
…
|
|
const_field_name_snake_case.vv
|
…
|
|
const_field_sub_err.out
|
…
|
|
const_field_sub_err.vv
|
…
|
|
custom_comptime_define_error.mysymbol.run.out
|
checker: fix comptime custom defines usages, add tests
|
2020-10-24 15:06:51 +03:00 |
custom_comptime_define_error.out
|
checker: initial support for evaluating expressions at compile time (#7248)
|
2020-12-11 04:46:06 +01:00 |
custom_comptime_define_error.vv
|
checker: fix comptime custom defines usages, add tests
|
2020-10-24 15:06:51 +03:00 |
custom_comptime_define_if_flag.mydebug.run.out
|
checker: fix comptime custom defines usages, add tests
|
2020-10-24 15:06:51 +03:00 |
custom_comptime_define_if_flag.nodebug.run.out
|
checker: fix comptime custom defines usages, add tests
|
2020-10-24 15:06:51 +03:00 |
custom_comptime_define_if_flag.out
|
checker: fix comptime custom defines usages, add tests
|
2020-10-24 15:06:51 +03:00 |
custom_comptime_define_if_flag.vv
|
checker: fix comptime custom defines usages, add tests
|
2020-10-24 15:06:51 +03:00 |
dec_lit_wrong_digit_err.out
|
…
|
|
dec_lit_wrong_digit_err.vv
|
…
|
|
div_mod_by_cast_zero_int_err.out
|
checker: check div/mod by zero (#7256)
|
2020-12-11 04:44:07 +01:00 |
div_mod_by_cast_zero_int_err.vv
|
checker: check div/mod by zero (#7256)
|
2020-12-11 04:44:07 +01:00 |
div_op_wrong_left_type_err_a.out
|
…
|
|
div_op_wrong_left_type_err_a.vv
|
…
|
|
div_op_wrong_left_type_err_b.out
|
…
|
|
div_op_wrong_left_type_err_b.vv
|
…
|
|
div_op_wrong_left_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
div_op_wrong_left_type_err_c.vv
|
…
|
|
div_op_wrong_right_type_err_a.out
|
…
|
|
div_op_wrong_right_type_err_a.vv
|
…
|
|
div_op_wrong_right_type_err_b.out
|
…
|
|
div_op_wrong_right_type_err_b.vv
|
…
|
|
div_op_wrong_right_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
div_op_wrong_right_type_err_c.vv
|
…
|
|
division_by_cast_zero_float_err.out
|
checker: check div/mod by zero (#7256)
|
2020-12-11 04:44:07 +01:00 |
division_by_cast_zero_float_err.vv
|
checker: check div/mod by zero (#7256)
|
2020-12-11 04:44:07 +01:00 |
division_by_zero_float_err.out
|
…
|
|
division_by_zero_float_err.vv
|
…
|
|
division_by_zero_int_err.out
|
…
|
|
division_by_zero_int_err.vv
|
…
|
|
enum_err.out
|
…
|
|
enum_err.vv
|
…
|
|
enum_field_name_duplicate_err.out
|
…
|
|
enum_field_name_duplicate_err.vv
|
…
|
|
enum_field_overflow.out
|
…
|
|
enum_field_overflow.vv
|
…
|
|
enum_field_value_duplicate_err.out
|
…
|
|
enum_field_value_duplicate_err.vv
|
…
|
|
enum_field_value_overflow.out
|
…
|
|
enum_field_value_overflow.vv
|
…
|
|
enum_single_letter.out
|
parser: dont allow single letter enums (#6526)
|
2020-10-01 23:29:49 +03:00 |
enum_single_letter.vv
|
parser: dont allow single letter enums (#6526)
|
2020-10-01 23:29:49 +03:00 |
error_with_comment_with_crlf_ending.out
|
v.scanner: fix error line numbers when comments end with CRLF
|
2020-08-26 11:39:32 +03:00 |
error_with_comment_with_crlf_ending.vv
|
v.scanner: fix error line numbers when comments end with CRLF
|
2020-08-26 11:39:32 +03:00 |
error_with_comment_with_lf_ending.out
|
v.scanner: fix error line numbers when comments end with CRLF
|
2020-08-26 11:39:32 +03:00 |
error_with_comment_with_lf_ending.vv
|
v.scanner: fix error line numbers when comments end with CRLF
|
2020-08-26 11:39:32 +03:00 |
error_with_several_comments_with_crlf_ending.out
|
checker: error on `mut name =` (#6247)
|
2020-08-28 20:07:32 +03:00 |
error_with_several_comments_with_crlf_ending.vv
|
tests: add another test for 47f59d3
|
2020-08-26 11:46:29 +03:00 |
expression_should_return_an_option.out
|
checker: add check preventing `if x:=non_optional() {}`
|
2020-11-02 01:58:07 +02:00 |
expression_should_return_an_option.vv
|
checker: add check preventing `if x:=non_optional() {}`
|
2020-11-02 01:58:07 +02:00 |
filter_on_non_arr_err.out
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
filter_on_non_arr_err.vv
|
checker: check filter, map and sort left type (#6952)
|
2020-11-26 11:28:54 +01:00 |
float_lit_exp_not_integer_err.out
|
…
|
|
float_lit_exp_not_integer_err.vv
|
…
|
|
float_lit_exp_without_digit_err.out
|
…
|
|
float_lit_exp_without_digit_err.vv
|
…
|
|
float_lit_too_many_points_err.out
|
…
|
|
float_lit_too_many_points_err.vv
|
…
|
|
float_modulo_err.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
float_modulo_err.vv
|
checker: add more checks for modulo
|
2020-05-16 15:32:46 +02:00 |
fn_args.out
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
fn_args.vv
|
checker: unify invalid argument errors, use argument position (#6785)
|
2020-11-10 10:40:50 +01:00 |
fn_type_exists.out
|
…
|
|
fn_type_exists.vv
|
…
|
|
fn_var.out
|
table: make Table.type_to_str generate proper function type, not fn name (#6716)
|
2020-11-05 06:34:56 +01:00 |
fn_var.vv
|
table: make Table.type_to_str generate proper function type, not fn name (#6716)
|
2020-11-05 06:34:56 +01:00 |
for_in_index_optional.out
|
…
|
|
for_in_index_optional.vv
|
…
|
|
for_in_index_type.out
|
…
|
|
for_in_index_type.vv
|
…
|
|
for_in_map_one_variable_err.out
|
…
|
|
for_in_map_one_variable_err.vv
|
…
|
|
for_in_range_not_match_type.out
|
…
|
|
for_in_range_not_match_type.vv
|
…
|
|
for_in_range_string_type.out
|
…
|
|
for_in_range_string_type.vv
|
…
|
|
for_match_err.out
|
parser: disallow match expr at certain places (#6490)
|
2020-10-03 16:30:58 +03:00 |
for_match_err.vv
|
parser: disallow match expr at certain places (#6490)
|
2020-10-03 16:30:58 +03:00 |
function_arg_mutable_err.out
|
checker: allow void,char,byteptr to be mut args (#7239)
|
2020-12-11 04:47:10 +01:00 |
function_arg_mutable_err.vv
|
…
|
|
function_arg_redefinition.out
|
…
|
|
function_arg_redefinition.vv
|
…
|
|
function_missing_return_type.out
|
…
|
|
function_missing_return_type.vv
|
…
|
|
function_too_many_args_err.out
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
function_too_many_args_err.vv
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
function_variadic_arg_non_final.out
|
…
|
|
function_variadic_arg_non_final.vv
|
…
|
|
function_wrong_arg_type.out
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
function_wrong_arg_type.vv
|
…
|
|
function_wrong_return_type.out
|
…
|
|
function_wrong_return_type.vv
|
…
|
|
generics_non_generic_fn_called_like_a_generic_one.out
|
checker: add a check for `x := math.sin<f64>(0)`
|
2020-11-15 11:51:12 +02:00 |
generics_non_generic_fn_called_like_a_generic_one.vv
|
checker: add a check for `x := math.sin<f64>(0)`
|
2020-11-15 11:51:12 +02:00 |
globals_error.out
|
syntax: new global variable declaration syntax (#6540)
|
2020-10-03 07:03:44 +02:00 |
globals_error.run.out
|
…
|
|
globals_error.vv
|
syntax: new global variable declaration syntax (#6540)
|
2020-10-03 07:03:44 +02:00 |
go_expr.out
|
…
|
|
go_expr.vv
|
…
|
|
go_mut_arg.out
|
…
|
|
go_mut_arg.vv
|
…
|
|
go_mut_receiver.out
|
…
|
|
go_mut_receiver.vv
|
…
|
|
hex_lit_without_digit_err.out
|
…
|
|
hex_lit_without_digit_err.vv
|
…
|
|
hex_lit_wrong_digit_err.out
|
…
|
|
hex_lit_wrong_digit_err.vv
|
…
|
|
if_expr_last_stmt.out
|
…
|
|
if_expr_last_stmt.vv
|
…
|
|
if_expr_mismatch.out
|
…
|
|
if_expr_mismatch.vv
|
…
|
|
if_expr_no_else.out
|
…
|
|
if_expr_no_else.vv
|
…
|
|
if_match_expr.out
|
checker: don't error if last statement in match branch produces a value (#6523)
|
2020-10-02 09:33:04 +02:00 |
if_match_expr.vv
|
checker: don't error if last statement in match branch produces a value (#6523)
|
2020-10-02 09:33:04 +02:00 |
if_match_expr_err.out
|
parser: disallow match expr at certain places (#6490)
|
2020-10-03 16:30:58 +03:00 |
if_match_expr_err.vv
|
parser: disallow match expr at certain places (#6490)
|
2020-10-03 16:30:58 +03:00 |
if_match_result.out
|
checker: fix panic on match expression without results (#6597)
|
2020-10-10 15:42:40 +02:00 |
if_match_result.vv
|
checker: fix panic on match expression without results (#6597)
|
2020-10-10 15:42:40 +02:00 |
immutable_arg.out
|
…
|
|
immutable_arg.vv
|
…
|
|
immutable_array_field_assign.out
|
…
|
|
immutable_array_field_assign.vv
|
…
|
|
immutable_array_field_shift.out
|
…
|
|
immutable_array_field_shift.vv
|
…
|
|
immutable_array_struct_assign.out
|
…
|
|
immutable_array_struct_assign.vv
|
…
|
|
immutable_array_struct_shift.out
|
…
|
|
immutable_array_struct_shift.vv
|
…
|
|
immutable_array_var.out
|
…
|
|
immutable_array_var.vv
|
…
|
|
immutable_field.out
|
…
|
|
immutable_field.vv
|
all: fix struct names error
|
2020-05-27 19:12:34 +03:00 |
immutable_field_postfix.out
|
…
|
|
immutable_field_postfix.vv
|
…
|
|
immutable_map_postfix.out
|
…
|
|
immutable_map_postfix.vv
|
…
|
|
immutable_rec.out
|
…
|
|
immutable_rec.vv
|
…
|
|
immutable_struct_postfix.out
|
…
|
|
immutable_struct_postfix.vv
|
…
|
|
immutable_var.out
|
…
|
|
immutable_var.vv
|
…
|
|
immutable_var_postfix.out
|
…
|
|
immutable_var_postfix.vv
|
…
|
|
import_duplicate_err.out
|
…
|
|
import_duplicate_err.vv
|
…
|
|
import_middle_err.out
|
…
|
|
import_middle_err.vv
|
…
|
|
import_mod_as_mod_err.out
|
…
|
|
import_mod_as_mod_err.vv
|
…
|
|
import_mod_sub_as_sub_err.out
|
…
|
|
import_mod_sub_as_sub_err.vv
|
…
|
|
import_multiple_modules_err.out
|
…
|
|
import_multiple_modules_err.vv
|
…
|
|
import_not_found_err.out
|
…
|
|
import_not_found_err.vv
|
…
|
|
import_not_same_line_err.out
|
…
|
|
import_not_same_line_err.vv
|
…
|
|
import_symbol_empty.out
|
…
|
|
import_symbol_empty.vv
|
…
|
|
import_symbol_fn_err.out
|
all: change the way import symbols work & support consts (#7182)
|
2020-12-07 19:13:03 +02:00 |
import_symbol_fn_err.vv
|
…
|
|
import_symbol_fn_private_err.out
|
checker: tweak the import private function message a little
|
2020-12-07 19:22:37 +02:00 |
import_symbol_fn_private_err.vv
|
all: change the way import symbols work & support consts (#7182)
|
2020-12-07 19:13:03 +02:00 |
import_symbol_invalid.out
|
…
|
|
import_symbol_invalid.vv
|
…
|
|
import_symbol_type_err.out
|
all: change the way import symbols work & support consts (#7182)
|
2020-12-07 19:13:03 +02:00 |
import_symbol_type_err.vv
|
…
|
|
import_symbol_type_private_err.out
|
all: change the way import symbols work & support consts (#7182)
|
2020-12-07 19:13:03 +02:00 |
import_symbol_type_private_err.vv
|
all: change the way import symbols work & support consts (#7182)
|
2020-12-07 19:13:03 +02:00 |
import_symbol_unclosed.out
|
…
|
|
import_symbol_unclosed.vv
|
…
|
|
import_syntax_err.out
|
…
|
|
import_syntax_err.vv
|
…
|
|
import_unused_warning.out
|
…
|
|
import_unused_warning.vv
|
…
|
|
in_mismatch_type.out
|
checker: add check_expected() which returns an optional error (#6623)
|
2020-10-15 17:30:36 +02:00 |
in_mismatch_type.vv
|
…
|
|
incorrect_for_in_name_variable.out
|
…
|
|
incorrect_for_in_name_variable.vv
|
…
|
|
incorrect_name_alias_type.out
|
…
|
|
incorrect_name_alias_type.vv
|
…
|
|
incorrect_name_const.out
|
…
|
|
incorrect_name_const.vv
|
…
|
|
incorrect_name_enum.out
|
…
|
|
incorrect_name_enum.vv
|
…
|
|
incorrect_name_enum_field.out
|
…
|
|
incorrect_name_enum_field.vv
|
…
|
|
incorrect_name_fn_type.out
|
…
|
|
incorrect_name_fn_type.vv
|
…
|
|
incorrect_name_function.out
|
…
|
|
incorrect_name_function.vv
|
…
|
|
incorrect_name_interface.out
|
…
|
|
incorrect_name_interface.vv
|
…
|
|
incorrect_name_interface_method.out
|
…
|
|
incorrect_name_interface_method.vv
|
…
|
|
incorrect_name_module.out
|
…
|
|
incorrect_name_module.vv
|
…
|
|
incorrect_name_struct.out
|
…
|
|
incorrect_name_struct.vv
|
…
|
|
incorrect_name_struct_field.out
|
…
|
|
incorrect_name_struct_field.vv
|
…
|
|
incorrect_name_sum_type.out
|
gen: implement type_name method for sum type instances (#6802)
|
2020-11-14 13:59:03 +02:00 |
incorrect_name_sum_type.vv
|
gen: implement type_name method for sum type instances (#6802)
|
2020-11-14 13:59:03 +02:00 |
incorrect_name_variable.out
|
…
|
|
incorrect_name_variable.vv
|
…
|
|
index_expr.out
|
…
|
|
index_expr.vv
|
…
|
|
infix_err.out
|
checker: require binary operands for &&, || (#6449)
|
2020-09-23 20:48:25 +02:00 |
infix_err.vv
|
checker: require binary operands for &&, || (#6449)
|
2020-09-23 20:48:25 +02:00 |
int_modulo_by_zero_err.out
|
…
|
|
int_modulo_by_zero_err.vv
|
…
|
|
interpolation_recursive_str_err.out
|
checker: fix interpolation recursive str (fix #1905) (#7141)
|
2020-12-05 21:41:54 +01:00 |
interpolation_recursive_str_err.vv
|
checker: fix interpolation recursive str (fix #1905) (#7141)
|
2020-12-05 21:41:54 +01:00 |
invert_other_types_bits_error.out
|
…
|
|
invert_other_types_bits_error.vv
|
…
|
|
is_type_invalid.out
|
all: remove old sumtype code (#6937)
|
2020-11-24 17:55:24 +01:00 |
is_type_invalid.vv
|
checker: check type in `is` InfixExpr (#6407)
|
2020-09-18 01:01:05 +02:00 |
is_type_not_exist.out
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
is_type_not_exist.vv
|
…
|
|
labelled_break_continue.out
|
checker: check labelled break/continue is inside a matching `for` loop (#6910)
|
2020-11-22 20:51:07 +01:00 |
labelled_break_continue.vv
|
checker: check labelled break/continue is inside a matching `for` loop (#6910)
|
2020-11-22 20:51:07 +01:00 |
left_shift_err.out
|
…
|
|
left_shift_err.vv
|
…
|
|
lock_already_locked.out
|
…
|
|
lock_already_locked.vv
|
checker, cgen: checks for shared/lock, first autolock (#5815)
|
2020-07-13 12:19:28 +02:00 |
lock_already_rlocked.out
|
…
|
|
lock_already_rlocked.vv
|
…
|
|
lock_const.out
|
…
|
|
lock_const.vv
|
…
|
|
lock_needed.out
|
…
|
|
lock_needed.vv
|
…
|
|
lock_nonshared.out
|
…
|
|
lock_nonshared.vv
|
…
|
|
main_and_script_err.out
|
checker: prompt error on script expression while inside a file with main (#6400)
|
2020-09-18 01:14:14 +02:00 |
main_and_script_err.vv
|
checker: prompt error on script expression while inside a file with main (#6400)
|
2020-09-18 01:14:14 +02:00 |
main_args_err.out
|
…
|
|
main_args_err.vv
|
…
|
|
main_called_err.out
|
…
|
|
main_called_err.vv
|
…
|
|
main_return_err.out
|
…
|
|
main_return_err.vv
|
…
|
|
map_init_key_duplicate_err.out
|
…
|
|
map_init_key_duplicate_err.vv
|
…
|
|
map_init_wrong_type.out
|
checker: add check_expected() which returns an optional error (#6623)
|
2020-10-15 17:30:36 +02:00 |
map_init_wrong_type.vv
|
…
|
|
map_unknown_value.out
|
all: better type error positions (#6345)
|
2020-09-11 14:37:14 +02:00 |
map_unknown_value.vv
|
checker: add checks for map key/value types (#6283)
|
2020-09-04 23:59:54 +02:00 |
match_duplicate_branch.out
|
…
|
|
match_duplicate_branch.vv
|
…
|
|
match_else_last_expr.out
|
…
|
|
match_else_last_expr.vv
|
…
|
|
match_expr_and_expected_type_error.out
|
cgen: union sum types implementation (#6745)
|
2020-11-11 09:18:15 +01:00 |
match_expr_and_expected_type_error.vv
|
checker: improve error message for match branch type mismatch (#6588)
|
2020-10-09 16:11:11 +02:00 |
match_expr_else.out
|
…
|
|
match_expr_else.vv
|
…
|
|
match_invalid_type.out
|
all: remove old sumtype code (#6937)
|
2020-11-24 17:55:24 +01:00 |
match_invalid_type.vv
|
checker: improve error message for match branch type mismatch (#6588)
|
2020-10-09 16:11:11 +02:00 |
match_return_mismatch_type_err.out
|
checker: check match return mismatch type (fix #6826) (#7109)
|
2020-12-03 21:14:23 +02:00 |
match_return_mismatch_type_err.vv
|
checker: check match return mismatch type (fix #6826) (#7109)
|
2020-12-03 21:14:23 +02:00 |
match_sumtype_multiple_types.out
|
parser: fix position offset by 1 (#7099)
|
2020-12-03 11:25:06 +02:00 |
match_sumtype_multiple_types.vv
|
all: remove old sumtype code (#6937)
|
2020-11-24 17:55:24 +01:00 |
match_undefined_cond.out
|
cgen: union sum types implementation (#6745)
|
2020-11-11 09:18:15 +01:00 |
match_undefined_cond.vv
|
…
|
|
method_wrong_arg_type.out
|
…
|
|
method_wrong_arg_type.vv
|
…
|
|
minus_op_wrong_left_type_err_a.out
|
…
|
|
minus_op_wrong_left_type_err_a.vv
|
…
|
|
minus_op_wrong_left_type_err_b.out
|
…
|
|
minus_op_wrong_left_type_err_b.vv
|
…
|
|
minus_op_wrong_left_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
minus_op_wrong_left_type_err_c.vv
|
…
|
|
minus_op_wrong_right_type_err_a.out
|
…
|
|
minus_op_wrong_right_type_err_a.vv
|
…
|
|
minus_op_wrong_right_type_err_b.out
|
…
|
|
minus_op_wrong_right_type_err_b.vv
|
…
|
|
minus_op_wrong_right_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
minus_op_wrong_right_type_err_c.vv
|
…
|
|
mismatched_ptr_op_ptr.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
mismatched_ptr_op_ptr.vv
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
missing_c_lib_header_1.out
|
cgen: produce cleaner error on missing C headers (with optional explanation) (#6637)
|
2020-10-17 18:27:06 +03:00 |
missing_c_lib_header_1.vv
|
cgen: produce cleaner error on missing C headers (with optional explanation) (#6637)
|
2020-10-17 18:27:06 +03:00 |
missing_c_lib_header_with_explanation_2.out
|
cgen: produce cleaner error on missing C headers (with optional explanation) (#6637)
|
2020-10-17 18:27:06 +03:00 |
missing_c_lib_header_with_explanation_2.vv
|
cgen: produce cleaner error on missing C headers (with optional explanation) (#6637)
|
2020-10-17 18:27:06 +03:00 |
mod_op_wrong_left_type_err_a.out
|
…
|
|
mod_op_wrong_left_type_err_a.vv
|
…
|
|
mod_op_wrong_left_type_err_b.out
|
…
|
|
mod_op_wrong_left_type_err_b.vv
|
…
|
|
mod_op_wrong_left_type_err_c.out
|
…
|
|
mod_op_wrong_left_type_err_c.vv
|
…
|
|
mod_op_wrong_left_type_err_d.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
mod_op_wrong_left_type_err_d.vv
|
…
|
|
mod_op_wrong_right_type_err_a.out
|
…
|
|
mod_op_wrong_right_type_err_a.vv
|
…
|
|
mod_op_wrong_right_type_err_b.out
|
…
|
|
mod_op_wrong_right_type_err_b.vv
|
…
|
|
mod_op_wrong_right_type_err_c.out
|
…
|
|
mod_op_wrong_right_type_err_c.vv
|
…
|
|
mod_op_wrong_right_type_err_d.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
mod_op_wrong_right_type_err_d.vv
|
…
|
|
module_multiple_names_err.out
|
…
|
|
module_multiple_names_err.vv
|
…
|
|
module_not_at_same_line_err.out
|
…
|
|
module_not_at_same_line_err.vv
|
…
|
|
module_syntax_err.out
|
…
|
|
module_syntax_err.vv
|
…
|
|
mul_op_wrong_left_type_err_a.out
|
…
|
|
mul_op_wrong_left_type_err_a.vv
|
…
|
|
mul_op_wrong_left_type_err_b.out
|
…
|
|
mul_op_wrong_left_type_err_b.vv
|
…
|
|
mul_op_wrong_left_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
mul_op_wrong_left_type_err_c.vv
|
…
|
|
mul_op_wrong_left_type_err_d.out
|
…
|
|
mul_op_wrong_left_type_err_d.vv
|
…
|
|
mul_op_wrong_right_type_err_a.out
|
…
|
|
mul_op_wrong_right_type_err_a.vv
|
…
|
|
mul_op_wrong_right_type_err_b.out
|
…
|
|
mul_op_wrong_right_type_err_b.vv
|
…
|
|
mul_op_wrong_right_type_err_c.out
|
checker: modify error messages for ptrs (#6325)
|
2020-09-09 10:07:58 +02:00 |
mul_op_wrong_right_type_err_c.vv
|
…
|
|
mul_op_wrong_right_type_err_d.out
|
…
|
|
mul_op_wrong_right_type_err_d.vv
|
…
|
|
multi_const_field_name_duplicate_err.out
|
…
|
|
multi_const_field_name_duplicate_err.vv
|
…
|
|
multi_names_err.out
|
…
|
|
multi_names_err.vv
|
…
|
|
mut_arg.out
|
checker: simplify argument qualifier errors (#6321)
|
2020-09-08 19:34:17 +02:00 |
mut_arg.vv
|
checker: simplify argument qualifier errors (#6321)
|
2020-09-08 19:34:17 +02:00 |
mut_args_warning.out
|
…
|
|
mut_args_warning.vv
|
…
|
|
mut_array_get_element_address_err.out
|
checker: add is_mut check for disallowing taking address of map's key and array's element outside unsafe (#6573)
|
2020-10-08 09:37:18 +03:00 |
mut_array_get_element_address_err.vv
|
checker: add is_mut check for disallowing taking address of map's key and array's element outside unsafe (#6573)
|
2020-10-08 09:37:18 +03:00 |
mut_int.out
|
checker: allow void,char,byteptr to be mut args (#7239)
|
2020-12-11 04:47:10 +01:00 |
mut_int.vv
|
…
|
|
mut_map_get_value_address_err.out
|
checker: never allow taking the address of map values
|
2020-12-20 07:55:23 +01:00 |
mut_map_get_value_address_err.vv
|
checker: add is_mut check for disallowing taking address of map's key and array's element outside unsafe (#6573)
|
2020-10-08 09:37:18 +03:00 |
mut_receiver_warning.out
|
…
|
|
mut_receiver_warning.vv
|
…
|
|
nested_aliases.out
|
…
|
|
nested_aliases.vv
|
…
|
|
no_interface_instantiation_a.out
|
…
|
|
no_interface_instantiation_a.vv
|
…
|
|
no_interface_instantiation_b.out
|
…
|
|
no_interface_instantiation_b.vv
|
…
|
|
no_interface_instantiation_c.out
|
…
|
|
no_interface_instantiation_c.vv
|
…
|
|
no_interface_receiver.out
|
…
|
|
no_interface_receiver.vv
|
…
|
|
no_interface_receiver_duplicate_a.out
|
tests: use .vv files directly in compiler_errors_test.v
|
2020-08-25 18:14:06 +03:00 |
no_interface_receiver_duplicate_a.vv
|
…
|
|
no_interface_receiver_duplicate_b.out
|
…
|
|
no_interface_receiver_duplicate_b.vv
|
…
|
|
no_interface_str.out
|
…
|
|
no_interface_str.vv
|
…
|
|
no_main_mod.out
|
…
|
|
no_main_mod.vv
|
…
|
|
no_main_println_err.out
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
no_main_println_err.vv
|
…
|
|
no_pub_in_main.out
|
…
|
|
no_pub_in_main.vv
|
…
|
|
non_matching_functional_args.out
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
non_matching_functional_args.vv
|
…
|
|
none_type_cast_err.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
none_type_cast_err.vv
|
checker: disallow type casting to `none` (#6635)
|
2020-10-17 20:02:30 +03:00 |
oct_lit_without_digit_err.out
|
…
|
|
oct_lit_without_digit_err.vv
|
…
|
|
oct_lit_wrong_digit_err.out
|
…
|
|
oct_lit_wrong_digit_err.vv
|
…
|
|
optional_index_err.out
|
checker: add more checks for index_expr (#6737)
|
2020-11-07 14:55:05 +01:00 |
optional_index_err.vv
|
checker: add more checks for index_expr (#6737)
|
2020-11-07 14:55:05 +01:00 |
optional_method_err.out
|
checker: improve wording on error messages (#6799)
|
2020-11-11 23:11:27 +02:00 |
optional_method_err.vv
|
tests: add optional_method_err.vv
|
2020-09-12 13:12:06 +03:00 |
optional_or_block_mismatch.out
|
checker: fix or_block return &type mismatch (#7138)
|
2020-12-05 08:06:51 +02:00 |
optional_or_block_mismatch.vv
|
checker: fix or_block return &type mismatch (#7138)
|
2020-12-05 08:06:51 +02:00 |
optional_or_block_none_err.out
|
checker: fix optional or_block {none} (#7095)
|
2020-12-03 01:03:17 +01:00 |
optional_or_block_none_err.vv
|
checker: fix optional or_block {none} (#7095)
|
2020-12-03 01:03:17 +01:00 |
optional_or_block_returns_value_of_incompatible_type.out
|
checker: disallow `opt_returning_string() or { ... 123 }` (closes #6711)
|
2020-11-02 05:29:37 +02:00 |
optional_or_block_returns_value_of_incompatible_type.vv
|
checker: disallow `opt_returning_string() or { ... 123 }` (closes #6711)
|
2020-11-02 05:29:37 +02:00 |
optional_type_call_err.out
|
…
|
|
optional_type_call_err.vv
|
…
|
|
or_err.out
|
parser: fixes or block position (#6736)
|
2020-11-04 16:02:01 +02:00 |
or_err.vv
|
checker: tweak error messages for `or` block; use proper type names (#6377)
|
2020-09-18 01:09:00 +02:00 |
overflow_int_err.out
|
checker: prompt error on implicit int overflow by literal (#6410)
|
2020-09-20 16:29:01 +02:00 |
overflow_int_err.vv
|
checker: prompt error on implicit int overflow by literal (#6410)
|
2020-09-20 16:29:01 +02:00 |
overload_return_type.out
|
checker: add check_expected() which returns an optional error (#6623)
|
2020-10-15 17:30:36 +02:00 |
overload_return_type.vv
|
gen: named imported structs operator overloading and str methods (#6433)
|
2020-09-20 19:51:14 +02:00 |
plus_or_minus_assign_one_err.out
|
…
|
|
plus_or_minus_assign_one_err.vv
|
…
|
|
pointer_ops.out
|
checker: disallow op= and infix on a voidptr (#7175)
|
2020-12-07 22:43:38 +02:00 |
pointer_ops.vv
|
checker: disallow op= and infix on a voidptr (#7175)
|
2020-12-07 22:43:38 +02:00 |
prefix_err.out
|
checker: add error for amp on literals (#6467)
|
2020-09-24 21:13:46 +02:00 |
prefix_err.vv
|
…
|
|
prefix_expr_decl_assign_err.out
|
all: add .pos fields to all AST nodes, to avoid wrong positions in error messages
|
2020-11-04 13:34:12 +02:00 |
prefix_expr_decl_assign_err.vv
|
checker: add error for ast.PrefixExpr on the left side of decl_assign (#6660)
|
2020-10-21 17:37:30 +02:00 |
ptr_assign.out
|
checker: disallow assigning number to pointer (#7267)
|
2020-12-12 10:42:07 +01:00 |
ptr_assign.vv
|
checker: disallow assigning number to pointer (#7267)
|
2020-12-12 10:42:07 +01:00 |
reference_field_must_be_initialized.out
|
…
|
|
reference_field_must_be_initialized.vv
|
…
|
|
return_duplicate_with_none_err_a.out
|
…
|
|
return_duplicate_with_none_err_a.vv
|
…
|
|
return_duplicate_with_none_err_b.out
|
…
|
|
return_duplicate_with_none_err_b.vv
|
…
|
|
return_missing_comp_if.out
|
…
|
|
return_missing_comp_if.vv
|
…
|
|
return_missing_comp_if_nested.out
|
…
|
|
return_missing_comp_if_nested.vv
|
…
|
|
return_missing_if_else_simple.out
|
checker: add a missing return regression test for if branches too
|
2020-11-11 18:06:13 +02:00 |
return_missing_if_else_simple.vv
|
checker: add a missing return regression test for if branches too
|
2020-11-11 18:06:13 +02:00 |
return_missing_if_match.out
|
…
|
|
return_missing_if_match.vv
|
…
|
|
return_missing_match_if.out
|
…
|
|
return_missing_match_if.vv
|
…
|
|
return_missing_match_simple.out
|
checker: check that fns with return values, and matches, do return
|
2020-11-11 17:23:57 +02:00 |
return_missing_match_simple.vv
|
checker: check that fns with return values, and matches, do return
|
2020-11-11 17:23:57 +02:00 |
return_missing_nested.out
|
…
|
|
return_missing_nested.vv
|
…
|
|
return_missing_simple.out
|
…
|
|
return_missing_simple.vv
|
…
|
|
return_optional_err.out
|
…
|
|
return_optional_err.vv
|
…
|
|
return_ref_as_no_ref_bug.out
|
…
|
|
return_ref_as_no_ref_bug.vv
|
…
|
|
return_type.out
|
…
|
|
return_type.vv
|
…
|
|
return_working_comp_if.out
|
…
|
|
return_working_comp_if.vv
|
…
|
|
return_working_comp_if_nested.out
|
…
|
|
return_working_comp_if_nested.vv
|
…
|
|
return_working_if_match.out
|
…
|
|
return_working_if_match.vv
|
…
|
|
return_working_match_if.out
|
…
|
|
return_working_match_if.vv
|
…
|
|
return_working_nested.out
|
…
|
|
return_working_nested.vv
|
…
|
|
return_working_simple.out
|
…
|
|
return_working_simple.vv
|
…
|
|
return_working_two_if.out
|
…
|
|
return_working_two_if.vv
|
…
|
|
return_working_unsafe.out
|
…
|
|
return_working_unsafe.vv
|
…
|
|
rshift_op_wrong_left_type_err.out
|
…
|
|
rshift_op_wrong_left_type_err.vv
|
…
|
|
rshift_op_wrong_right_type_err.out
|
…
|
|
rshift_op_wrong_right_type_err.vv
|
…
|
|
selector_expr_assign.out
|
…
|
|
selector_expr_assign.vv
|
…
|
|
shift_op_wrong_left_type_err.out
|
…
|
|
shift_op_wrong_left_type_err.vv
|
…
|
|
shift_op_wrong_right_type_err.out
|
…
|
|
shift_op_wrong_right_type_err.vv
|
…
|
|
short_struct_wrong_number.out
|
checker: check number of fields in short struct inits (#6280)
|
2020-08-31 22:17:59 +02:00 |
short_struct_wrong_number.vv
|
checker: check number of fields in short struct inits (#6280)
|
2020-08-31 22:17:59 +02:00 |
sort_method_called_on_immutable_receiver.out
|
…
|
|
sort_method_called_on_immutable_receiver.vv
|
…
|
|
static_vars_in_translated_mode.out
|
parser: support `mut static x := y` in -translated mode
|
2020-10-09 22:24:21 +03:00 |
static_vars_in_translated_mode.vv
|
parser: support `mut static x := y` in -translated mode
|
2020-10-09 22:24:21 +03:00 |
str_method_0_arguments.out
|
…
|
|
str_method_0_arguments.vv
|
…
|
|
str_method_return_string.out
|
…
|
|
str_method_return_string.vv
|
…
|
|
string_char_null_err.out
|
scanner/parser: change error msgs for `\0` and `\x00` and add error for r`byte` and c`byte` (#6436)
|
2020-09-21 17:34:24 +03:00 |
string_char_null_err.vv
|
scanner: allow escape on null character (#6404)
|
2020-09-18 01:02:06 +02:00 |
string_escape_u_err_a.out
|
scanner: fix escape `\u` (fix #6849) (#7012)
|
2020-11-29 17:01:40 +02:00 |
string_escape_u_err_a.vv
|
scanner: fix escape `\u` (fix #6849) (#7012)
|
2020-11-29 17:01:40 +02:00 |
string_escape_u_err_b.out
|
scanner: fix escape `\u` (fix #6849) (#7012)
|
2020-11-29 17:01:40 +02:00 |
string_escape_u_err_b.vv
|
scanner: fix escape `\u` (fix #6849) (#7012)
|
2020-11-29 17:01:40 +02:00 |
string_escape_x_err_a.out
|
scanner: fix error of backslash escaping x in ident_string(fix #6850) (#6994)
|
2020-11-29 00:39:45 +02:00 |
string_escape_x_err_a.vv
|
scanner: fix error of backslash escaping x in ident_string(fix #6850) (#6994)
|
2020-11-29 00:39:45 +02:00 |
string_escape_x_err_b.out
|
scanner: fix error of backslash escaping x in ident_string(fix #6850) (#6994)
|
2020-11-29 00:39:45 +02:00 |
string_escape_x_err_b.vv
|
scanner: fix error of backslash escaping x in ident_string(fix #6850) (#6994)
|
2020-11-29 00:39:45 +02:00 |
string_index_assign_error.out
|
…
|
|
string_index_assign_error.vv
|
…
|
|
string_index_non_int_err.out
|
checker: add more checks for index_expr (#6737)
|
2020-11-07 14:55:05 +01:00 |
string_index_non_int_err.vv
|
checker: add more checks for index_expr (#6737)
|
2020-11-07 14:55:05 +01:00 |
string_interpolation_invalid_fmt.out
|
…
|
|
string_interpolation_invalid_fmt.vv
|
…
|
|
string_interpolation_wrong_fmt.out
|
…
|
|
string_interpolation_wrong_fmt.vv
|
…
|
|
struct_assigned_to_pointer_to_struct.out
|
checker: add a check for `ptr = Abc{}`
|
2020-11-07 21:19:46 +02:00 |
struct_assigned_to_pointer_to_struct.vv
|
checker: add a check for `ptr = Abc{}`
|
2020-11-07 21:19:46 +02:00 |
struct_cast_to_struct_generic_err.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
struct_cast_to_struct_generic_err.vv
|
…
|
|
struct_cast_to_struct_mut_err_a.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
struct_cast_to_struct_mut_err_a.vv
|
…
|
|
struct_cast_to_struct_mut_err_b.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
struct_cast_to_struct_mut_err_b.vv
|
…
|
|
struct_cast_to_struct_pub_err_a.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
struct_cast_to_struct_pub_err_a.vv
|
…
|
|
struct_cast_to_struct_pub_err_b.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
struct_cast_to_struct_pub_err_b.vv
|
…
|
|
struct_embed_invalid_type.out
|
all: struct embedding
|
2020-10-30 07:09:26 +01:00 |
struct_embed_invalid_type.vv
|
all: struct embedding
|
2020-10-30 07:09:26 +01:00 |
struct_field_name_duplicate_err.out
|
…
|
|
struct_field_name_duplicate_err.vv
|
…
|
|
struct_pub_field.out
|
…
|
|
struct_pub_field.vv
|
…
|
|
struct_required_field.out
|
docs: document the `[required]` struct attribute (#6956)
|
2020-11-27 15:37:12 +02:00 |
struct_required_field.vv
|
checker: implement `[required]` struct field attribute (#6276)
|
2020-08-31 23:15:40 +02:00 |
struct_type_cast_err.out
|
checker: fix struct cast (#7308)
|
2020-12-15 04:30:51 +01:00 |
struct_type_cast_err.vv
|
checker: fix struct cast (#7308)
|
2020-12-15 04:30:51 +01:00 |
struct_unknown_field.out
|
…
|
|
struct_unknown_field.vv
|
…
|
|
struct_unneeded_default.out
|
checker: fix error pos on default value (#6338)
|
2020-09-09 15:34:41 +02:00 |
struct_unneeded_default.vv
|
checker: fix error pos on default value (#6338)
|
2020-09-09 15:34:41 +02:00 |
sum.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
sum.vv
|
checker - improve error for `as` casting on non-sum type (#6587)
|
2020-10-09 16:12:12 +02:00 |
sum_type_assign_non_variant_err.out
|
all: nested sum types (#6913)
|
2020-11-23 16:16:13 +01:00 |
sum_type_assign_non_variant_err.vv
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
sum_type_exists.out
|
…
|
|
sum_type_exists.vv
|
…
|
|
sum_type_infix_err.out
|
checker: fix sum type operator check (#6815)
|
2020-11-17 21:26:40 +01:00 |
sum_type_infix_err.vv
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
sum_type_mutable_cast_err.out
|
checker: fix sumtype matching test (#7235)
|
2020-12-10 17:22:54 +02:00 |
sum_type_mutable_cast_err.vv
|
checker: fix sumtype matching test (#7235)
|
2020-12-10 17:22:54 +02:00 |
sum_type_ref_variant_err.out
|
parser: disallow ptr type as sum type variant (#6996)
|
2020-11-28 23:40:40 +02:00 |
sum_type_ref_variant_err.vv
|
parser: disallow ptr type as sum type variant (#6996)
|
2020-11-28 23:40:40 +02:00 |
test_functions_should_not_return_test.out
|
checker: add check against `fn test_opt() ?{}`
|
2020-11-20 15:12:53 +02:00 |
test_functions_should_not_return_test.vv
|
checker: add check against `fn test_opt() ?{}`
|
2020-11-20 15:12:53 +02:00 |
trailing_comma_struct_attr.out
|
…
|
|
trailing_comma_struct_attr.vv
|
…
|
|
type_cast_optional_err.out
|
checker: add more casts checks (#7355)
|
2020-12-16 17:50:39 +01:00 |
type_cast_optional_err.vv
|
checker: add more casts checks (#7355)
|
2020-12-16 17:50:39 +01:00 |
unexpected_or.out
|
parser: fixes or block position (#6736)
|
2020-11-04 16:02:01 +02:00 |
unexpected_or.vv
|
…
|
|
unexpected_or_propagate.out
|
checker: improve wording on error messages (#6799)
|
2020-11-11 23:11:27 +02:00 |
unexpected_or_propagate.vv
|
…
|
|
unfinished_string.out
|
scanner: add an error for unfinished string literals (#6519)
|
2020-10-01 16:40:59 +03:00 |
unfinished_string.vv
|
scanner: add an error for unfinished string literals (#6519)
|
2020-10-01 16:40:59 +03:00 |
unimplemented_interface_a.out
|
…
|
|
unimplemented_interface_a.vv
|
…
|
|
unimplemented_interface_b.out
|
…
|
|
unimplemented_interface_b.vv
|
…
|
|
unimplemented_interface_c.out
|
…
|
|
unimplemented_interface_c.vv
|
…
|
|
unimplemented_interface_d.out
|
…
|
|
unimplemented_interface_d.vv
|
…
|
|
unimplemented_interface_e.out
|
…
|
|
unimplemented_interface_e.vv
|
…
|
|
unimplemented_interface_f.out
|
…
|
|
unimplemented_interface_f.vv
|
…
|
|
unimplemented_interface_g.out
|
…
|
|
unimplemented_interface_g.vv.disabled
|
…
|
|
unknown_array_element_type_b.out
|
all: better type error positions (#6345)
|
2020-09-11 14:37:14 +02:00 |
unknown_array_element_type_b.vv
|
…
|
|
unknown_as_type.out
|
…
|
|
unknown_as_type.vv
|
…
|
|
unknown_comptime_expr.out
|
checker: initial support for evaluating expressions at compile time (#7248)
|
2020-12-11 04:46:06 +01:00 |
unknown_comptime_expr.vv
|
checker: initial support for evaluating expressions at compile time (#7248)
|
2020-12-11 04:46:06 +01:00 |
unknown_field.out
|
…
|
|
unknown_field.vv
|
…
|
|
unknown_method.out
|
…
|
|
unknown_method.vv
|
…
|
|
unknown_method_suggest_name.out
|
all: better type error positions (#6345)
|
2020-09-11 14:37:14 +02:00 |
unknown_method_suggest_name.vv
|
checker: check number of fields in short struct inits (#6280)
|
2020-08-31 22:17:59 +02:00 |
unknown_struct_field_suggest_name.out
|
checker: add a suggestion for misspelled struct field name errors
|
2020-10-01 15:36:47 +03:00 |
unknown_struct_field_suggest_name.vv
|
checker: add a suggestion for misspelled struct field name errors
|
2020-10-01 15:36:47 +03:00 |
unknown_var_assign.out
|
checker: error on `mut name =` (#6247)
|
2020-08-28 20:07:32 +03:00 |
unknown_var_assign.vv
|
…
|
|
unnecessary_parenthesis.out
|
ast: merge `IfExpr` and `CompIf` (#6011)
|
2020-09-18 00:58:54 +02:00 |
unnecessary_parenthesis.vv
|
…
|
|
unreachable_code.out
|
…
|
|
unreachable_code.vv
|
…
|
|
unsafe_c_calls_should_be_checked.out
|
tests: use .vv files directly in compiler_errors_test.v
|
2020-08-25 18:14:06 +03:00 |
unsafe_c_calls_should_be_checked.vv
|
…
|
|
unsafe_pointer_arithmetic_should_be_checked.out
|
checker: remove duplicated unsafe tests (#7216)
|
2020-12-09 19:57:15 +01:00 |
unsafe_pointer_arithmetic_should_be_checked.vv
|
checker: remove duplicated unsafe tests (#7216)
|
2020-12-09 19:57:15 +01:00 |
unsafe_required.out
|
checker: remove duplicated unsafe tests (#7216)
|
2020-12-09 19:57:15 +01:00 |
unsafe_required.vv
|
checker: remove duplicated unsafe tests (#7216)
|
2020-12-09 19:57:15 +01:00 |
use_deprecated_function_warning.out
|
…
|
|
use_deprecated_function_warning.vv
|
…
|
|
var_eval_not_used.out
|
…
|
|
var_eval_not_used.vv
|
…
|
|
var_eval_not_used_scope.out
|
…
|
|
var_eval_not_used_scope.vv
|
…
|
|
var_used_before_declaration.out
|
…
|
|
var_used_before_declaration.vv
|
…
|
|
void_fn_as_value.out
|
…
|
|
void_fn_as_value.vv
|
…
|
|
void_function_assign_to_string.out
|
…
|
|
void_function_assign_to_string.vv
|
checker: update tests
|
2020-10-15 12:39:32 +02:00 |
void_optional_err.out
|
…
|
|
void_optional_err.vv
|
…
|
|
vweb_routing_checks.out
|
vweb: check function and route parameter count (#6761)
|
2020-11-08 09:14:24 +01:00 |
vweb_routing_checks.vv
|
vweb: check function and route parameter count (#6761)
|
2020-11-08 09:14:24 +01:00 |
warnings_for_string_c2v_calls.out
|
checker: add alias cast type check (closes #6705) (#6709)
|
2020-11-02 01:17:35 +01:00 |
warnings_for_string_c2v_calls.vv
|
…
|
|
wrong_propagate_ret_type.out
|
checker: improve wording on error messages (#6799)
|
2020-11-11 23:11:27 +02:00 |
wrong_propagate_ret_type.vv
|
…
|
|