v/vlib/v/tests/inout
yuyi 786045c7da
parser: fix comptime if script mode (fix #6419) (#14578)
2022-06-01 13:27:27 +03:00
..
.gitignore
bad_st_as.out gen: panic with correct type names (#8355) 2021-01-30 18:54:05 +02:00
bad_st_as.vv
cli_command_no_execute.out cli: help displayed when a Command has no execute function (fix #6530) (#6567) 2020-10-07 05:39:13 +02:00
cli_command_no_execute.vv vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
cli_root_default_help.out cli: show help for empty root command (#6636) 2020-10-17 19:06:27 +03:00
cli_root_default_help.vv cli: add automatic manpage generation with -man (#13911) 2022-04-03 10:12:47 +03:00
compiler_test.v ci: add a skip list in compiler_test.v (for tmpl_parse_html.vv) 2022-05-15 10:23:13 +03:00
comptime_if_script_mode.out parser: fix comptime if script mode (fix #6419) (#14578) 2022-06-01 13:27:27 +03:00
comptime_if_script_mode.vv parser: fix comptime if script mode (fix #6419) (#14578) 2022-06-01 13:27:27 +03:00
data_obj.v.templ parser: make the $tmpl subparser more robust. The legacy .html mode, is now ON, only for .html template files. 2022-01-18 14:57:45 +02:00
dump_expression.out ci: fix dump_expression.vv when v is actually vprod (-‸ლ) 2022-03-10 18:13:00 +02:00
dump_expression.vv tests: use u8 everywhere 2022-04-15 18:34:15 +03:00
embedded.html tmpl: fix <div> inside <div> 2021-09-21 07:54:10 +03:00
enum_print.out cgen: fix enum print (#11218) 2021-08-18 17:11:12 +03:00
enum_print.vv cgen: fix enum print (#11218) 2021-08-18 17:11:12 +03:00
file.html fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
file.md tmpl: enforce stricter line checking for html interpolation (#11413) 2021-09-07 02:21:23 +03:00
fixed_array_index.out cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
fixed_array_index.vv cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
fixed_array_slice.out cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
fixed_array_slice.vv cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
footer.md tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv 2021-02-28 19:14:19 +02:00
generic_fn_with_array_arg.out checker, cgen: fix generic fn with array and fixed array arguments (#14385) 2022-05-13 06:57:48 +03:00
generic_fn_with_array_arg.vv checker, cgen: fix generic fn with array and fixed array arguments (#14385) 2022-05-13 06:57:48 +03:00
header.md tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv 2021-02-28 19:14:19 +02:00
hello.out
hello.vv ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
hello_devs.out
hello_devs.vv ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
nested_structs.out cgen: simplify .str() generation (#7038) 2020-12-01 16:09:03 +01:00
nested_structs.vv
os.out docs: ROADMAP.md instead of roadmap.txt (#9002) 2021-02-27 21:18:47 +03:00
os.vv builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
panic_with_cg.out builtin: make panics more IDE friendly 2021-03-16 20:50:11 +02:00
panic_with_cg.vv
printing_alias_has_str_method.out ast, checker, cgen: fix error for printing alias that has str method (#13809) 2022-03-23 11:52:48 +02:00
printing_alias_has_str_method.vv tests: use u8 everywhere 2022-04-15 18:34:15 +03:00
printing_aliases_of_multi_fixed_array.out cgen: fix error for printing aliases of multi fixed array (#14348) 2022-05-10 14:03:18 +03:00
printing_aliases_of_multi_fixed_array.vv cgen: fix error for printing aliases of multi fixed array (#14348) 2022-05-10 14:03:18 +03:00
printing_fixed_array_of_pointers.out cgen: fix using and auto printing `x := [16]&Type{}` 2021-05-20 15:59:02 +03:00
printing_fixed_array_of_pointers.vv cgen: fix using and auto printing `x := [16]&Type{}` 2021-05-20 15:59:02 +03:00
printing_for_v_in_a.out checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-24 13:30:13 +03:00
printing_for_v_in_a.vv checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-24 13:30:13 +03:00
printing_multi_fixed_array.out cgen: fix error for printing multi fixed array (#14141) 2022-04-25 14:42:05 +03:00
printing_multi_fixed_array.vv cgen: fix error for printing multi fixed array (#14141) 2022-04-25 14:42:05 +03:00
printing_slice_of_multiline_raw_string.out parser: fix printing slice of multiline raw string (#13856) 2022-03-29 18:06:11 +03:00
printing_slice_of_multiline_raw_string.vv parser: fix printing slice of multiline raw string (#13856) 2022-03-29 18:06:11 +03:00
push_work_on_channel.out tests: fix the push_work_on_channel.vv output 2022-05-19 11:30:36 +03:00
push_work_on_channel.vv tests: fix the push_work_on_channel.vv output 2022-05-19 11:30:36 +03:00
strconv_v_printf.out strconv: fix strconv.v_printf() (#13716) 2022-03-11 17:00:57 +02:00
strconv_v_printf.vv strconv: fix strconv.v_printf() (#13716) 2022-03-11 17:00:57 +02:00
string_interp.out
string_interp.vv ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
tmpl_all_in_one_folder.out tmpl: enforce stricter line checking for html interpolation (#11413) 2021-09-07 02:21:23 +03:00
tmpl_all_in_one_folder.vv tmpl: enforce stricter line checking for html interpolation (#11413) 2021-09-07 02:21:23 +03:00
tmpl_expand_v_source_code.out parser: make the $tmpl subparser more robust. The legacy .html mode, is now ON, only for .html template files. 2022-01-18 14:57:45 +02:00
tmpl_expand_v_source_code.vv parser: make the $tmpl subparser more robust. The legacy .html mode, is now ON, only for .html template files. 2022-01-18 14:57:45 +02:00
tmpl_parse_html.out fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
tmpl_parse_html.vv tmpl: fix escaping @ (#11452) 2021-09-09 20:27:24 +03:00