v/vlib/v/tests/inout
Tim Basel 9d0a5942ac
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
..
.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_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_root_default_help.vv
compiler_test.v os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02: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 cgen: fix a c error, when using dump(ptr) (#9468) 2021-03-26 08:35:12 +02:00
dump_expression.vv cgen: fix a c error, when using dump(ptr) (#9468) 2021-03-26 08:35:12 +02: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 tmpl: fix <div> inside <div> 2021-09-21 07:54:10 +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
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
hello_devs.out
hello_devs.vv
nested_structs.out
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_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
string_interp.out
string_interp.vv
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 tmpl: fix <div> inside <div> 2021-09-21 07:54:10 +03:00
tmpl_parse_html.vv tmpl: fix escaping @ (#11452) 2021-09-09 20:27:24 +03:00