Date: Thu, 5 Sep 2024 06:20:00 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 66d7f3cecea5 - main - lang/v: Update to 0.4.7 Message-ID: <202409050620.4856K0HF094048@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=66d7f3cecea575730780501ee513ec893f2e3229 commit 66d7f3cecea575730780501ee513ec893f2e3229 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:25:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:17:46 +0000 lang/v: Update to 0.4.7 Changs: https://github.com/vlang/v/releases --- lang/v/Makefile | 4 +- lang/v/distinfo | 10 +-- lang/v/pkg-plist | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 217 insertions(+), 17 deletions(-) diff --git a/lang/v/Makefile b/lang/v/Makefile index 23e819ed038a..2943c8a6689d 100644 --- a/lang/v/Makefile +++ b/lang/v/Makefile @@ -1,5 +1,5 @@ PORTNAME= v -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= lang MAINTAINER= sunpoet@FreeBSD.org @@ -18,7 +18,7 @@ TEST_TARGET= check USE_GITHUB= yes GH_TUPLE= vlang:v:${PORTVERSION} \ - vlang:vc:4473fd2:vc/vc + vlang:vc:8c681ed:vc/vc PORTSCOUT= limit:^[0-9\.]*$$ diff --git a/lang/v/distinfo b/lang/v/distinfo index 173b5b972ac9..87cde6f21064 100644 --- a/lang/v/distinfo +++ b/lang/v/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1717350830 -SHA256 (vlang-v-0.4.6_GH0.tar.gz) = 0f8eeb05eb9026f833ea3726bb505f0fa556e2baf3d8ced132af9a9d3ad5735f -SIZE (vlang-v-0.4.6_GH0.tar.gz) = 9393491 -SHA256 (vlang-vc-4473fd2_GH0.tar.gz) = f5bbded76f921ba9c2c38a1a3012ca28f06ac56fc6354d4ae9e727f004f586a7 -SIZE (vlang-vc-4473fd2_GH0.tar.gz) = 1930475 +TIMESTAMP = 1724084524 +SHA256 (vlang-v-0.4.7_GH0.tar.gz) = fee48c07fb4fa7f21ea92a23d0f8aa566239b1733e314e2cf96608b497d12291 +SIZE (vlang-v-0.4.7_GH0.tar.gz) = 9537849 +SHA256 (vlang-vc-8c681ed_GH0.tar.gz) = 0aed1bbc921d1110b50c0a54d21e46dc241d98cbf1503a4d8cd3ca7c1f6bacdc +SIZE (vlang-vc-8c681ed_GH0.tar.gz) = 1934560 diff --git a/lang/v/pkg-plist b/lang/v/pkg-plist index 8e93d85d7519..87e597af2e1d 100644 --- a/lang/v/pkg-plist +++ b/lang/v/pkg-plist @@ -25,6 +25,7 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/assets/fonts/OFL.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/assets/fonts/RobotoMono-Regular.ttf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/assets/logo.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/assets/v.six %%PORTEXAMPLES%%%%EXAMPLESDIR%%/binary_search_tree.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/brainvuck.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bst_map.v @@ -45,6 +46,7 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_ruby/test.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clock/clock.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compiletime/d_compile_value.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/compiletime/methods.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/compiletime/reflection.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/concurrency/concurrency.v @@ -81,6 +83,8 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fireworks/modules/objects/rocket.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fireworks/modules/objects/vector.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fizz_buzz.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flag/animated_help_text.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flag/flag_layout_editor.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flappylearning/.gitignore %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flappylearning/LICENSE %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flappylearning/README.md @@ -103,8 +107,10 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/bezier.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/bezier_anim.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/cursor.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/digital_rain.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/drag_n_drop.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/draw_pixels.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/fire.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/mandelbrot.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/many_thousands_of_circles.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/minimal.v @@ -115,9 +121,11 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/polygons.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/random.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/raven_text_rendering.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/raycaster.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/rectangles.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/rotating_textured_quad.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/sample_count.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/spirograph.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/stars.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/worker_thread.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/bellman-ford.v @@ -270,9 +278,11 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/modules/obj/util.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/show_obj.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/v.mod +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/07_simple_shader_glsl/.gitignore %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/07_simple_shader_glsl/simple_shader.glsl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/07_simple_shader_glsl/simple_shader.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/07_simple_shader_glsl/v.mod +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/08_sdf/.gitignore %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/08_sdf/sdf.glsl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/08_sdf/sdf.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/08_sdf/v.mod @@ -317,6 +327,7 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.ui/term_drawing.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.ui/text_editor.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.ui/vyper.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/term_display_sixel.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/terminal_control.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetris/.gitignore %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetris/README.md @@ -336,6 +347,7 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer/v.mod %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer/view.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer/zip_container.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vmatrix.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vmod.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vpwgen.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vtail.v @@ -509,6 +521,23 @@ bin/v %%DATADIR%%/cmd/tools/vcomplete.v %%DATADIR%%/cmd/tools/vcomplete_test.v %%DATADIR%%/cmd/tools/vcompress.v +%%DATADIR%%/cmd/tools/vcover/cover_test.v +%%DATADIR%%/cmd/tools/vcover/data.v +%%DATADIR%%/cmd/tools/vcover/main.v +%%DATADIR%%/cmd/tools/vcover/testdata/example1/abc.v +%%DATADIR%%/cmd/tools/vcover/testdata/example1/internal_abc01_test.v +%%DATADIR%%/cmd/tools/vcover/testdata/example1/internal_abc10_abc30_test.v +%%DATADIR%%/cmd/tools/vcover/testdata/example1/internal_abc20_abc25_test.v +%%DATADIR%%/cmd/tools/vcover/testdata/example1/v.mod +%%DATADIR%%/cmd/tools/vcover/testdata/example2/condition.v +%%DATADIR%%/cmd/tools/vcover/testdata/example2/condition_test.v +%%DATADIR%%/cmd/tools/vcover/testdata/example2/runtime_condition.v +%%DATADIR%%/cmd/tools/vcover/testdata/example2/runtime_condition_test.v +%%DATADIR%%/cmd/tools/vcover/testdata/example2/v.mod +%%DATADIR%%/cmd/tools/vcover/testdata/simple/simple.v +%%DATADIR%%/cmd/tools/vcover/testdata/simple/t1_test.v +%%DATADIR%%/cmd/tools/vcover/testdata/simple/t2_test.v +%%DATADIR%%/cmd/tools/vcover/testdata/simple/v.mod %%DATADIR%%/cmd/tools/vcreate/project_model_bin.v %%DATADIR%%/cmd/tools/vcreate/project_model_lib.v %%DATADIR%%/cmd/tools/vcreate/project_model_web.v @@ -591,6 +620,7 @@ bin/v %%DATADIR%%/cmd/tools/vdoc/vdoc_file_test.v %%DATADIR%%/cmd/tools/vdoc/vdoc_test.v %%DATADIR%%/cmd/tools/vdoctor.v +%%DATADIR%%/cmd/tools/vdownload.v %%DATADIR%%/cmd/tools/vfmt.v %%DATADIR%%/cmd/tools/vgret.defaults.toml %%DATADIR%%/cmd/tools/vgret.v @@ -1091,6 +1121,7 @@ bin/v %%DATADIR%%/vlib/README.md %%DATADIR%%/vlib/arrays/README.md %%DATADIR%%/vlib/arrays/arrays.v +%%DATADIR%%/vlib/arrays/arrays_fold_test.v %%DATADIR%%/vlib/arrays/arrays_test.v %%DATADIR%%/vlib/arrays/index_of.v %%DATADIR%%/vlib/arrays/map_of.v @@ -1299,7 +1330,7 @@ bin/v %%DATADIR%%/vlib/compress/zstd/samples/readme_level_7.zst %%DATADIR%%/vlib/compress/zstd/samples/readme_level_8.zst %%DATADIR%%/vlib/compress/zstd/samples/readme_level_9.zst -%%DATADIR%%/vlib/compress/zstd/zstd.v +%%DATADIR%%/vlib/compress/zstd/zstd.c.v %%DATADIR%%/vlib/compress/zstd/zstd_test.v %%DATADIR%%/vlib/context/README.md %%DATADIR%%/vlib/context/cancel.v @@ -1424,6 +1455,10 @@ bin/v %%DATADIR%%/vlib/crypto/sha256/sha256.v %%DATADIR%%/vlib/crypto/sha256/sha256_test.v %%DATADIR%%/vlib/crypto/sha256/sha256block_generic.v +%%DATADIR%%/vlib/crypto/sha3/sha3.v +%%DATADIR%%/vlib/crypto/sha3/sha3_state_generic.v +%%DATADIR%%/vlib/crypto/sha3/sha3_state_test.v +%%DATADIR%%/vlib/crypto/sha3/sha3_test.v %%DATADIR%%/vlib/crypto/sha512/sha512.v %%DATADIR%%/vlib/crypto/sha512/sha512_test.v %%DATADIR%%/vlib/crypto/sha512/sha512block_generic.v @@ -1484,6 +1519,7 @@ bin/v %%DATADIR%%/vlib/db/pg/pg_test.v %%DATADIR%%/vlib/db/sqlite/README.md %%DATADIR%%/vlib/db/sqlite/orm.v +%%DATADIR%%/vlib/db/sqlite/parent_child_test.v %%DATADIR%%/vlib/db/sqlite/result_code.v %%DATADIR%%/vlib/db/sqlite/sqlite.c.v %%DATADIR%%/vlib/db/sqlite/sqlite_orm_test.v @@ -1613,9 +1649,17 @@ bin/v %%DATADIR%%/vlib/eventbus/eventbus.v %%DATADIR%%/vlib/eventbus/eventbus_test.v %%DATADIR%%/vlib/flag/README.md +%%DATADIR%%/vlib/flag/cmd_exe_style_flags_test.v %%DATADIR%%/vlib/flag/default_flag_options_test.v %%DATADIR%%/vlib/flag/flag.v +%%DATADIR%%/vlib/flag/flag_from_test.v %%DATADIR%%/vlib/flag/flag_test.v +%%DATADIR%%/vlib/flag/flag_to.v +%%DATADIR%%/vlib/flag/flag_to_doc_test.v +%%DATADIR%%/vlib/flag/flag_to_misc_test.v +%%DATADIR%%/vlib/flag/gnu_style_flags_test.v +%%DATADIR%%/vlib/flag/go_flag_style_flags_test.v +%%DATADIR%%/vlib/flag/posix_style_flags_test.v %%DATADIR%%/vlib/flag/testdata/simplest_flag_program.dashdash.help.out %%DATADIR%%/vlib/flag/testdata/simplest_flag_program.dashdash.version.out %%DATADIR%%/vlib/flag/testdata/simplest_flag_program.help.out @@ -1627,6 +1671,7 @@ bin/v %%DATADIR%%/vlib/flag/testdata/usage_example.v %%DATADIR%%/vlib/flag/testdata/usage_example.version.out %%DATADIR%%/vlib/flag/usage_example_test.v +%%DATADIR%%/vlib/flag/v_style_flags_test.v %%DATADIR%%/vlib/fontstash/README.md %%DATADIR%%/vlib/fontstash/a_d_use_freetype.v %%DATADIR%%/vlib/fontstash/fontstash.c.v @@ -1634,6 +1679,7 @@ bin/v %%DATADIR%%/vlib/fontstash/fontstash_funcs.c.v %%DATADIR%%/vlib/fontstash/fontstash_structs.c.v %%DATADIR%%/vlib/gg/README.md +%%DATADIR%%/vlib/gg/bezier.c.v %%DATADIR%%/vlib/gg/draw.c.v %%DATADIR%%/vlib/gg/draw_fns_api_test.v %%DATADIR%%/vlib/gg/enums.v @@ -1812,6 +1858,8 @@ bin/v %%DATADIR%%/vlib/math/min_max_abs.v %%DATADIR%%/vlib/math/min_max_abs_test.v %%DATADIR%%/vlib/math/modf.v +%%DATADIR%%/vlib/math/modulo.v +%%DATADIR%%/vlib/math/modulo_test.v %%DATADIR%%/vlib/math/nextafter.v %%DATADIR%%/vlib/math/poly.v %%DATADIR%%/vlib/math/pow.c.v @@ -1886,6 +1934,9 @@ bin/v %%DATADIR%%/vlib/net/http/cookie_test.v %%DATADIR%%/vlib/net/http/download.v %%DATADIR%%/vlib/net/http/download_nix.c.v +%%DATADIR%%/vlib/net/http/download_progress.v +%%DATADIR%%/vlib/net/http/download_silent_downloader.v +%%DATADIR%%/vlib/net/http/download_terminal_downloader.v %%DATADIR%%/vlib/net/http/download_windows.c.v %%DATADIR%%/vlib/net/http/file/entity.v %%DATADIR%%/vlib/net/http/file/folder_index.v @@ -1924,7 +1975,7 @@ bin/v %%DATADIR%%/vlib/net/openssl/ssl_connection.c.v %%DATADIR%%/vlib/net/smtp/smtp.v %%DATADIR%%/vlib/net/smtp/smtp_test.v -%%DATADIR%%/vlib/net/socket.v +%%DATADIR%%/vlib/net/socket.c.v %%DATADIR%%/vlib/net/socket_options.c.v %%DATADIR%%/vlib/net/socks/socks5.v %%DATADIR%%/vlib/net/socks/socks5_test.v @@ -2357,6 +2408,7 @@ bin/v %%DATADIR%%/vlib/time/time_linux.c.v %%DATADIR%%/vlib/time/time_nix.c.v %%DATADIR%%/vlib/time/time_solaris.c.v +%%DATADIR%%/vlib/time/time_test.c.v %%DATADIR%%/vlib/time/time_test.v %%DATADIR%%/vlib/time/time_windows.c.v %%DATADIR%%/vlib/time/unix.v @@ -2416,6 +2468,7 @@ bin/v %%DATADIR%%/vlib/toml/tests/testdata/toml_with_utf16_bom.toml %%DATADIR%%/vlib/toml/tests/testdata/toml_with_utf32_bom.toml %%DATADIR%%/vlib/toml/tests/testdata/toml_with_utf8_bom.toml +%%DATADIR%%/vlib/toml/tests/toml_attrs_test.v %%DATADIR%%/vlib/toml/tests/toml_bom_test.v %%DATADIR%%/vlib/toml/tests/toml_memory_corruption_test.v %%DATADIR%%/vlib/toml/tests/toml_test.v @@ -2875,6 +2928,12 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/comptime_insert_err.vv %%DATADIR%%/vlib/v/checker/tests/comptime_selector_expr_type_err.out %%DATADIR%%/vlib/v/checker/tests/comptime_selector_expr_type_err.vv +%%DATADIR%%/vlib/v/checker/tests/comptime_value_d_in_include_errors.out +%%DATADIR%%/vlib/v/checker/tests/comptime_value_d_in_include_errors.vv +%%DATADIR%%/vlib/v/checker/tests/comptime_value_d_only_d_in_fixed_size_array.out +%%DATADIR%%/vlib/v/checker/tests/comptime_value_d_only_d_in_fixed_size_array.vv +%%DATADIR%%/vlib/v/checker/tests/comptime_value_d_values_can_only_be_pure_literals.out +%%DATADIR%%/vlib/v/checker/tests/comptime_value_d_values_can_only_be_pure_literals.vv %%DATADIR%%/vlib/v/checker/tests/const_array_unknown_type_err.out %%DATADIR%%/vlib/v/checker/tests/const_array_unknown_type_err.vv %%DATADIR%%/vlib/v/checker/tests/const_cycle_decl_err.out @@ -2989,6 +3048,10 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_b.vv %%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_c.out %%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_c.vv +%%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_d.out +%%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_d.vv +%%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_e.out +%%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_e.vv %%DATADIR%%/vlib/v/checker/tests/enum_field_value_overflow.out %%DATADIR%%/vlib/v/checker/tests/enum_field_value_overflow.vv %%DATADIR%%/vlib/v/checker/tests/enum_from_string_args_err.out @@ -3001,6 +3064,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/enum_op_flag_err.vv %%DATADIR%%/vlib/v/checker/tests/enum_single_letter.out %%DATADIR%%/vlib/v/checker/tests/enum_single_letter.vv +%%DATADIR%%/vlib/v/checker/tests/enum_value_used_before_decl_err.out +%%DATADIR%%/vlib/v/checker/tests/enum_value_used_before_decl_err.vv %%DATADIR%%/vlib/v/checker/tests/eq_ne_op_wrong_type_err.out %%DATADIR%%/vlib/v/checker/tests/eq_ne_op_wrong_type_err.vv %%DATADIR%%/vlib/v/checker/tests/error_fn_with_0_args.out @@ -3013,6 +3078,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/error_with_several_comments_with_crlf_ending.vv %%DATADIR%%/vlib/v/checker/tests/error_with_unicode.out %%DATADIR%%/vlib/v/checker/tests/error_with_unicode.vv +%%DATADIR%%/vlib/v/checker/tests/expr_evaluated_but_not_used.out +%%DATADIR%%/vlib/v/checker/tests/expr_evaluated_but_not_used.vv %%DATADIR%%/vlib/v/checker/tests/expression_should_return_an_option.out %%DATADIR%%/vlib/v/checker/tests/expression_should_return_an_option.vv %%DATADIR%%/vlib/v/checker/tests/field_can_not_be_from_the_same_type_as_containing_struct.out @@ -3065,6 +3132,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/fn_call_arg_mismatch_err_d.vv %%DATADIR%%/vlib/v/checker/tests/fn_call_arg_ptr_mismatch_err.out %%DATADIR%%/vlib/v/checker/tests/fn_call_arg_ptr_mismatch_err.vv +%%DATADIR%%/vlib/v/checker/tests/fn_call_mut_arg_mismatch_err.out +%%DATADIR%%/vlib/v/checker/tests/fn_call_mut_arg_mismatch_err.vv %%DATADIR%%/vlib/v/checker/tests/fn_call_no_body.out %%DATADIR%%/vlib/v/checker/tests/fn_call_no_body.vv %%DATADIR%%/vlib/v/checker/tests/fn_call_ref_incompatible_u8_test.out @@ -3610,6 +3679,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/main_return_err.vv %%DATADIR%%/vlib/v/checker/tests/map_builtin_method_args_err.out %%DATADIR%%/vlib/v/checker/tests/map_builtin_method_args_err.vv +%%DATADIR%%/vlib/v/checker/tests/map_def_err.out +%%DATADIR%%/vlib/v/checker/tests/map_def_err.vv %%DATADIR%%/vlib/v/checker/tests/map_delete.out %%DATADIR%%/vlib/v/checker/tests/map_delete.vv %%DATADIR%%/vlib/v/checker/tests/map_func_return_multiple_values_err.out @@ -3712,12 +3783,16 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/method_wrong_arg_type.vv %%DATADIR%%/vlib/v/checker/tests/minus_op_wrong_type_err.out %%DATADIR%%/vlib/v/checker/tests/minus_op_wrong_type_err.vv +%%DATADIR%%/vlib/v/checker/tests/mismatch_bool_assign_err.out +%%DATADIR%%/vlib/v/checker/tests/mismatch_bool_assign_err.vv %%DATADIR%%/vlib/v/checker/tests/mismatched_ptr_op_ptr.out %%DATADIR%%/vlib/v/checker/tests/mismatched_ptr_op_ptr.vv %%DATADIR%%/vlib/v/checker/tests/missing_c_lib_header_1.out %%DATADIR%%/vlib/v/checker/tests/missing_c_lib_header_1.vv %%DATADIR%%/vlib/v/checker/tests/missing_c_lib_header_with_explanation_2.out %%DATADIR%%/vlib/v/checker/tests/missing_c_lib_header_with_explanation_2.vv +%%DATADIR%%/vlib/v/checker/tests/missing_concrete_type_err.out +%%DATADIR%%/vlib/v/checker/tests/missing_concrete_type_err.vv %%DATADIR%%/vlib/v/checker/tests/missing_export_attr_arg_err.out %%DATADIR%%/vlib/v/checker/tests/missing_export_attr_arg_err.vv %%DATADIR%%/vlib/v/checker/tests/misspelled_mod_const_should_have_suggestion.out @@ -3857,6 +3932,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/non_lvalue_as_voidptr.vv %%DATADIR%%/vlib/v/checker/tests/non_matching_functional_args.out %%DATADIR%%/vlib/v/checker/tests/non_matching_functional_args.vv +%%DATADIR%%/vlib/v/checker/tests/non_nil_array_with_nil_element_err.out +%%DATADIR%%/vlib/v/checker/tests/non_nil_array_with_nil_element_err.vv %%DATADIR%%/vlib/v/checker/tests/non_optional_array_append_optional_type_err.out %%DATADIR%%/vlib/v/checker/tests/non_optional_array_append_optional_type_err.vv %%DATADIR%%/vlib/v/checker/tests/none_match_cond_err.out @@ -3877,6 +3954,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/operator_overloading_return_type_option_or_result.vv %%DATADIR%%/vlib/v/checker/tests/option_alias_result_type_err.out %%DATADIR%%/vlib/v/checker/tests/option_alias_result_type_err.vv +%%DATADIR%%/vlib/v/checker/tests/option_and_result_err.out +%%DATADIR%%/vlib/v/checker/tests/option_and_result_err.vv %%DATADIR%%/vlib/v/checker/tests/option_concrete_type_err.out %%DATADIR%%/vlib/v/checker/tests/option_concrete_type_err.vv %%DATADIR%%/vlib/v/checker/tests/option_fields_addr_err.out @@ -4109,6 +4188,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/run/noreturn_method_can_be_used_instead_of_panic.vv %%DATADIR%%/vlib/v/checker/tests/run/unused_variable_warning.run.out %%DATADIR%%/vlib/v/checker/tests/run/unused_variable_warning.vv +%%DATADIR%%/vlib/v/checker/tests/run/using_comptime_d_value.run.out +%%DATADIR%%/vlib/v/checker/tests/run/using_comptime_d_value.vv %%DATADIR%%/vlib/v/checker/tests/selective_const_import.out %%DATADIR%%/vlib/v/checker/tests/selective_const_import.vv %%DATADIR%%/vlib/v/checker/tests/selector_expr_assign.out @@ -4145,6 +4226,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/slice_reassignment.vv %%DATADIR%%/vlib/v/checker/tests/sort_method_called_on_immutable_receiver.out %%DATADIR%%/vlib/v/checker/tests/sort_method_called_on_immutable_receiver.vv +%%DATADIR%%/vlib/v/checker/tests/spawn_wrong_fn_err.out +%%DATADIR%%/vlib/v/checker/tests/spawn_wrong_fn_err.vv %%DATADIR%%/vlib/v/checker/tests/static_maps_err.out %%DATADIR%%/vlib/v/checker/tests/static_maps_err.vv %%DATADIR%%/vlib/v/checker/tests/static_method_multi_return_err.out @@ -4201,6 +4284,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/struct_embed_required_field_err.vv %%DATADIR%%/vlib/v/checker/tests/struct_field_assign_internal_types_nil_err.out %%DATADIR%%/vlib/v/checker/tests/struct_field_assign_internal_types_nil_err.vv +%%DATADIR%%/vlib/v/checker/tests/struct_field_fixed_size_init_with_d_as_size_err.out +%%DATADIR%%/vlib/v/checker/tests/struct_field_fixed_size_init_with_d_as_size_err.vv %%DATADIR%%/vlib/v/checker/tests/struct_field_generic_struct_unknown_type_err.out %%DATADIR%%/vlib/v/checker/tests/struct_field_generic_struct_unknown_type_err.vv %%DATADIR%%/vlib/v/checker/tests/struct_field_init_and_default_is_map_err.out @@ -4305,6 +4390,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/sum_type_mutable_cast_err.vv %%DATADIR%%/vlib/v/checker/tests/sum_type_ref_variant_err.out %%DATADIR%%/vlib/v/checker/tests/sum_type_ref_variant_err.vv +%%DATADIR%%/vlib/v/checker/tests/sum_type_result_variant_err.out +%%DATADIR%%/vlib/v/checker/tests/sum_type_result_variant_err.vv %%DATADIR%%/vlib/v/checker/tests/sumtype_as_mismatched_type.out %%DATADIR%%/vlib/v/checker/tests/sumtype_as_mismatched_type.vv %%DATADIR%%/vlib/v/checker/tests/sumtype_define_recursively.out @@ -4335,6 +4422,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/top_level_fn_builtin_decl_err.vv %%DATADIR%%/vlib/v/checker/tests/trailing_comma_struct_attr.out %%DATADIR%%/vlib/v/checker/tests/trailing_comma_struct_attr.vv +%%DATADIR%%/vlib/v/checker/tests/type_alias_decl_anon_struct_invalid_embed.out +%%DATADIR%%/vlib/v/checker/tests/type_alias_decl_anon_struct_invalid_embed.vv %%DATADIR%%/vlib/v/checker/tests/type_alias_none_parent_type_err.out %%DATADIR%%/vlib/v/checker/tests/type_alias_none_parent_type_err.vv %%DATADIR%%/vlib/v/checker/tests/type_alias_struct_generic_unknown_name_err.out @@ -4345,6 +4434,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/type_exists_err.vv %%DATADIR%%/vlib/v/checker/tests/typedef_attr_v_struct_err.out %%DATADIR%%/vlib/v/checker/tests/typedef_attr_v_struct_err.vv +%%DATADIR%%/vlib/v/checker/tests/typeof_comptime_test.out +%%DATADIR%%/vlib/v/checker/tests/typeof_comptime_test.vv %%DATADIR%%/vlib/v/checker/tests/uncasted_enum_val_as_size_for_fixed_array_err.out %%DATADIR%%/vlib/v/checker/tests/uncasted_enum_val_as_size_for_fixed_array_err.vv %%DATADIR%%/vlib/v/checker/tests/undefined_ident_in_if_guard_err_a.out @@ -4433,6 +4524,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/unsafe_deref_assign_err.vv %%DATADIR%%/vlib/v/checker/tests/unsafe_fixed_array_assign.out %%DATADIR%%/vlib/v/checker/tests/unsafe_fixed_array_assign.vv +%%DATADIR%%/vlib/v/checker/tests/unsafe_generic_call_test.out +%%DATADIR%%/vlib/v/checker/tests/unsafe_generic_call_test.vv %%DATADIR%%/vlib/v/checker/tests/unsafe_method_as_field.out %%DATADIR%%/vlib/v/checker/tests/unsafe_method_as_field.vv %%DATADIR%%/vlib/v/checker/tests/unsafe_none_return_err.out @@ -4523,7 +4616,7 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/wrong_type_casted_fixed_array_size_err.vv %%DATADIR%%/vlib/v/compiler_errors_test.v %%DATADIR%%/vlib/v/comptime/comptimeinfo.v -%%DATADIR%%/vlib/v/debug/callstack.v +%%DATADIR%%/vlib/v/debug/callstack.c.v %%DATADIR%%/vlib/v/debug/debug.v %%DATADIR%%/vlib/v/debug/interactive_test.v %%DATADIR%%/vlib/v/debug/tests/aggregate.expect @@ -4545,6 +4638,8 @@ bin/v %%DATADIR%%/vlib/v/debug/tests/option.vv %%DATADIR%%/vlib/v/debug/tests/option_unwrap.expect %%DATADIR%%/vlib/v/debug/tests/option_unwrap.vv +%%DATADIR%%/vlib/v/debug/tests/or_expr_scope.expect +%%DATADIR%%/vlib/v/debug/tests/or_expr_scope.vv %%DATADIR%%/vlib/v/debug/tests/smartcast.expect %%DATADIR%%/vlib/v/debug/tests/smartcast.vv %%DATADIR%%/vlib/v/debug/tests/sumtype.expect @@ -4645,6 +4740,7 @@ bin/v %%DATADIR%%/vlib/v/fmt/tests/blocks_expected.vv %%DATADIR%%/vlib/v/fmt/tests/blocks_input.vv %%DATADIR%%/vlib/v/fmt/tests/c_struct_init_keep.vv +%%DATADIR%%/vlib/v/fmt/tests/c_varargs_keep.vv %%DATADIR%%/vlib/v/fmt/tests/cast_expected.vv %%DATADIR%%/vlib/v/fmt/tests/cast_input.vv %%DATADIR%%/vlib/v/fmt/tests/cast_or_dump_arg_ending_with_comma_expected.vv @@ -4669,6 +4765,7 @@ bin/v %%DATADIR%%/vlib/v/fmt/tests/comptime_method_args_expected.vv %%DATADIR%%/vlib/v/fmt/tests/comptime_method_args_input.vv %%DATADIR%%/vlib/v/fmt/tests/comptime_method_call_keep.vv +%%DATADIR%%/vlib/v/fmt/tests/comptime_value_keep.vv %%DATADIR%%/vlib/v/fmt/tests/comptime_warn_keep.vv %%DATADIR%%/vlib/v/fmt/tests/concat_expr_expected.vv %%DATADIR%%/vlib/v/fmt/tests/concat_expr_input.vv @@ -4688,6 +4785,7 @@ bin/v %%DATADIR%%/vlib/v/fmt/tests/consts_with_embedded_comments_expected.vv %%DATADIR%%/vlib/v/fmt/tests/consts_with_embedded_comments_input.vv %%DATADIR%%/vlib/v/fmt/tests/consts_with_or_block_keep.vv +%%DATADIR%%/vlib/v/fmt/tests/defer_keep.vv %%DATADIR%%/vlib/v/fmt/tests/do_not_change_type_names_that_just_happen_to_have_the_module_as_a_substring_keep.vv %%DATADIR%%/vlib/v/fmt/tests/donut_card_expected.vv %%DATADIR%%/vlib/v/fmt/tests/donut_card_input.vv @@ -4730,6 +4828,8 @@ bin/v %%DATADIR%%/vlib/v/fmt/tests/fn_with_anon_params_keep.vv %%DATADIR%%/vlib/v/fmt/tests/fn_with_args_comments_keep.vv %%DATADIR%%/vlib/v/fmt/tests/fn_with_end_comments_keep.vv +%%DATADIR%%/vlib/v/fmt/tests/fn_with_long_args_keep.vv +%%DATADIR%%/vlib/v/fmt/tests/fn_with_mut_ref_params_keep.vv %%DATADIR%%/vlib/v/fmt/tests/fn_with_short_args_keep.vv %%DATADIR%%/vlib/v/fmt/tests/fn_with_variadic_arg_expected.vv %%DATADIR%%/vlib/v/fmt/tests/fn_with_variadic_arg_input.vv @@ -4873,6 +4973,7 @@ bin/v %%DATADIR%%/vlib/v/fmt/tests/star__amp_int__cast_keep.vv %%DATADIR%%/vlib/v/fmt/tests/static_methods_keep.vv %%DATADIR%%/vlib/v/fmt/tests/static_mut_keep.vv +%%DATADIR%%/vlib/v/fmt/tests/stmt_attr_keep.vv %%DATADIR%%/vlib/v/fmt/tests/stmt_keep.vv %%DATADIR%%/vlib/v/fmt/tests/string_interpolation_complex_keep.vv %%DATADIR%%/vlib/v/fmt/tests/string_interpolation_expected.vv @@ -4933,6 +5034,7 @@ bin/v %%DATADIR%%/vlib/v/gen/c/cmain.v %%DATADIR%%/vlib/v/gen/c/comptime.v %%DATADIR%%/vlib/v/gen/c/coutput_test.v +%%DATADIR%%/vlib/v/gen/c/coverage.v %%DATADIR%%/vlib/v/gen/c/ctempvars.v %%DATADIR%%/vlib/v/gen/c/dumpexpr.v %%DATADIR%%/vlib/v/gen/c/embed.v @@ -4981,8 +5083,13 @@ bin/v %%DATADIR%%/vlib/v/gen/c/testdata/assert_fncalls.c.must_have %%DATADIR%%/vlib/v/gen/c/testdata/assert_fncalls.out %%DATADIR%%/vlib/v/gen/c/testdata/assert_fncalls.vv +%%DATADIR%%/vlib/v/gen/c/testdata/assigning_and_printing_struct_with_optional_field.out +%%DATADIR%%/vlib/v/gen/c/testdata/assigning_and_printing_struct_with_optional_field.vv %%DATADIR%%/vlib/v/gen/c/testdata/attr_string_quotes_escape.out %%DATADIR%%/vlib/v/gen/c/testdata/attr_string_quotes_escape.vv +%%DATADIR%%/vlib/v/gen/c/testdata/c_varargs.c.must_have +%%DATADIR%%/vlib/v/gen/c/testdata/c_varargs.out +%%DATADIR%%/vlib/v/gen/c/testdata/c_varargs.vv %%DATADIR%%/vlib/v/gen/c/testdata/callstack.out %%DATADIR%%/vlib/v/gen/c/testdata/callstack.vv %%DATADIR%%/vlib/v/gen/c/testdata/check_combination_of_alias_and_sumtype.c.must_have @@ -5082,6 +5189,9 @@ bin/v %%DATADIR%%/vlib/v/gen/c/testdata/strlit_len_optimization.vv %%DATADIR%%/vlib/v/gen/c/testdata/struct_field_free.out %%DATADIR%%/vlib/v/gen/c/testdata/struct_field_free.vv +%%DATADIR%%/vlib/v/gen/c/testdata/struct_fn_member_print.c.must_have +%%DATADIR%%/vlib/v/gen/c/testdata/struct_fn_member_print.out +%%DATADIR%%/vlib/v/gen/c/testdata/struct_fn_member_print.vv %%DATADIR%%/vlib/v/gen/c/testdata/sumtype_pass_by_reference.out %%DATADIR%%/vlib/v/gen/c/testdata/sumtype_pass_by_reference.vv %%DATADIR%%/vlib/v/gen/c/testdata/sumtype_struct_depend_order.out @@ -5089,11 +5199,17 @@ bin/v %%DATADIR%%/vlib/v/gen/c/testdata/translated/sym.c %%DATADIR%%/vlib/v/gen/c/testdata/translated/translated_module_actual.v %%DATADIR%%/vlib/v/gen/c/testdata/translated/v.mod +%%DATADIR%%/vlib/v/gen/c/testdata/translated_const_fixed_array.out +%%DATADIR%%/vlib/v/gen/c/testdata/translated_const_fixed_array.vv %%DATADIR%%/vlib/v/gen/c/testdata/translated_module.c.must_have %%DATADIR%%/vlib/v/gen/c/testdata/translated_module.out %%DATADIR%%/vlib/v/gen/c/testdata/translated_module.vv %%DATADIR%%/vlib/v/gen/c/testdata/unused_import_aliased_as_underscore.c.must_have %%DATADIR%%/vlib/v/gen/c/testdata/unused_import_aliased_as_underscore.vv +%%DATADIR%%/vlib/v/gen/c/testdata/use_flag_comptime_values.out +%%DATADIR%%/vlib/v/gen/c/testdata/use_flag_comptime_values.vv +%%DATADIR%%/vlib/v/gen/c/testdata/use_flag_comptime_with_if.out +%%DATADIR%%/vlib/v/gen/c/testdata/use_flag_comptime_with_if.vv %%DATADIR%%/vlib/v/gen/c/testdata/volatile.c.must_have %%DATADIR%%/vlib/v/gen/c/testdata/volatile.out %%DATADIR%%/vlib/v/gen/c/testdata/volatile.vv @@ -5109,6 +5225,7 @@ bin/v %%DATADIR%%/vlib/v/gen/golang/tests/simple.go.vv.out %%DATADIR%%/vlib/v/gen/golang/tests/string.go.vv %%DATADIR%%/vlib/v/gen/golang/tests/string.go.vv.out +%%DATADIR%%/vlib/v/gen/js/README.md %%DATADIR%%/vlib/v/gen/js/array.v %%DATADIR%%/vlib/v/gen/js/auto_eq_methods.v %%DATADIR%%/vlib/v/gen/js/auto_str_methods.v @@ -5420,6 +5537,8 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/dollar_err.vv %%DATADIR%%/vlib/v/parser/tests/duplicate_field_embed_err.out %%DATADIR%%/vlib/v/parser/tests/duplicate_field_embed_err.vv +%%DATADIR%%/vlib/v/parser/tests/duplicate_operator_overload_err.out +%%DATADIR%%/vlib/v/parser/tests/duplicate_operator_overload_err.vv %%DATADIR%%/vlib/v/parser/tests/duplicate_type_a.out %%DATADIR%%/vlib/v/parser/tests/duplicate_type_a.vv %%DATADIR%%/vlib/v/parser/tests/duplicate_type_b.out @@ -5490,6 +5609,10 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/fn_decl_unexpected_eof.vv %%DATADIR%%/vlib/v/parser/tests/fn_param_name_cap.out %%DATADIR%%/vlib/v/parser/tests/fn_param_name_cap.vv +%%DATADIR%%/vlib/v/parser/tests/fn_type_decl_same_return_type.out +%%DATADIR%%/vlib/v/parser/tests/fn_type_decl_same_return_type.vv +%%DATADIR%%/vlib/v/parser/tests/fn_type_del_same_param_type.out +%%DATADIR%%/vlib/v/parser/tests/fn_type_del_same_param_type.vv %%DATADIR%%/vlib/v/parser/tests/fn_type_only_args_in_interfaces.out %%DATADIR%%/vlib/v/parser/tests/fn_type_only_args_in_interfaces.vv %%DATADIR%%/vlib/v/parser/tests/fn_type_only_args_no_body.out @@ -5539,6 +5662,10 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/if_guard_redefinition.vv %%DATADIR%%/vlib/v/parser/tests/if_guard_undefined_variable_err.out %%DATADIR%%/vlib/v/parser/tests/if_guard_undefined_variable_err.vv +%%DATADIR%%/vlib/v/parser/tests/import_alias_selective_fn_used.out +%%DATADIR%%/vlib/v/parser/tests/import_alias_selective_fn_used.vv +%%DATADIR%%/vlib/v/parser/tests/import_alias_selective_symbol_used.out +%%DATADIR%%/vlib/v/parser/tests/import_alias_selective_symbol_used.vv %%DATADIR%%/vlib/v/parser/tests/import_sym_fn_unused_warning_err.out %%DATADIR%%/vlib/v/parser/tests/import_sym_fn_unused_warning_err.vv %%DATADIR%%/vlib/v/parser/tests/inc_use_as_value.out @@ -5709,6 +5836,8 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/sql_undefined_variables_in_complex_exprs.vv %%DATADIR%%/vlib/v/parser/tests/string_invalid_prefix_err.out %%DATADIR%%/vlib/v/parser/tests/string_invalid_prefix_err.vv +%%DATADIR%%/vlib/v/parser/tests/struct_anon_invalid_embed_err.out +%%DATADIR%%/vlib/v/parser/tests/struct_anon_invalid_embed_err.vv %%DATADIR%%/vlib/v/parser/tests/struct_embed_duplicate.out %%DATADIR%%/vlib/v/parser/tests/struct_embed_duplicate.vv %%DATADIR%%/vlib/v/parser/tests/struct_embed_unknown_module.out @@ -5800,7 +5929,6 @@ bin/v %%DATADIR%%/vlib/v/pref/pref.v %%DATADIR%%/vlib/v/pref/pref_test.v %%DATADIR%%/vlib/v/pref/should_compile.v -%%DATADIR%%/vlib/v/pref/unknown_options_test.v %%DATADIR%%/vlib/v/pref/vsh_envbang_test.v %%DATADIR%%/vlib/v/preludes/README.md %%DATADIR%%/vlib/v/preludes/embed_file/embed_file.v @@ -5899,6 +6027,8 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/inout/comptime_smartcast_variant.out %%DATADIR%%/vlib/v/slow_tests/inout/comptime_smartcast_variant.vv %%DATADIR%%/vlib/v/slow_tests/inout/data_obj.v.templ +%%DATADIR%%/vlib/v/slow_tests/inout/dump_array_of_ref.out +%%DATADIR%%/vlib/v/slow_tests/inout/dump_array_of_ref.vv %%DATADIR%%/vlib/v/slow_tests/inout/dump_expression.out %%DATADIR%%/vlib/v/slow_tests/inout/dump_expression.vv %%DATADIR%%/vlib/v/slow_tests/inout/dump_expressions_with_literals.out @@ -6078,20 +6208,31 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/repl/conditional_blocks/for.repl %%DATADIR%%/vlib/v/slow_tests/repl/conditional_blocks/if.repl %%DATADIR%%/vlib/v/slow_tests/repl/conditional_blocks/if_else.repl +%%DATADIR%%/vlib/v/slow_tests/repl/const.repl %%DATADIR%%/vlib/v/slow_tests/repl/default_printing.repl %%DATADIR%%/vlib/v/slow_tests/repl/empty_struct.repl.skip %%DATADIR%%/vlib/v/slow_tests/repl/entire_commented_module.repl +%%DATADIR%%/vlib/v/slow_tests/repl/enum.repl %%DATADIR%%/vlib/v/slow_tests/repl/error.repl %%DATADIR%%/vlib/v/slow_tests/repl/error_and_continue_print.repl +%%DATADIR%%/vlib/v/slow_tests/repl/error_eval_script.repl %%DATADIR%%/vlib/v/slow_tests/repl/error_exitasdfasdf.repl +%%DATADIR%%/vlib/v/slow_tests/repl/error_multi_line_fn_decl.repl %%DATADIR%%/vlib/v/slow_tests/repl/error_nosave.repl.skip +%%DATADIR%%/vlib/v/slow_tests/repl/error_single_line_fn_decl.repl %%DATADIR%%/vlib/v/slow_tests/repl/fn_calls.repl %%DATADIR%%/vlib/v/slow_tests/repl/if_and_for_with_print_inside_them.repl +%%DATADIR%%/vlib/v/slow_tests/repl/if_expr_oneline.repl %%DATADIR%%/vlib/v/slow_tests/repl/immutable_len_fields/fields.1.repl.skip %%DATADIR%%/vlib/v/slow_tests/repl/immutable_len_fields/fields.2.repl.skip %%DATADIR%%/vlib/v/slow_tests/repl/immutable_len_fields/fields.3.repl.skip %%DATADIR%%/vlib/v/slow_tests/repl/import.repl %%DATADIR%%/vlib/v/slow_tests/repl/import_alias.repl +%%DATADIR%%/vlib/v/slow_tests/repl/infix_shift_op.repl +%%DATADIR%%/vlib/v/slow_tests/repl/input.repl +%%DATADIR%%/vlib/v/slow_tests/repl/interface.repl +%%DATADIR%%/vlib/v/slow_tests/repl/method_call1.repl +%%DATADIR%%/vlib/v/slow_tests/repl/method_call2.repl %%DATADIR%%/vlib/v/slow_tests/repl/naked_strings.repl %%DATADIR%%/vlib/v/slow_tests/repl/newlines.repl %%DATADIR%%/vlib/v/slow_tests/repl/newlines_should_not_exit_the_repl.repl @@ -6105,8 +6246,11 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/repl/println.repl %%DATADIR%%/vlib/v/slow_tests/repl/repl_test.v %%DATADIR%%/vlib/v/slow_tests/repl/runner/runner.v +%%DATADIR%%/vlib/v/slow_tests/repl/struct_def_later.repl %%DATADIR%%/vlib/v/slow_tests/repl/tmpl/hello.txt +%%DATADIR%%/vlib/v/slow_tests/repl/type_decl.repl %%DATADIR%%/vlib/v/slow_tests/repl/var_decl.repl +%%DATADIR%%/vlib/v/slow_tests/repl/var_starts_with_print.repl %%DATADIR%%/vlib/v/slow_tests/repl/void_vlib_fncall.repl %%DATADIR%%/vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f1.v %%DATADIR%%/vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f2.v @@ -6135,6 +6279,7 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/valgrind/import_x_json2.v %%DATADIR%%/vlib/v/slow_tests/valgrind/logging.v %%DATADIR%%/vlib/v/slow_tests/valgrind/multiple_fn_calls.v +%%DATADIR%%/vlib/v/slow_tests/valgrind/nil_interface.v %%DATADIR%%/vlib/v/slow_tests/valgrind/option_reassigned.v %%DATADIR%%/vlib/v/slow_tests/valgrind/option_simple.v %%DATADIR%%/vlib/v/slow_tests/valgrind/rand_module.v @@ -6156,11 +6301,13 @@ bin/v %%DATADIR%%/vlib/v/tests/alias_array_no_cast_init_test.v %%DATADIR%%/vlib/v/tests/alias_array_operator_overloading_test.v %%DATADIR%%/vlib/v/tests/alias_array_plus_operator_test.v +%%DATADIR%%/vlib/v/tests/alias_assigned_in_increment_part_of_for_c_loop_test.v %%DATADIR%%/vlib/v/tests/alias_basic_types_test.v %%DATADIR%%/vlib/v/tests/alias_bool_not_op_test.v %%DATADIR%%/vlib/v/tests/alias_char_type_reference_test.v %%DATADIR%%/vlib/v/tests/alias_compare_non_alias_test.v %%DATADIR%%/vlib/v/tests/alias_custom_type_map_test.v +%%DATADIR%%/vlib/v/tests/alias_fixed_arr_test.v %%DATADIR%%/vlib/v/tests/alias_fixed_array_init_test.v %%DATADIR%%/vlib/v/tests/alias_fixed_array_of_struct_test.v %%DATADIR%%/vlib/v/tests/alias_fixed_array_test.v @@ -6169,6 +6316,7 @@ bin/v %%DATADIR%%/vlib/v/tests/alias_map_keys_test.v %%DATADIR%%/vlib/v/tests/alias_map_operator_overloading_test.v %%DATADIR%%/vlib/v/tests/alias_operator_overloading_test.v +%%DATADIR%%/vlib/v/tests/alias_primitive_operator_overloading_test.v %%DATADIR%%/vlib/v/tests/alias_string_match_test.v %%DATADIR%%/vlib/v/tests/alias_sumtype_method_call_test.v %%DATADIR%%/vlib/v/tests/alias_to_ptr_arg_test.v @@ -6195,6 +6343,7 @@ bin/v %%DATADIR%%/vlib/v/tests/anon_fn_with_array_arguments_test.v %%DATADIR%%/vlib/v/tests/anon_fn_with_nested_anon_fn_args_test.v %%DATADIR%%/vlib/v/tests/anon_fn_with_option_test.v +%%DATADIR%%/vlib/v/tests/anon_struct_alias_type_decl_embed_test.v %%DATADIR%%/vlib/v/tests/anon_struct_assign_test.v %%DATADIR%%/vlib/v/tests/anon_struct_default_value_test.v %%DATADIR%%/vlib/v/tests/anon_struct_type_test.v @@ -6213,7 +6362,9 @@ bin/v %%DATADIR%%/vlib/v/tests/array_filter_using_direct_closure_test.v %%DATADIR%%/vlib/v/tests/array_fixed_auto_clone_test.v %%DATADIR%%/vlib/v/tests/array_fixed_c_test.v +%%DATADIR%%/vlib/v/tests/array_fixed_empty_struct_test.v %%DATADIR%%/vlib/v/tests/array_fixed_ptr_test.v +%%DATADIR%%/vlib/v/tests/array_fixed_struct_field_test.v %%DATADIR%%/vlib/v/tests/array_get_anon_fn_value_test.v %%DATADIR%%/vlib/v/tests/array_index_option_test.v %%DATADIR%%/vlib/v/tests/array_init_element_size_equal_array_size_test.v @@ -6266,6 +6417,7 @@ bin/v %%DATADIR%%/vlib/v/tests/as_cast_literal_test.v %%DATADIR%%/vlib/v/tests/as_cast_selector_test.v %%DATADIR%%/vlib/v/tests/assert_fn_call_with_parentheses_test.v +%%DATADIR%%/vlib/v/tests/assert_fn_ret_option_test.v %%DATADIR%%/vlib/v/tests/assert_if_guard_expr_test.v %%DATADIR%%/vlib/v/tests/assert_should_evaluate_args_just_once_test.v %%DATADIR%%/vlib/v/tests/assert_sumtype_test.v @@ -6321,7 +6473,9 @@ bin/v %%DATADIR%%/vlib/v/tests/bench/val_vs_ptr.c %%DATADIR%%/vlib/v/tests/big_array_allocation_test.v %%DATADIR%%/vlib/v/tests/blank_ident_test.v +%%DATADIR%%/vlib/v/tests/bool_assign_operator_test.v %%DATADIR%%/vlib/v/tests/break_in_lock_test.v +%%DATADIR%%/vlib/v/tests/buitlin_fn_var_test.v %%DATADIR%%/vlib/v/tests/c_array_test.c %%DATADIR%%/vlib/v/tests/c_array_test.c.v %%DATADIR%%/vlib/v/tests/c_function_mut_param/code.c @@ -6332,12 +6486,12 @@ bin/v %%DATADIR%%/vlib/v/tests/c_struct_free/free_struct.c %%DATADIR%%/vlib/v/tests/c_struct_with_reserved_field_name_test.v %%DATADIR%%/vlib/v/tests/c_structs/cstruct.h -%%DATADIR%%/vlib/v/tests/c_structs/cstruct_alias_test.v -%%DATADIR%%/vlib/v/tests/c_structs/cstruct_default_value_test.v +%%DATADIR%%/vlib/v/tests/c_structs/cstruct_alias_test.c.v +%%DATADIR%%/vlib/v/tests/c_structs/cstruct_default_value_test.c.v %%DATADIR%%/vlib/v/tests/c_structs/cstruct_iterator_test.c.v -%%DATADIR%%/vlib/v/tests/c_structs/cstruct_ref_test.v -%%DATADIR%%/vlib/v/tests/c_structs/cstruct_str_test.v -%%DATADIR%%/vlib/v/tests/c_structs/cstruct_sumtype_test.v +%%DATADIR%%/vlib/v/tests/c_structs/cstruct_ref_test.c.v +%%DATADIR%%/vlib/v/tests/c_structs/cstruct_str_test.c.v +%%DATADIR%%/vlib/v/tests/c_structs/cstruct_sumtype_test.c.v %%DATADIR%%/vlib/v/tests/c_structs/cstruct_test.c.v %%DATADIR%%/vlib/v/tests/c_structs/iterator.h %%DATADIR%%/vlib/v/tests/c_structs/v.mod @@ -6378,6 +6532,7 @@ bin/v %%DATADIR%%/vlib/v/tests/closure_generator_test.v %%DATADIR%%/vlib/v/tests/closure_in_if_guard_1_test.v %%DATADIR%%/vlib/v/tests/closure_in_if_guard_2_test.v +%%DATADIR%%/vlib/v/tests/closure_option_direct_call_test.v %%DATADIR%%/vlib/v/tests/closure_test.v %%DATADIR%%/vlib/v/tests/closure_variable_in_smartcast_test.v %%DATADIR%%/vlib/v/tests/closure_with_fixed_array_var_test.v @@ -6465,11 +6620,13 @@ bin/v %%DATADIR%%/vlib/v/tests/comptime_sumtype_cast_3_test.v %%DATADIR%%/vlib/v/tests/comptime_sumtype_cast_test.v %%DATADIR%%/vlib/v/tests/comptime_type_test.v +%%DATADIR%%/vlib/v/tests/comptime_value_d_default_test.v %%DATADIR%%/vlib/v/tests/comptime_var_assignment_test.v %%DATADIR%%/vlib/v/tests/comptime_var_is_check_test.v %%DATADIR%%/vlib/v/tests/comptime_var_on_multiple_args_test.v %%DATADIR%%/vlib/v/tests/comptime_var_param_test.v %%DATADIR%%/vlib/v/tests/comptime_variant_test.v +%%DATADIR%%/vlib/v/tests/comptimecall_slice_arg_test.v %%DATADIR%%/vlib/v/tests/comptimeselector_mut_test.v %%DATADIR%%/vlib/v/tests/concat_option_test.v %%DATADIR%%/vlib/v/tests/concrete_type_as_generic_fn_type_1_test.v @@ -6522,6 +6679,7 @@ bin/v %%DATADIR%%/vlib/v/tests/defer/defer_with_fn_var_test.v %%DATADIR%%/vlib/v/tests/defer_if_comptime_test.v %%DATADIR%%/vlib/v/tests/defer_use_returned_value_test.v +%%DATADIR%%/vlib/v/tests/deref_mut_variable_in_if_expr_test.v %%DATADIR%%/vlib/v/tests/dereference_mut_interface_in_loop_test.v %%DATADIR%%/vlib/v/tests/differently_named_structs_test.v %%DATADIR%%/vlib/v/tests/double_ref_deref_test.v @@ -6552,12 +6710,14 @@ bin/v %%DATADIR%%/vlib/v/tests/enum_default_value_in_struct_test.v %%DATADIR%%/vlib/v/tests/enum_explicit_size_big_and_small_test.v %%DATADIR%%/vlib/v/tests/enum_flag_alias_op_test.v +%%DATADIR%%/vlib/v/tests/enum_flag_from_test.v %%DATADIR%%/vlib/v/tests/enum_flag_test.v %%DATADIR%%/vlib/v/tests/enum_from_generic_static_method_test.v %%DATADIR%%/vlib/v/tests/enum_hex_test.v %%DATADIR%%/vlib/v/tests/enum_max_test.v %%DATADIR%%/vlib/v/tests/enum_static_from_string_test.v %%DATADIR%%/vlib/v/tests/enum_test.v +%%DATADIR%%/vlib/v/tests/enum_with_const_test.v %%DATADIR%%/vlib/v/tests/error_void_test.v %%DATADIR%%/vlib/v/tests/failing_tests_test.v %%DATADIR%%/vlib/v/tests/field_publicity/embed.v @@ -6594,6 +6754,7 @@ bin/v %%DATADIR%%/vlib/v/tests/fn_call_generic_array_arg_test.v %%DATADIR%%/vlib/v/tests/fn_call_interface_args_test.v %%DATADIR%%/vlib/v/tests/fn_call_mut_array_of_aliases_args_test.v +%%DATADIR%%/vlib/v/tests/fn_call_mut_ref_args_test.v %%DATADIR%%/vlib/v/tests/fn_call_mut_sumtype_args_test.v %%DATADIR%%/vlib/v/tests/fn_call_using_anon_fn_call_args_test.v %%DATADIR%%/vlib/v/tests/fn_call_with_newline_opening_brace_test.v @@ -6601,6 +6762,7 @@ bin/v %%DATADIR%%/vlib/v/tests/fn_expecting_ref_but_returning_struct_test.v %%DATADIR%%/vlib/v/tests/fn_expecting_ref_but_returning_struct_time_module_test.v %%DATADIR%%/vlib/v/tests/fn_fixed_array_ret_test.v +%%DATADIR%%/vlib/v/tests/fn_generic_resolve_test.v %%DATADIR%%/vlib/v/tests/fn_heap_promoted_test.v %%DATADIR%%/vlib/v/tests/fn_high_test.v %%DATADIR%%/vlib/v/tests/fn_index_direct_call_test.v @@ -6609,6 +6771,7 @@ bin/v %%DATADIR%%/vlib/v/tests/fn_multiple_returns_test.v %%DATADIR%%/vlib/v/tests/fn_mut_arg_of_array_test.v %%DATADIR%%/vlib/v/tests/fn_mut_arg_of_interface_test.v +%%DATADIR%%/vlib/v/tests/fn_mut_arg_of_sumtype_ref_test.v %%DATADIR%%/vlib/v/tests/fn_mut_args_test.v %%DATADIR%%/vlib/v/tests/fn_ptr_call_test.v %%DATADIR%%/vlib/v/tests/fn_return_alias_of_ptr_test.v @@ -6666,6 +6829,7 @@ bin/v %%DATADIR%%/vlib/v/tests/for_sumtype_arr_test.v %%DATADIR%%/vlib/v/tests/for_t_fields_with_comptime_if_test.v %%DATADIR%%/vlib/v/tests/forcomp_alias_type_test.v +%%DATADIR%%/vlib/v/tests/fullname_enumval_as_arg_test.v %%DATADIR%%/vlib/v/tests/generic_array_clone_test.v %%DATADIR%%/vlib/v/tests/generic_array_of_alias_test.v %%DATADIR%%/vlib/v/tests/generic_array_of_sumtype_push_test.v @@ -6674,6 +6838,7 @@ bin/v %%DATADIR%%/vlib/v/tests/generic_chan_test.v %%DATADIR%%/vlib/v/tests/generic_comparison_for_conditional_assign_test.v %%DATADIR%%/vlib/v/tests/generic_complex_sumtype_test.v +%%DATADIR%%/vlib/v/tests/generic_comptime_arg_test.v %%DATADIR%%/vlib/v/tests/generic_comptime_map_test.v %%DATADIR%%/vlib/v/tests/generic_comptime_test.v %%DATADIR%%/vlib/v/tests/generic_empty_interface_to_multi_struct_test.v @@ -6706,17 +6871,22 @@ bin/v %%DATADIR%%/vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_1_test.v %%DATADIR%%/vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_2_test.v %%DATADIR%%/vlib/v/tests/generic_functions_with_normal_function_test.v +%%DATADIR%%/vlib/v/tests/generic_if_ret_test.v +%%DATADIR%%/vlib/v/tests/generic_init_syntax_test.v %%DATADIR%%/vlib/v/tests/generic_interface_array_type_infer_test.v %%DATADIR%%/vlib/v/tests/generic_interface_infer_test.v %%DATADIR%%/vlib/v/tests/generic_interface_test.v %%DATADIR%%/vlib/v/tests/generic_method_with_variadic_generic_args_test.v %%DATADIR%%/vlib/v/tests/generic_operator_overload_test.v +%%DATADIR%%/vlib/v/tests/generic_receiver_embed_test.v %%DATADIR%%/vlib/v/tests/generic_recursive_fn_test.v %%DATADIR%%/vlib/v/tests/generic_resolve_test.v +%%DATADIR%%/vlib/v/tests/generic_return_test.v %%DATADIR%%/vlib/v/tests/generic_selector_test.v %%DATADIR%%/vlib/v/tests/generic_smartcast_test.v %%DATADIR%%/vlib/v/tests/generic_static_call_test.v %%DATADIR%%/vlib/v/tests/generic_static_method_test.v +%%DATADIR%%/vlib/v/tests/generic_struct_init_ptr_test.v %%DATADIR%%/vlib/v/tests/generic_struct_init_with_field_struct_init_test.v %%DATADIR%%/vlib/v/tests/generic_struct_init_with_generic_cast_test.v %%DATADIR%%/vlib/v/tests/generic_struct_init_with_reference_struct_type_test.v @@ -6774,6 +6944,7 @@ bin/v %%DATADIR%%/vlib/v/tests/generics_interface_with_multi_generic_types_test.v %%DATADIR%%/vlib/v/tests/generics_interface_with_non_generic_method_test.v %%DATADIR%%/vlib/v/tests/generics_map_with_generic_type_key_test.v +%%DATADIR%%/vlib/v/tests/generics_map_with_reference_arg_test.v %%DATADIR%%/vlib/v/tests/generics_method_call_with_short_syntax_args_test.v %%DATADIR%%/vlib/v/tests/generics_method_on_alias_struct_receiver_test.v %%DATADIR%%/vlib/v/tests/generics_method_on_embed_struct_test.v @@ -6886,6 +7057,7 @@ bin/v %%DATADIR%%/vlib/v/tests/heap_struct_test.v %%DATADIR%%/vlib/v/tests/high_ascii_const_rune_test.v %%DATADIR%%/vlib/v/tests/if_assign_test.v +%%DATADIR%%/vlib/v/tests/if_comptime_check_const_test.v %%DATADIR%%/vlib/v/tests/if_cond_with_alias_test.v %%DATADIR%%/vlib/v/tests/if_cond_with_option_test.v %%DATADIR%%/vlib/v/tests/if_expr_nested_with_option_result_test.v @@ -6920,7 +7092,9 @@ bin/v %%DATADIR%%/vlib/v/tests/import_aliases_test.v %%DATADIR%%/vlib/v/tests/imported_symbols_test.v %%DATADIR%%/vlib/v/tests/in_expression_test.v +%%DATADIR%%/vlib/v/tests/indexexpr_or_test.v %%DATADIR%%/vlib/v/tests/infer_generic_array_type_in_nested_call_test.v +%%DATADIR%%/vlib/v/tests/infix_expr_and_or_operate_unnecessary_eval_test.v %%DATADIR%%/vlib/v/tests/infix_expr_in_mut_receiver_method_test.v %%DATADIR%%/vlib/v/tests/infix_expr_test.v %%DATADIR%%/vlib/v/tests/infix_expr_with_overflow_test.v @@ -6984,7 +7158,8 @@ bin/v %%DATADIR%%/vlib/v/tests/interface_with_multi_nested_embed_3_test.v %%DATADIR%%/vlib/v/tests/interface_with_option_field_test.v %%DATADIR%%/vlib/v/tests/interfaces_map_test.v -%%DATADIR%%/vlib/v/tests/interop_test.v +%%DATADIR%%/vlib/v/tests/interop_test.c.v +%%DATADIR%%/vlib/v/tests/interop_test.js.v %%DATADIR%%/vlib/v/tests/isreftype_test.v %%DATADIR%%/vlib/v/tests/json_serialisation_of_fixed_arrays_test.v %%DATADIR%%/vlib/v/tests/json_with_struct_having_fields_with_default_values_test.v @@ -7032,6 +7207,7 @@ bin/v %%DATADIR%%/vlib/v/tests/map_to_string_test.v %%DATADIR%%/vlib/v/tests/map_type_alias_test.v %%DATADIR%%/vlib/v/tests/map_value_init_test.v +%%DATADIR%%/vlib/v/tests/map_value_ref_interp_test.v %%DATADIR%%/vlib/v/tests/map_value_with_option_result_test.v %%DATADIR%%/vlib/v/tests/map_with_selector_test.v %%DATADIR%%/vlib/v/tests/maps_equal_test.v @@ -7047,10 +7223,12 @@ bin/v %%DATADIR%%/vlib/v/tests/match_expr_nested_test.v %%DATADIR%%/vlib/v/tests/match_expr_nested_with_option_result1_test.v %%DATADIR%%/vlib/v/tests/match_expr_nested_with_option_result2_test.v +%%DATADIR%%/vlib/v/tests/match_expr_result_test.v %%DATADIR%%/vlib/v/tests/match_expr_returning_option_test.v %%DATADIR%%/vlib/v/tests/match_expr_returning_sumtype_test.v %%DATADIR%%/vlib/v/tests/match_expr_skip_in_infix_expr_test.v %%DATADIR%%/vlib/v/tests/match_expr_with_assign_sumtype_test.v +%%DATADIR%%/vlib/v/tests/match_expr_with_auto_promote_number_test.v %%DATADIR%%/vlib/v/tests/match_expr_with_branch_returning_1_test.v %%DATADIR%%/vlib/v/tests/match_expr_with_branch_returning_2_test.v %%DATADIR%%/vlib/v/tests/match_expr_with_enum_test.v @@ -7124,10 +7302,13 @@ bin/v %%DATADIR%%/vlib/v/tests/modules/module_b/module_b.v %%DATADIR%%/vlib/v/tests/modules/simplemodule/importing_test.v %%DATADIR%%/vlib/v/tests/modules/simplemodule/simplemodule.v +%%DATADIR%%/vlib/v/tests/modules/structs_with_noinit/shapes.v %%DATADIR%%/vlib/v/tests/modules/sub/foo.c.v %%DATADIR%%/vlib/v/tests/modules/sub/foo/c/foo.h %%DATADIR%%/vlib/v/tests/modules/sub/foo/c/foo.v %%DATADIR%%/vlib/v/tests/modules/sub/foo/c/v.mod +%%DATADIR%%/vlib/v/tests/modules/sub/foo/const.v +%%DATADIR%%/vlib/v/tests/modules/sub/global_fixed_array_test.v %%DATADIR%%/vlib/v/tests/modules/sub/sub_test.v %%DATADIR%%/vlib/v/tests/modules/submodules/submodules.v %%DATADIR%%/vlib/v/tests/modules/submodules/submodules_test.v @@ -7162,6 +7343,8 @@ bin/v %%DATADIR%%/vlib/v/tests/named_break_continue_test.v %%DATADIR%%/vlib/v/tests/nest_defer_fn_test.v %%DATADIR%%/vlib/v/tests/nested_anonfunc_and_for_break_test.v +%%DATADIR%%/vlib/v/tests/nested_fors_with_labels_test.v +%%DATADIR%%/vlib/v/tests/nested_if_expr_method_call_test.v %%DATADIR%%/vlib/v/tests/nested_map_index_test.v %%DATADIR%%/vlib/v/tests/nested_map_of_fn_call_test.v %%DATADIR%%/vlib/v/tests/nested_map_test.v @@ -7227,6 +7410,7 @@ bin/v %%DATADIR%%/vlib/v/tests/option_nested_struct_test.v %%DATADIR%%/vlib/v/tests/option_operator_overload_test.v %%DATADIR%%/vlib/v/tests/option_or_block_test.v +%%DATADIR%%/vlib/v/tests/option_or_expr_with_non_opt_test.v %%DATADIR%%/vlib/v/tests/option_or_result_fixed_arr_test.v %%DATADIR%%/vlib/v/tests/option_print_errors_test.v %%DATADIR%%/vlib/v/tests/option_print_ptr_test.v @@ -7242,7 +7426,9 @@ bin/v %%DATADIR%%/vlib/v/tests/option_ptr_test.v %%DATADIR%%/vlib/v/tests/option_ptr_unwrap_test.v %%DATADIR%%/vlib/v/tests/option_push_array_opt_test.v +%%DATADIR%%/vlib/v/tests/option_reference_params_test.v %%DATADIR%%/vlib/v/tests/option_result_interface_ret_test.v +%%DATADIR%%/vlib/v/tests/option_ret_ptr_generic_test.v %%DATADIR%%/vlib/v/tests/option_return_fixed_arr_test.v %%DATADIR%%/vlib/v/tests/option_selector_assign_test.v %%DATADIR%%/vlib/v/tests/option_selector_cast_test.v @@ -7296,6 +7482,7 @@ bin/v %%DATADIR%%/vlib/v/tests/print_smartcast_interface_variable_test.v %%DATADIR%%/vlib/v/tests/print_smartcast_variable_test.v %%DATADIR%%/vlib/v/tests/print_test.v +%%DATADIR%%/vlib/v/tests/print_void_ret_test.v %%DATADIR%%/vlib/v/tests/printing_c_structs/cstruct.h %%DATADIR%%/vlib/v/tests/printing_c_structs/string_interpolation_test.c.v %%DATADIR%%/vlib/v/tests/printing_c_structs/v.mod @@ -7355,6 +7542,7 @@ bin/v %%DATADIR%%/vlib/v/tests/ref_struct_test.v %%DATADIR%%/vlib/v/tests/reference_return_test.v %%DATADIR%%/vlib/v/tests/reference_var_followed_block_expr_test.v +%%DATADIR%%/vlib/v/tests/reference_variable_str_test.v %%DATADIR%%/vlib/v/tests/reflection_sym_test.v %%DATADIR%%/vlib/v/tests/reflection_test.v %%DATADIR%%/vlib/v/tests/reliability/semaphore_wait.v @@ -7364,6 +7552,7 @@ bin/v %%DATADIR%%/vlib/v/tests/reserved_keywords_can_be_escaped_with_at_test.v %%DATADIR%%/vlib/v/tests/reserved_keywords_if_guard_test.v %%DATADIR%%/vlib/v/tests/resolve_generic_2_test.v +%%DATADIR%%/vlib/v/tests/result_call_or_block_with_stmts_test.v %%DATADIR%%/vlib/v/tests/result_with_index_expr_test.v %%DATADIR%%/vlib/v/tests/results_multi_return_test.v %%DATADIR%%/vlib/v/tests/results_test.v @@ -7467,6 +7656,9 @@ bin/v %%DATADIR%%/vlib/v/tests/skip_unused/shorthands_for_options_and_results_in_main.run.out %%DATADIR%%/vlib/v/tests/skip_unused/shorthands_for_options_and_results_in_main.skip_unused.run.out %%DATADIR%%/vlib/v/tests/skip_unused/shorthands_for_options_and_results_in_main.vv +%%DATADIR%%/vlib/v/tests/skip_unused/string_array_methods.run.out +%%DATADIR%%/vlib/v/tests/skip_unused/string_array_methods.skip_unused.run.out +%%DATADIR%%/vlib/v/tests/skip_unused/string_array_methods.vv %%DATADIR%%/vlib/v/tests/skip_unused/vweb_run_at.run.out %%DATADIR%%/vlib/v/tests/skip_unused/vweb_run_at.skip_unused.run.out %%DATADIR%%/vlib/v/tests/skip_unused/vweb_run_at.vv @@ -7476,8 +7668,10 @@ bin/v %%DATADIR%%/vlib/v/tests/slice_rval_test.v %%DATADIR%%/vlib/v/tests/sorting_by_different_criteria_test.v %%DATADIR%%/vlib/v/tests/sorting_by_references_test.v +%%DATADIR%%/vlib/v/tests/sorting_compare_fn_with_mut_reference_test.v %%DATADIR%%/vlib/v/tests/spawn_array_mut_test.v %%DATADIR%%/vlib/v/tests/spawn_method_on_generic_struct_test.v *** 47 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050620.4856K0HF094048>