Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2023 22:17:47 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: bdff10f8d70b - main - lang/v: Update to 0.4.3
Message-ID:  <202312012217.3B1MHlIW038262@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=bdff10f8d70b7ff002819e3a411c8ce5dc211670

commit bdff10f8d70b7ff002819e3a411c8ce5dc211670
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 22:00:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:11:31 +0000

    lang/v: Update to 0.4.3
    
    Changs:         https://github.com/vlang/v/releases
---
 lang/v/Makefile  |   4 +-
 lang/v/distinfo  |  10 +-
 lang/v/pkg-plist | 359 ++++++++++++++++++++++++++++++++++++++++++++-----------
 3 files changed, 298 insertions(+), 75 deletions(-)

diff --git a/lang/v/Makefile b/lang/v/Makefile
index fa6e7eb4baff..7af3ec7e2060 100644
--- a/lang/v/Makefile
+++ b/lang/v/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	v
-PORTVERSION=	0.4.1
+PORTVERSION=	0.4.3
 CATEGORIES=	lang
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -18,7 +18,7 @@ TEST_TARGET=	check
 
 USE_GITHUB=	yes
 GH_TUPLE=	vlang:v:${PORTVERSION} \
-		vlang:vc:b59fe13:vc/vc
+		vlang:vc:760acca:vc/vc
 
 PORTSCOUT=	skipv:weekly.*
 
diff --git a/lang/v/distinfo b/lang/v/distinfo
index 99a1382f0227..9496f9726a5c 100644
--- a/lang/v/distinfo
+++ b/lang/v/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1693987423
-SHA256 (vlang-v-0.4.1_GH0.tar.gz) = bb13854c59bf1626a97b67fa8f6b931534e39be6154e31b3682b253d9a2d08cf
-SIZE (vlang-v-0.4.1_GH0.tar.gz) = 6875827
-SHA256 (vlang-vc-b59fe13_GH0.tar.gz) = cc36371d2c9b7c8d0d3a2db6c1deea1538f278990bdb4838163190989414683d
-SIZE (vlang-vc-b59fe13_GH0.tar.gz) = 1750446
+TIMESTAMP = 1701363630
+SHA256 (vlang-v-0.4.3_GH0.tar.gz) = 79bbe201fe6f7b98b2f80e405ce1d914b4d28931372bf7f9d30cf9b356e4d4f1
+SIZE (vlang-v-0.4.3_GH0.tar.gz) = 7110780
+SHA256 (vlang-vc-760acca_GH0.tar.gz) = 1d4afb0d953481af2bc40075535ff34f4081250048f5baa67142126804c3715c
+SIZE (vlang-vc-760acca_GH0.tar.gz) = 1816359
diff --git a/lang/v/pkg-plist b/lang/v/pkg-plist
index d264e64fcfe2..9061f4b9eced 100644
--- a/lang/v/pkg-plist
+++ b/lang/v/pkg-plist
@@ -30,6 +30,7 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bst_map.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/buf_reader.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c_interop_wkhtmltopdf.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_c_from_v/main.c.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_c/.gitignore
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_c/README.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_c/test_math.c
@@ -50,6 +51,7 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/concurrency/concurrency_http.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/concurrency/concurrency_returns.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/control_thread_stack_size.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutines/coroutines_bench.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutines/simple_coroutines.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_error.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/database/mysql.v
@@ -60,15 +62,16 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/database/sqlite.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dump_factorial.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loader/modules/library/library.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loader/use.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loader/use_shared_library.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loader/use_test.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loading/modules/library/library.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loading/use.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loading/use_test.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loading/use_dl_module.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_library_loading/use_library_test.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errors.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventbus/eventbus.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventbus/modules/some_module/some_module.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fetch.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fetch_ip.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fibonacci.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_list.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fireworks/fireworks.v
@@ -109,11 +112,13 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/raven_text_rendering.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/rectangles.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/rotating_textured_quad.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/sample_count.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/stars.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/worker_thread.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/bellman-ford.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/bfs.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/bfs2.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/bfs3.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/dfs.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/dfs2.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/dijkstra.v
@@ -168,10 +173,11 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net_t.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net_udp_server_and_client.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/news_fetcher.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/correct.expect
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/incorrect.expect
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/password.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/password_ci.vsh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/password_test.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/tests/correct.expect
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/tests/incorrect.expect
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/password/tests/output_from_expect_arg.expect
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/path_tracing.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pendulum-simulation/.gitignore
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pendulum-simulation/LICENSE
@@ -198,17 +204,19 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pendulum-simulation/parallel_with_iw.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pendulum-simulation/sequential.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pico/pico.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pico/raw_callback.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/process/.ignore
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/process/command.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/process/execve.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/process/process_script.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/process/process_stdin_trick.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/process/write_and_read_from_a_bash_child_process.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quadtree_demo/quadtree_demo.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick_sort.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/random_ips.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline/correct.expect
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline/readline.vsh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline/readline_ci.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline/readline.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline/readline_test.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline/tests/readline.expect
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline/tests/readline_from_expect_arg.expect
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/regex/pcre.vv
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/regex/readme.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/regex/regex_example.v
@@ -235,8 +243,16 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/05_instancing_glsl/rt_glsl.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/05_instancing_glsl/rt_glsl_instancing.glsl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/05_instancing_glsl/v.mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/cube.obj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/donut.mtl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/donut.obj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/floor.obj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/hollowcube.obj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/snub_cube.obj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/trunc_cube.obj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/utahTeapot.obj
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/v.mtl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/v.obj_
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/assets/models/v.obj
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/gouraud.glsl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/modules/obj/obj.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/06_obj_viewer/modules/obj/rend.v
@@ -385,6 +401,7 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wasm/mandelbrot/mandelbrot.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wasm/mandelbrot/mandelbrot.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wasm_codegen/add.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wasm_codegen/bf_compiler.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wasm_codegen/control_flow.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wasm_codegen/factorial.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wasm_codegen/functions.v
@@ -454,8 +471,17 @@ bin/v
 %%DATADIR%%/cmd/tools/vcomplete.v
 %%DATADIR%%/cmd/tools/vcomplete_test.v
 %%DATADIR%%/cmd/tools/vcompress.v
+%%DATADIR%%/cmd/tools/vcreate/project_model_bin.v
+%%DATADIR%%/cmd/tools/vcreate/project_model_lib.v
+%%DATADIR%%/cmd/tools/vcreate/project_model_web.v
+%%DATADIR%%/cmd/tools/vcreate/tests/init.expect
+%%DATADIR%%/cmd/tools/vcreate/tests/init_in_dir_with_invalid_mod_name.expect
+%%DATADIR%%/cmd/tools/vcreate/tests/new_with_model_arg.expect
+%%DATADIR%%/cmd/tools/vcreate/tests/new_with_name_arg.expect
+%%DATADIR%%/cmd/tools/vcreate/tests/new_with_no_arg.expect
 %%DATADIR%%/cmd/tools/vcreate/vcreate.v
-%%DATADIR%%/cmd/tools/vcreate/vcreate_test.v
+%%DATADIR%%/cmd/tools/vcreate/vcreate_init_test.v
+%%DATADIR%%/cmd/tools/vcreate/vcreate_new_test.v
 %%DATADIR%%/cmd/tools/vdoc/html.v
 %%DATADIR%%/cmd/tools/vdoc/html_tag_escape_test.v
 %%DATADIR%%/cmd/tools/vdoc/markdown.v
@@ -510,7 +536,14 @@ bin/v
 %%DATADIR%%/cmd/tools/vgret.v
 %%DATADIR%%/cmd/tools/vls.v
 %%DATADIR%%/cmd/tools/vmissdoc.v
-%%DATADIR%%/cmd/tools/vpm.v
+%%DATADIR%%/cmd/tools/vpm/common.v
+%%DATADIR%%/cmd/tools/vpm/dependency_test.v
+%%DATADIR%%/cmd/tools/vpm/install.v
+%%DATADIR%%/cmd/tools/vpm/install_test.v
+%%DATADIR%%/cmd/tools/vpm/search.v
+%%DATADIR%%/cmd/tools/vpm/settings.v
+%%DATADIR%%/cmd/tools/vpm/update.v
+%%DATADIR%%/cmd/tools/vpm/vpm.v
 %%DATADIR%%/cmd/tools/vrepl.v
 %%DATADIR%%/cmd/tools/vscan.v
 %%DATADIR%%/cmd/tools/vself.v
@@ -547,6 +580,8 @@ bin/v
 %%DATADIR%%/cmd/tools/vvet/tests/parens_space_a.vv
 %%DATADIR%%/cmd/tools/vvet/tests/parens_space_b.out
 %%DATADIR%%/cmd/tools/vvet/tests/parens_space_b.vv
+%%DATADIR%%/cmd/tools/vvet/tests/prog_without_main_fn.out
+%%DATADIR%%/cmd/tools/vvet/tests/prog_without_main_fn.vv
 %%DATADIR%%/cmd/tools/vvet/tests/trailing_space.out
 %%DATADIR%%/cmd/tools/vvet/tests/trailing_space.vv
 %%DATADIR%%/cmd/tools/vvet/vet_test.v
@@ -957,6 +992,7 @@ bin/v
 %%DATADIR%%/vlib/arrays/uniq_test.v
 %%DATADIR%%/vlib/benchmark/README.md
 %%DATADIR%%/vlib/benchmark/benchmark.v
+%%DATADIR%%/vlib/benchmark/benchmark_test.v
 %%DATADIR%%/vlib/bitfield/README.md
 %%DATADIR%%/vlib/bitfield/bitfield.v
 %%DATADIR%%/vlib/bitfield/bitfield_test.v
@@ -968,6 +1004,9 @@ bin/v
 %%DATADIR%%/vlib/builtin/array_notd_gcboehm_opt.v
 %%DATADIR%%/vlib/builtin/array_sorted_test.v
 %%DATADIR%%/vlib/builtin/array_test.v
+%%DATADIR%%/vlib/builtin/backtraces.c.v
+%%DATADIR%%/vlib/builtin/backtraces_nix.c.v
+%%DATADIR%%/vlib/builtin/backtraces_windows.c.v
 %%DATADIR%%/vlib/builtin/builtin.c.v
 %%DATADIR%%/vlib/builtin/builtin.v
 %%DATADIR%%/vlib/builtin/builtin_android_outside_termux.c.v
@@ -979,17 +1018,20 @@ bin/v
 %%DATADIR%%/vlib/builtin/builtin_nix.c.v
 %%DATADIR%%/vlib/builtin/builtin_notd_gcboehm.c.v
 %%DATADIR%%/vlib/builtin/builtin_notd_use_libbacktrace.c.v
-%%DATADIR%%/vlib/builtin/builtin_test.v
+%%DATADIR%%/vlib/builtin/builtin_test.c.v
 %%DATADIR%%/vlib/builtin/builtin_windows.c.v
 %%DATADIR%%/vlib/builtin/byte_test.v
 %%DATADIR%%/vlib/builtin/cfns.c.v
 %%DATADIR%%/vlib/builtin/cfns_wrapper.c.v
 %%DATADIR%%/vlib/builtin/chan.v
+%%DATADIR%%/vlib/builtin/character_inout.c.v
+%%DATADIR%%/vlib/builtin/character_inout_test.v
 %%DATADIR%%/vlib/builtin/float.c.v
 %%DATADIR%%/vlib/builtin/float_test.v
 %%DATADIR%%/vlib/builtin/float_x64.v
 %%DATADIR%%/vlib/builtin/gated_array_string_test.v
 %%DATADIR%%/vlib/builtin/int.v
+%%DATADIR%%/vlib/builtin/int_notd_new_int.v
 %%DATADIR%%/vlib/builtin/int_test.v
 %%DATADIR%%/vlib/builtin/isnil_test.v
 %%DATADIR%%/vlib/builtin/js/array.js.v
@@ -1010,6 +1052,7 @@ bin/v
 %%DATADIR%%/vlib/builtin/js/string.js.v
 %%DATADIR%%/vlib/builtin/js/string_test.js.v
 %%DATADIR%%/vlib/builtin/js/utf8.js.v
+%%DATADIR%%/vlib/builtin/lambda_expr_array_test.v
 %%DATADIR%%/vlib/builtin/linux_bare/libc_impl.v
 %%DATADIR%%/vlib/builtin/linux_bare/linux_syscalls.v
 %%DATADIR%%/vlib/builtin/linux_bare/memory_managment.v
@@ -1036,8 +1079,10 @@ bin/v
 %%DATADIR%%/vlib/builtin/option.c.v
 %%DATADIR%%/vlib/builtin/option.v
 %%DATADIR%%/vlib/builtin/prealloc.c.v
+%%DATADIR%%/vlib/builtin/result.v
 %%DATADIR%%/vlib/builtin/rune.v
 %%DATADIR%%/vlib/builtin/rune_test.v
+%%DATADIR%%/vlib/builtin/sorted_lambda_expr_test.v
 %%DATADIR%%/vlib/builtin/sorted_map.v
 %%DATADIR%%/vlib/builtin/sorting_test.v
 %%DATADIR%%/vlib/builtin/string.v
@@ -1059,7 +1104,7 @@ bin/v
 %%DATADIR%%/vlib/builtin/wasm/wasi/int.v
 %%DATADIR%%/vlib/builtin/wasm/wasi/string.v
 %%DATADIR%%/vlib/builtin/wasm/wasi/wasi.v
-%%DATADIR%%/vlib/builtin/wasm_bare/libc_impl.v
+%%DATADIR%%/vlib/builtin/wasm_bare/libc_impl.c.v
 %%DATADIR%%/vlib/builtin/wasm_bare/memory_management.v
 %%DATADIR%%/vlib/builtin/wchar/wchar.c.v
 %%DATADIR%%/vlib/builtin/wchar/wchar_test.v
@@ -1086,7 +1131,7 @@ bin/v
 %%DATADIR%%/vlib/clipboard/dummy/dummy_clipboard.v
 %%DATADIR%%/vlib/clipboard/x11/clipboard.c.v
 %%DATADIR%%/vlib/compress/README.md
-%%DATADIR%%/vlib/compress/compress.v
+%%DATADIR%%/vlib/compress/compress.c.v
 %%DATADIR%%/vlib/compress/deflate/README.md
 %%DATADIR%%/vlib/compress/deflate/deflate.v
 %%DATADIR%%/vlib/compress/deflate/deflate_test.v
@@ -1109,7 +1154,7 @@ bin/v
 %%DATADIR%%/vlib/context/onecontext/onecontext_test.v
 %%DATADIR%%/vlib/context/value.v
 %%DATADIR%%/vlib/context/value_test.v
-%%DATADIR%%/vlib/coroutines/coroutines.v
+%%DATADIR%%/vlib/coroutines/coroutines.c.v
 %%DATADIR%%/vlib/crypto/README.md
 %%DATADIR%%/vlib/crypto/aes/aes.v
 %%DATADIR%%/vlib/crypto/aes/aes_cbc.v
@@ -1117,6 +1162,7 @@ bin/v
 %%DATADIR%%/vlib/crypto/aes/block_generic.v
 %%DATADIR%%/vlib/crypto/aes/const.v
 %%DATADIR%%/vlib/crypto/aes/cypher_generic.v
+%%DATADIR%%/vlib/crypto/bcrypt/base64.v
 %%DATADIR%%/vlib/crypto/bcrypt/bcrypt.v
 %%DATADIR%%/vlib/crypto/bcrypt/bcrypt_test.v
 %%DATADIR%%/vlib/crypto/blowfish/block.v
@@ -1226,37 +1272,37 @@ bin/v
 %%DATADIR%%/vlib/db/mssql/_cdef_windows.c.v
 %%DATADIR%%/vlib/db/mssql/_cdefs.c.v
 %%DATADIR%%/vlib/db/mssql/config.v
-%%DATADIR%%/vlib/db/mssql/mssql.v
+%%DATADIR%%/vlib/db/mssql/mssql.c.v
 %%DATADIR%%/vlib/db/mssql/result.v
-%%DATADIR%%/vlib/db/mssql/stmt_handle.v
+%%DATADIR%%/vlib/db/mssql/stmt_handle.c.v
 %%DATADIR%%/vlib/db/mysql/README.md
 %%DATADIR%%/vlib/db/mysql/_cdefs.c.v
 %%DATADIR%%/vlib/db/mysql/_cdefs_nix.c.v
 %%DATADIR%%/vlib/db/mysql/_cdefs_windows.c.v
-%%DATADIR%%/vlib/db/mysql/consts.v
+%%DATADIR%%/vlib/db/mysql/consts.c.v
 %%DATADIR%%/vlib/db/mysql/enums.v
-%%DATADIR%%/vlib/db/mysql/mysql.v
+%%DATADIR%%/vlib/db/mysql/mysql.c.v
 %%DATADIR%%/vlib/db/mysql/mysql_orm_test.v
 %%DATADIR%%/vlib/db/mysql/mysql_test.v
-%%DATADIR%%/vlib/db/mysql/orm.v
-%%DATADIR%%/vlib/db/mysql/result.v
+%%DATADIR%%/vlib/db/mysql/orm.c.v
+%%DATADIR%%/vlib/db/mysql/result.c.v
 %%DATADIR%%/vlib/db/mysql/stmt.c.v
-%%DATADIR%%/vlib/db/mysql/utils.v
+%%DATADIR%%/vlib/db/mysql/utils.c.v
 %%DATADIR%%/vlib/db/pg/README.md
 %%DATADIR%%/vlib/db/pg/compatibility.h
 %%DATADIR%%/vlib/db/pg/oid.v
 %%DATADIR%%/vlib/db/pg/orm.v
-%%DATADIR%%/vlib/db/pg/pg.v
+%%DATADIR%%/vlib/db/pg/pg.c.v
 %%DATADIR%%/vlib/db/pg/pg_orm_test.v
 %%DATADIR%%/vlib/db/sqlite/README.md
 %%DATADIR%%/vlib/db/sqlite/orm.v
 %%DATADIR%%/vlib/db/sqlite/result_code.v
-%%DATADIR%%/vlib/db/sqlite/sqlite.v
+%%DATADIR%%/vlib/db/sqlite/sqlite.c.v
 %%DATADIR%%/vlib/db/sqlite/sqlite_orm_test.v
 %%DATADIR%%/vlib/db/sqlite/sqlite_test.v
 %%DATADIR%%/vlib/db/sqlite/sqlite_vfs_lowlevel_test.v
-%%DATADIR%%/vlib/db/sqlite/stmt.v
-%%DATADIR%%/vlib/db/sqlite/vfs_lowlevel.v
+%%DATADIR%%/vlib/db/sqlite/stmt.c.v
+%%DATADIR%%/vlib/db/sqlite/vfs_lowlevel.c.v
 %%DATADIR%%/vlib/dl/README.md
 %%DATADIR%%/vlib/dl/dl.v
 %%DATADIR%%/vlib/dl/dl_nix.c.v
@@ -1296,6 +1342,7 @@ bin/v
 %%DATADIR%%/vlib/encoding/hex/hex_test.v
 %%DATADIR%%/vlib/encoding/html/escape.v
 %%DATADIR%%/vlib/encoding/html/escape_test.v
+%%DATADIR%%/vlib/encoding/html/named_references.v
 %%DATADIR%%/vlib/encoding/leb128/leb128.v
 %%DATADIR%%/vlib/encoding/leb128/leb128_test.v
 %%DATADIR%%/vlib/encoding/utf8/east_asian/east_asian_width.v
@@ -1305,6 +1352,55 @@ bin/v
 %%DATADIR%%/vlib/encoding/utf8/utf8_tables.v
 %%DATADIR%%/vlib/encoding/utf8/utf8_util.v
 %%DATADIR%%/vlib/encoding/utf8/utf8_util_test.v
+%%DATADIR%%/vlib/encoding/xml/README.md
+%%DATADIR%%/vlib/encoding/xml/encoding.v
+%%DATADIR%%/vlib/encoding/xml/entity.v
+%%DATADIR%%/vlib/encoding/xml/entity_test.v
+%%DATADIR%%/vlib/encoding/xml/parser.v
+%%DATADIR%%/vlib/encoding/xml/query.v
+%%DATADIR%%/vlib/encoding/xml/reader_util.v
+%%DATADIR%%/vlib/encoding/xml/test/gtk/gtk_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/01_mdn_example/hello_world.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/01_mdn_example/hello_world_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/02_note_message/note.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/02_note_message/note_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/03_cd_catalogue/cd_catalog.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/03_cd_catalogue/cd_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/04_empty_file/empty.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/04_empty_file/expected_error.txt
+%%DATADIR%%/vlib/encoding/xml/test/local/05_single_element/root.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/05_single_element/root_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/06_nested_elements/nested.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/06_nested_elements/nested_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/07_mixed_contents/mixed.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/07_mixed_contents/mixed_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/08_comments/comment.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/08_comments/comment_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/09_malformed/expected_error.txt
+%%DATADIR%%/vlib/encoding/xml/test/local/09_malformed/malformed.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/10_missing_tag/expected_error.txt
+%%DATADIR%%/vlib/encoding/xml/test/local/10_missing_tag/malformed.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/11_cdata_content/cdata.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/11_cdata_content/cdata_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/12_doctype_entity/entity.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/12_doctype_entity/spec_entity_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/13_doctype_element/doctype_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/13_doctype_element/element.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/14_attributes/attributes.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/14_attributes/attributes_test.v
+%%DATADIR%%/vlib/encoding/xml/test/local/15_incomplete_entity_1/entity.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/15_incomplete_entity_1/expected_error.txt
+%%DATADIR%%/vlib/encoding/xml/test/local/16_incomplete_entity_2/entity.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/16_incomplete_entity_2/expected_error.txt
+%%DATADIR%%/vlib/encoding/xml/test/local/17_incomplete_element_1/element.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/17_incomplete_element_1/expected_error.txt
+%%DATADIR%%/vlib/encoding/xml/test/local/18_incomplete_element_2/element.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/18_incomplete_element_2/expected_error.txt
+%%DATADIR%%/vlib/encoding/xml/test/local/18_single_letter_tag/shared.xml
+%%DATADIR%%/vlib/encoding/xml/test/local/18_single_letter_tag/shared_test.v
+%%DATADIR%%/vlib/encoding/xml/test/spec_test.v
+%%DATADIR%%/vlib/encoding/xml/types.v
+%%DATADIR%%/vlib/encoding/xml/validation.v
 %%DATADIR%%/vlib/eventbus/README.md
 %%DATADIR%%/vlib/eventbus/eventbus.v
 %%DATADIR%%/vlib/eventbus/eventbus_test.v
@@ -1355,6 +1451,7 @@ bin/v
 %%DATADIR%%/vlib/gg/testdata/draw_circles.vv
 %%DATADIR%%/vlib/gg/testdata/draw_elipses.vv
 %%DATADIR%%/vlib/gg/testdata/draw_polygons.vv
+%%DATADIR%%/vlib/gg/testdata/draw_rounded_rect_empty.vv
 %%DATADIR%%/vlib/gg/testdata/draw_simple_polygons.vv
 %%DATADIR%%/vlib/gg/testdata/remove_image_from_cache.vv
 %%DATADIR%%/vlib/gg/testdata/tweak_circles.vv
@@ -1400,7 +1497,7 @@ bin/v
 %%DATADIR%%/vlib/js/js.v
 %%DATADIR%%/vlib/json/README.md
 %%DATADIR%%/vlib/json/cjson/cjson_test.v
-%%DATADIR%%/vlib/json/cjson/cjson_wrapper.v
+%%DATADIR%%/vlib/json/cjson/cjson_wrapper.c.v
 %%DATADIR%%/vlib/json/json_alias_test.v
 %%DATADIR%%/vlib/json/json_decode_test.v
 %%DATADIR%%/vlib/json/json_decode_with_encode_arg_test.v
@@ -1423,7 +1520,7 @@ bin/v
 %%DATADIR%%/vlib/json/json_option_raw_test.v
 %%DATADIR%%/vlib/json/json_option_struct_test.v
 %%DATADIR%%/vlib/json/json_option_test.v
-%%DATADIR%%/vlib/json/json_primitives.v
+%%DATADIR%%/vlib/json/json_primitives.c.v
 %%DATADIR%%/vlib/json/json_raw_test.v
 %%DATADIR%%/vlib/json/json_struct_option_test.v
 %%DATADIR%%/vlib/json/json_test.v
@@ -1470,6 +1567,7 @@ bin/v
 %%DATADIR%%/vlib/math/div.v
 %%DATADIR%%/vlib/math/erf.v
 %%DATADIR%%/vlib/math/erf_test.v
+%%DATADIR%%/vlib/math/exp.c.v
 %%DATADIR%%/vlib/math/exp.js.v
 %%DATADIR%%/vlib/math/exp.v
 %%DATADIR%%/vlib/math/factorial.v
@@ -1489,6 +1587,7 @@ bin/v
 %%DATADIR%%/vlib/math/invtrig.js.v
 %%DATADIR%%/vlib/math/invtrig.v
 %%DATADIR%%/vlib/math/limit.v
+%%DATADIR%%/vlib/math/log.c.v
 %%DATADIR%%/vlib/math/log.v
 %%DATADIR%%/vlib/math/math.c.v
 %%DATADIR%%/vlib/math/math.v
@@ -1510,6 +1609,8 @@ bin/v
 %%DATADIR%%/vlib/math/sinh.v
 %%DATADIR%%/vlib/math/sqrt.c.v
 %%DATADIR%%/vlib/math/sqrt.v
+%%DATADIR%%/vlib/math/square.v
+%%DATADIR%%/vlib/math/square_test.v
 %%DATADIR%%/vlib/math/stats/stats.v
 %%DATADIR%%/vlib/math/stats/stats_test.v
 %%DATADIR%%/vlib/math/tan.c.v
@@ -1530,7 +1631,7 @@ bin/v
 %%DATADIR%%/vlib/math/vec/vec4_test.v
 %%DATADIR%%/vlib/net/README.md
 %%DATADIR%%/vlib/net/aasocket.c.v
-%%DATADIR%%/vlib/net/address.v
+%%DATADIR%%/vlib/net/address.c.v
 %%DATADIR%%/vlib/net/address_android.c.v
 %%DATADIR%%/vlib/net/address_darwin.c.v
 %%DATADIR%%/vlib/net/address_default.c.v
@@ -1539,14 +1640,14 @@ bin/v
 %%DATADIR%%/vlib/net/address_linux.c.v
 %%DATADIR%%/vlib/net/address_netbsd.c.v
 %%DATADIR%%/vlib/net/address_openbsd.c.v
-%%DATADIR%%/vlib/net/address_test.v
+%%DATADIR%%/vlib/net/address_test.c.v
 %%DATADIR%%/vlib/net/address_windows.c.v
 %%DATADIR%%/vlib/net/afunix.h
-%%DATADIR%%/vlib/net/common.v
+%%DATADIR%%/vlib/net/common.c.v
 %%DATADIR%%/vlib/net/conv/README.md
 %%DATADIR%%/vlib/net/conv/conv.v
 %%DATADIR%%/vlib/net/conv/conv_test.v
-%%DATADIR%%/vlib/net/errors.v
+%%DATADIR%%/vlib/net/errors.c.v
 %%DATADIR%%/vlib/net/ftp/ftp.v
 %%DATADIR%%/vlib/net/ftp/ftp_test.v
 %%DATADIR%%/vlib/net/html/README.md
@@ -1568,10 +1669,13 @@ bin/v
 %%DATADIR%%/vlib/net/http/download.v
 %%DATADIR%%/vlib/net/http/download_nix.c.v
 %%DATADIR%%/vlib/net/http/download_windows.c.v
+%%DATADIR%%/vlib/net/http/file/static_server.v
 %%DATADIR%%/vlib/net/http/header.v
 %%DATADIR%%/vlib/net/http/header_test.v
 %%DATADIR%%/vlib/net/http/http.v
 %%DATADIR%%/vlib/net/http/http_httpbin_test.v
+%%DATADIR%%/vlib/net/http/http_proxy.v
+%%DATADIR%%/vlib/net/http/http_proxy_test.v
 %%DATADIR%%/vlib/net/http/http_test.v
 %%DATADIR%%/vlib/net/http/method.v
 %%DATADIR%%/vlib/net/http/mime/build.vsh
@@ -1586,35 +1690,37 @@ bin/v
 %%DATADIR%%/vlib/net/http/server_test.v
 %%DATADIR%%/vlib/net/http/status.v
 %%DATADIR%%/vlib/net/http/status_test.v
+%%DATADIR%%/vlib/net/http/util.v
 %%DATADIR%%/vlib/net/http/version.v
 %%DATADIR%%/vlib/net/ipv6_v6only.h
-%%DATADIR%%/vlib/net/mbedtls/c.v
+%%DATADIR%%/vlib/net/mbedtls/mbedtls.c.v
 %%DATADIR%%/vlib/net/mbedtls/mbedtls_compiles_test.v
 %%DATADIR%%/vlib/net/mbedtls/mbedtls_sslconn_shutdown_does_not_panic_test.v
-%%DATADIR%%/vlib/net/mbedtls/ssl_connection.v
+%%DATADIR%%/vlib/net/mbedtls/ssl_connection.c.v
 %%DATADIR%%/vlib/net/net_nix.c.v
 %%DATADIR%%/vlib/net/net_windows.c.v
-%%DATADIR%%/vlib/net/openssl/c.v
-%%DATADIR%%/vlib/net/openssl/openssl.v
-%%DATADIR%%/vlib/net/openssl/openssl_compiles_test.v
-%%DATADIR%%/vlib/net/openssl/ssl_connection.v
+%%DATADIR%%/vlib/net/openssl/openssl.c.v
+%%DATADIR%%/vlib/net/openssl/openssl_compiles_test.c.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_options.c.v
+%%DATADIR%%/vlib/net/socks/socks5.v
+%%DATADIR%%/vlib/net/socks/socks5_test.v
 %%DATADIR%%/vlib/net/ssl/ssl_compiles_test.v
 %%DATADIR%%/vlib/net/ssl/ssl_d_use_openssl.v
 %%DATADIR%%/vlib/net/ssl/ssl_notd_use_openssl.v
-%%DATADIR%%/vlib/net/tcp.v
-%%DATADIR%%/vlib/net/tcp_read_line.v
+%%DATADIR%%/vlib/net/tcp.c.v
+%%DATADIR%%/vlib/net/tcp_read_line.c.v
 %%DATADIR%%/vlib/net/tcp_self_dial_from_many_clients_test.v
 %%DATADIR%%/vlib/net/tcp_simple_client_server_test.v
 %%DATADIR%%/vlib/net/tcp_test.v
-%%DATADIR%%/vlib/net/udp.v
+%%DATADIR%%/vlib/net/udp.c.v
 %%DATADIR%%/vlib/net/udp_test.v
 %%DATADIR%%/vlib/net/unix/aasocket.c.v
-%%DATADIR%%/vlib/net/unix/common.v
-%%DATADIR%%/vlib/net/unix/stream_nix.v
+%%DATADIR%%/vlib/net/unix/common.c.v
+%%DATADIR%%/vlib/net/unix/stream.c.v
 %%DATADIR%%/vlib/net/unix/unix_test.v
 %%DATADIR%%/vlib/net/unix/use_net_and_net_unix_together_test.v
 %%DATADIR%%/vlib/net/urllib/urllib.v
@@ -1657,6 +1763,7 @@ bin/v
 %%DATADIR%%/vlib/orm/orm.v
 %%DATADIR%%/vlib/orm/orm_create_and_drop_test.v
 %%DATADIR%%/vlib/orm/orm_custom_operators_test.v
+%%DATADIR%%/vlib/orm/orm_fk_test.v
 %%DATADIR%%/vlib/orm/orm_fn_calls_test.v
 %%DATADIR%%/vlib/orm/orm_fn_test.v
 %%DATADIR%%/vlib/orm/orm_insert_reserved_name_test.v
@@ -1664,6 +1771,8 @@ bin/v
 %%DATADIR%%/vlib/orm/orm_interface_test.v
 %%DATADIR%%/vlib/orm/orm_last_id_test.v
 %%DATADIR%%/vlib/orm/orm_mut_db_test.v
+%%DATADIR%%/vlib/orm/orm_null_test.v
+%%DATADIR%%/vlib/orm/orm_references_test.v
 %%DATADIR%%/vlib/orm/orm_result_test.v
 %%DATADIR%%/vlib/orm/orm_sql_or_blocks_test.v
 %%DATADIR%%/vlib/orm/orm_string_interpolation_in_where_test.v
@@ -1736,7 +1845,10 @@ bin/v
 %%DATADIR%%/vlib/os/signal.c.v
 %%DATADIR%%/vlib/os/signal.js.v
 %%DATADIR%%/vlib/os/signal.v
+%%DATADIR%%/vlib/os/signal_darwin.c.v
+%%DATADIR%%/vlib/os/signal_default.c.v
 %%DATADIR%%/vlib/os/signal_test.v
+%%DATADIR%%/vlib/os/signal_windows.c.v
 %%DATADIR%%/vlib/picoev/README.md
 %%DATADIR%%/vlib/picoev/loop_default.c.v
 %%DATADIR%%/vlib/picoev/loop_freebsd.c.v
@@ -2116,16 +2228,18 @@ bin/v
 %%DATADIR%%/vlib/v/callgraph/callgraph.v
 %%DATADIR%%/vlib/v/cflag/cflags.v
 %%DATADIR%%/vlib/v/checker/assign.v
+%%DATADIR%%/vlib/v/checker/autocomplete.v
 %%DATADIR%%/vlib/v/checker/check_types.v
 %%DATADIR%%/vlib/v/checker/checker.v
 %%DATADIR%%/vlib/v/checker/comptime.v
 %%DATADIR%%/vlib/v/checker/containers.v
+%%DATADIR%%/vlib/v/checker/errors.v
 %%DATADIR%%/vlib/v/checker/fn.v
 %%DATADIR%%/vlib/v/checker/for.v
 %%DATADIR%%/vlib/v/checker/if.v
 %%DATADIR%%/vlib/v/checker/infix.v
 %%DATADIR%%/vlib/v/checker/interface.v
-%%DATADIR%%/vlib/v/checker/line_info.v
+%%DATADIR%%/vlib/v/checker/lambda_expr.v
 %%DATADIR%%/vlib/v/checker/match.v
 %%DATADIR%%/vlib/v/checker/orm.v
 %%DATADIR%%/vlib/v/checker/postfix.v
@@ -2214,6 +2328,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/array_init_ptr_non_ptr_elem_err.vv
 %%DATADIR%%/vlib/v/checker/tests/array_init_sum_type_without_init_value_and_len_err.out
 %%DATADIR%%/vlib/v/checker/tests/array_init_sum_type_without_init_value_and_len_err.vv
+%%DATADIR%%/vlib/v/checker/tests/array_init_with_len_cap_err.out
+%%DATADIR%%/vlib/v/checker/tests/array_init_with_len_cap_err.vv
 %%DATADIR%%/vlib/v/checker/tests/array_init_with_void_value_err.out
 %%DATADIR%%/vlib/v/checker/tests/array_init_with_void_value_err.vv
 %%DATADIR%%/vlib/v/checker/tests/array_insert_prepend_args_err.out
@@ -2605,6 +2721,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_a.vv
 %%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_b.out
 %%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_overflow.out
 %%DATADIR%%/vlib/v/checker/tests/enum_field_value_overflow.vv
 %%DATADIR%%/vlib/v/checker/tests/enum_from_string_args_err.out
@@ -2643,10 +2761,14 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/fixed_array_conv.vv
 %%DATADIR%%/vlib/v/checker/tests/fixed_array_decompose_err.out
 %%DATADIR%%/vlib/v/checker/tests/fixed_array_decompose_err.vv
+%%DATADIR%%/vlib/v/checker/tests/fixed_array_init_with_default.out
+%%DATADIR%%/vlib/v/checker/tests/fixed_array_init_with_default.vv
 %%DATADIR%%/vlib/v/checker/tests/fixed_array_non_const_size_err.out
 %%DATADIR%%/vlib/v/checker/tests/fixed_array_non_const_size_err.vv
 %%DATADIR%%/vlib/v/checker/tests/fixed_array_size_err.out
 %%DATADIR%%/vlib/v/checker/tests/fixed_array_size_err.vv
+%%DATADIR%%/vlib/v/checker/tests/flag_enum_exhaustive_else_branch.out
+%%DATADIR%%/vlib/v/checker/tests/flag_enum_exhaustive_else_branch.vv
 %%DATADIR%%/vlib/v/checker/tests/float_lit_exp_not_integer_err.out
 %%DATADIR%%/vlib/v/checker/tests/float_lit_exp_not_integer_err.vv
 %%DATADIR%%/vlib/v/checker/tests/float_lit_exp_without_digit_err.out
@@ -2715,8 +2837,6 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/fn_variadic.vv
 %%DATADIR%%/vlib/v/checker/tests/fn_variadic_arg_err.out
 %%DATADIR%%/vlib/v/checker/tests/fn_variadic_arg_err.vv
-%%DATADIR%%/vlib/v/checker/tests/for_c_stmt_with_option_call.out
-%%DATADIR%%/vlib/v/checker/tests/for_c_stmt_with_option_call.vv
 %%DATADIR%%/vlib/v/checker/tests/for_c_stmt_with_var_declaration_in_post_stmt.out
 %%DATADIR%%/vlib/v/checker/tests/for_c_stmt_with_var_declaration_in_post_stmt.vv
 %%DATADIR%%/vlib/v/checker/tests/for_in_index_option.out
@@ -3122,6 +3242,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/interface_too_many_embedding_levels.vv
 %%DATADIR%%/vlib/v/checker/tests/interpolation_recursive_str_err.out
 %%DATADIR%%/vlib/v/checker/tests/interpolation_recursive_str_err.vv
+%%DATADIR%%/vlib/v/checker/tests/invalid_alias_ptr_cast_on_map_err.out
+%%DATADIR%%/vlib/v/checker/tests/invalid_alias_ptr_cast_on_map_err.vv
 %%DATADIR%%/vlib/v/checker/tests/invalid_char_err.out
 %%DATADIR%%/vlib/v/checker/tests/invalid_char_err.vv
 %%DATADIR%%/vlib/v/checker/tests/invalid_comptime_test.out
@@ -3168,6 +3290,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/json_decode_shared_err.vv
 %%DATADIR%%/vlib/v/checker/tests/labelled_break_continue.out
 %%DATADIR%%/vlib/v/checker/tests/labelled_break_continue.vv
+%%DATADIR%%/vlib/v/checker/tests/lambda_expression_in_map.out
+%%DATADIR%%/vlib/v/checker/tests/lambda_expression_in_map.vv
 %%DATADIR%%/vlib/v/checker/tests/like_operator_outside_orm_error.out
 %%DATADIR%%/vlib/v/checker/tests/like_operator_outside_orm_error.vv
 %%DATADIR%%/vlib/v/checker/tests/like_operator_with_non_string_type_error.out
@@ -3218,6 +3342,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/map_with_result_value_err.vv
 %%DATADIR%%/vlib/v/checker/tests/match_alias_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/match_alias_type_err.vv
+%%DATADIR%%/vlib/v/checker/tests/match_cast_cond_not_same_range_cast_type_err.out
+%%DATADIR%%/vlib/v/checker/tests/match_cast_cond_not_same_range_cast_type_err.vv
 %%DATADIR%%/vlib/v/checker/tests/match_cond_with_parenthesis_err.out
 %%DATADIR%%/vlib/v/checker/tests/match_cond_with_parenthesis_err.vv
 %%DATADIR%%/vlib/v/checker/tests/match_duplicate_branch.out
@@ -3238,6 +3364,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/match_mut_with_immutable_var_err.vv
 %%DATADIR%%/vlib/v/checker/tests/match_range_mismatch_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/match_range_mismatch_type_err.vv
+%%DATADIR%%/vlib/v/checker/tests/match_ranges_not_same_cast_err.out
+%%DATADIR%%/vlib/v/checker/tests/match_ranges_not_same_cast_err.vv
 %%DATADIR%%/vlib/v/checker/tests/match_return_mismatch_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/match_return_mismatch_type_err.vv
 %%DATADIR%%/vlib/v/checker/tests/match_return_sumtype_mismatch_err.out
@@ -3278,6 +3406,12 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/misspelled_mod_const_should_have_suggestion.vv
 %%DATADIR%%/vlib/v/checker/tests/misspelled_mod_fn_name_should_have_suggestion.out
 %%DATADIR%%/vlib/v/checker/tests/misspelled_mod_fn_name_should_have_suggestion.vv
+%%DATADIR%%/vlib/v/checker/tests/mod_name_duplicate_const_err.out
+%%DATADIR%%/vlib/v/checker/tests/mod_name_duplicate_const_err.vv
+%%DATADIR%%/vlib/v/checker/tests/mod_name_duplicate_param_err.out
+%%DATADIR%%/vlib/v/checker/tests/mod_name_duplicate_param_err.vv
+%%DATADIR%%/vlib/v/checker/tests/mod_name_duplicate_var_err.out
+%%DATADIR%%/vlib/v/checker/tests/mod_name_duplicate_var_err.vv
 %%DATADIR%%/vlib/v/checker/tests/mod_op_wrong_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/mod_op_wrong_type_err.vv
 %%DATADIR%%/vlib/v/checker/tests/module_not_at_same_line_err.out
@@ -3289,6 +3423,9 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module/www/ttt/ttt.v
 %%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module/xxx/yyy/yyy.v
 %%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module.out
+%%DATADIR%%/vlib/v/checker/tests/modules/implement_private_interface/baz.v
+%%DATADIR%%/vlib/v/checker/tests/modules/implement_private_interface/main.v
+%%DATADIR%%/vlib/v/checker/tests/modules/implement_private_interface.out
 %%DATADIR%%/vlib/v/checker/tests/modules/module_alias_started_with_underscore/main.v
 %%DATADIR%%/vlib/v/checker/tests/modules/module_alias_started_with_underscore/underscore.v
 %%DATADIR%%/vlib/v/checker/tests/modules/module_alias_started_with_underscore.out
@@ -3342,6 +3479,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/nested_struct_with_required_attr_err.vv
 %%DATADIR%%/vlib/v/checker/tests/nil.out
 %%DATADIR%%/vlib/v/checker/tests/nil.vv
+%%DATADIR%%/vlib/v/checker/tests/nil_to_option_err.out
+%%DATADIR%%/vlib/v/checker/tests/nil_to_option_err.vv
 %%DATADIR%%/vlib/v/checker/tests/no_heap_struct.out
 %%DATADIR%%/vlib/v/checker/tests/no_heap_struct.vv
 %%DATADIR%%/vlib/v/checker/tests/no_interface_instantiation_a.out
@@ -3405,6 +3544,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/option_ptr_err.vv
 %%DATADIR%%/vlib/v/checker/tests/option_ptr_without_unwrapp_err.out
 %%DATADIR%%/vlib/v/checker/tests/option_ptr_without_unwrapp_err.vv
+%%DATADIR%%/vlib/v/checker/tests/option_ref_init_err.out
+%%DATADIR%%/vlib/v/checker/tests/option_ref_init_err.vv
 %%DATADIR%%/vlib/v/checker/tests/option_return_call_non_opt_err.out
 %%DATADIR%%/vlib/v/checker/tests/option_return_call_non_opt_err.vv
 %%DATADIR%%/vlib/v/checker/tests/option_return_selector_non_opt_err.out
@@ -3431,6 +3572,10 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/orm_db_expr_option_error.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_empty_struct.out
 %%DATADIR%%/vlib/v/checker/tests/orm_empty_struct.vv
+%%DATADIR%%/vlib/v/checker/tests/orm_fkey_attribute.out
+%%DATADIR%%/vlib/v/checker/tests/orm_fkey_attribute.vv
+%%DATADIR%%/vlib/v/checker/tests/orm_fkey_has_pkey.out
+%%DATADIR%%/vlib/v/checker/tests/orm_fkey_has_pkey.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_fn_call_with_wrong_return_type.out
 %%DATADIR%%/vlib/v/checker/tests/orm_fn_call_with_wrong_return_type.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_insert_object_with_mismatched_type_error.out
@@ -3439,10 +3584,18 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/orm_left_side_expr_in_infix_expr_has_no_struct_field_error.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_limit_less_than_zero_error.out
 %%DATADIR%%/vlib/v/checker/tests/orm_limit_less_than_zero_error.vv
+%%DATADIR%%/vlib/v/checker/tests/orm_multidim_array.out
+%%DATADIR%%/vlib/v/checker/tests/orm_multidim_array.vv
+%%DATADIR%%/vlib/v/checker/tests/orm_multiple_pkeys.out
+%%DATADIR%%/vlib/v/checker/tests/orm_multiple_pkeys.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_no_default_value.out
 %%DATADIR%%/vlib/v/checker/tests/orm_no_default_value.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_not_a_struct.out
 %%DATADIR%%/vlib/v/checker/tests/orm_not_a_struct.vv
+%%DATADIR%%/vlib/v/checker/tests/orm_op_with_option_and_none.out
+%%DATADIR%%/vlib/v/checker/tests/orm_op_with_option_and_none.vv
+%%DATADIR%%/vlib/v/checker/tests/orm_table_attributes.out
+%%DATADIR%%/vlib/v/checker/tests/orm_table_attributes.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_using_non_struct_field_in_order_by_error.out
 %%DATADIR%%/vlib/v/checker/tests/orm_using_non_struct_field_in_order_by_error.vv
 %%DATADIR%%/vlib/v/checker/tests/orm_using_undefined_object_in_insert_error.out
@@ -3481,8 +3634,6 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/print_char.vv
 %%DATADIR%%/vlib/v/checker/tests/println_can_not_print_void_expressions.out
 %%DATADIR%%/vlib/v/checker/tests/println_can_not_print_void_expressions.vv
-%%DATADIR%%/vlib/v/checker/tests/private_redeclaration_of_C_struct.out
-%%DATADIR%%/vlib/v/checker/tests/private_redeclaration_of_C_struct.vv
 %%DATADIR%%/vlib/v/checker/tests/propagate_option_with_result_err.out
 %%DATADIR%%/vlib/v/checker/tests/propagate_option_with_result_err.vv
 %%DATADIR%%/vlib/v/checker/tests/propagate_result_with_option.out
@@ -3721,6 +3872,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/struct_non_ptr_field_nil_default_value_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_none_field_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/struct_none_field_type_err.vv
+%%DATADIR%%/vlib/v/checker/tests/struct_option_field_assign_ptr_err.out
+%%DATADIR%%/vlib/v/checker/tests/struct_option_field_assign_ptr_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_ptr_cast_int_outside_unsafe_err.out
 %%DATADIR%%/vlib/v/checker/tests/struct_ptr_cast_int_outside_unsafe_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_ptr_cast_zero_err.out
@@ -3735,8 +3888,6 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/struct_required_fn_field.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_type_cast_err.out
 %%DATADIR%%/vlib/v/checker/tests/struct_type_cast_err.vv
-%%DATADIR%%/vlib/v/checker/tests/struct_type_is_private_err.out
-%%DATADIR%%/vlib/v/checker/tests/struct_type_is_private_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_unknown_field.out
 %%DATADIR%%/vlib/v/checker/tests/struct_unknown_field.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_unneeded_default.out
@@ -3927,6 +4078,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/var_option_wrong_unwrap.vv
 %%DATADIR%%/vlib/v/checker/tests/var_used_before_declaration.out
 %%DATADIR%%/vlib/v/checker/tests/var_used_before_declaration.vv
+%%DATADIR%%/vlib/v/checker/tests/variadic_value_print_err.out
+%%DATADIR%%/vlib/v/checker/tests/variadic_value_print_err.vv
 %%DATADIR%%/vlib/v/checker/tests/void_fn_as_value.out
 %%DATADIR%%/vlib/v/checker/tests/void_fn_as_value.vv
 %%DATADIR%%/vlib/v/checker/tests/void_fn_multiple_ret_err.out
@@ -3980,6 +4133,7 @@ bin/v
 %%DATADIR%%/vlib/v/embed_file/decoder.v
 %%DATADIR%%/vlib/v/embed_file/embed_file.v
 %%DATADIR%%/vlib/v/embed_file/tests/a.txt
+%%DATADIR%%/vlib/v/embed_file/tests/embed_file_self_test.v
 %%DATADIR%%/vlib/v/embed_file/tests/embed_file_test.v
 %%DATADIR%%/vlib/v/embed_file/tests/embed_file_to_string_test.v
 %%DATADIR%%/vlib/v/embed_file/tests/embed_file_with_import_test.v
@@ -4029,7 +4183,6 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/array_init_comments_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/array_init_eol_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/array_init_expected.vv
-%%DATADIR%%/vlib/v/fmt/tests/array_init_inline_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/array_init_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/array_init_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/array_newlines_keep.vv
@@ -4047,8 +4200,6 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/bin2v_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/blocks_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/blocks_input.vv
-%%DATADIR%%/vlib/v/fmt/tests/c_fn_headers_with_comments_expected.vv
-%%DATADIR%%/vlib/v/fmt/tests/c_fn_headers_with_comments_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/c_struct_init_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/cast_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/cast_input.vv
@@ -4064,8 +4215,6 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/comments_array_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/comments_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/comments_input.vv
-%%DATADIR%%/vlib/v/fmt/tests/comments_inside_if_cond_expected.vv
-%%DATADIR%%/vlib/v/fmt/tests/comments_inside_if_cond_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/comptime_call_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/comptime_field_selector_keep.vv
@@ -4090,7 +4239,10 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/consts_with_comments_keep.vv
 %%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/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
 %%DATADIR%%/vlib/v/fmt/tests/embed_file_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/empty_curlies_and_parens_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/empty_lines_expected.vv
@@ -4109,14 +4261,11 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/fixed_size_array_type_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/float_literals_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/float_literals_input.vv
+%%DATADIR%%/vlib/v/fmt/tests/fn_call_with_call_expr_and_params_struct_args_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_comments_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_comments_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_comments_keep.vv
-%%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_inline_comments_expected.vv
-%%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_inline_comments_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_no_bodies_keep.vv
-%%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_param_comments_expected.vv
-%%DATADIR%%/vlib/v/fmt/tests/fn_headers_with_param_comments_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/fn_multi_return_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/fn_parameter_the_same_as_a_module_const_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/fn_return_generic_struct_keep.vv
@@ -4161,8 +4310,6 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/if_array_contains_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/if_brace_on_newline_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/if_brace_on_newline_input.vv
-%%DATADIR%%/vlib/v/fmt/tests/if_cond_with_inline_comments_expected.vv
-%%DATADIR%%/vlib/v/fmt/tests/if_cond_with_inline_comments_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/if_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/if_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/if_keep.vv
@@ -4194,6 +4341,7 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/infix_expr_with_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/inline_sum_type_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/integer_literal_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/interface_anon_struct_decl_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/interface_declaration_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/interface_fields_with_pre_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/interface_method_with_fntype_arg_keep.vv
@@ -4251,8 +4399,9 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/proto_module_importing_vproto_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/ref_type_cast_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/result_return_type_keep.vv
-%%DATADIR%%/vlib/v/fmt/tests/return_with_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/select_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/semicolons_expected.vv
+%%DATADIR%%/vlib/v/fmt/tests/semicolons_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/shared_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/shared_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/shorten_longer_module_paths_first_keep.vv
@@ -4271,6 +4420,7 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/strings_name_variable_call_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_decl_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_comments_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_nested_struct_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_default_field_expressions_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_embed_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_init_keep.vv
@@ -4294,6 +4444,7 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/trailing_space_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/trailing_space_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/type_decl_comments_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/type_decl_with_anon_struct_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/type_ptr_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/typeof_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/types_expected.vv
@@ -4341,6 +4492,9 @@ bin/v
 %%DATADIR%%/vlib/v/gen/c/testdata/addition.vv
 %%DATADIR%%/vlib/v/gen/c/testdata/addr.c.must_have
 %%DATADIR%%/vlib/v/gen/c/testdata/addr.vv
+%%DATADIR%%/vlib/v/gen/c/testdata/alias_c_parent_type_decl.c.must_have
+%%DATADIR%%/vlib/v/gen/c/testdata/alias_c_parent_type_decl.out
+%%DATADIR%%/vlib/v/gen/c/testdata/alias_c_parent_type_decl.vv
 %%DATADIR%%/vlib/v/gen/c/testdata/alias_interface_method_call.out
 %%DATADIR%%/vlib/v/gen/c/testdata/alias_interface_method_call.vv
 %%DATADIR%%/vlib/v/gen/c/testdata/alias_of_array_method_call.out
@@ -4435,6 +4589,8 @@ bin/v
 %%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/volatile.c.must_have
 %%DATADIR%%/vlib/v/gen/c/testdata/volatile.out
 %%DATADIR%%/vlib/v/gen/c/testdata/volatile.vv
@@ -4508,15 +4664,18 @@ bin/v
 %%DATADIR%%/vlib/v/gen/js/util.v
 %%DATADIR%%/vlib/v/gen/native/amd64.v
 %%DATADIR%%/vlib/v/gen/native/arm64.v
+%%DATADIR%%/vlib/v/gen/native/array.v
 %%DATADIR%%/vlib/v/gen/native/blacklist.v
 %%DATADIR%%/vlib/v/gen/native/builtins.v
 %%DATADIR%%/vlib/v/gen/native/comptime.v
+%%DATADIR%%/vlib/v/gen/native/dos.v
 %%DATADIR%%/vlib/v/gen/native/elf.v
 %%DATADIR%%/vlib/v/gen/native/expr.v
 %%DATADIR%%/vlib/v/gen/native/gen.v
 %%DATADIR%%/vlib/v/gen/native/macho.v
 %%DATADIR%%/vlib/v/gen/native/macho_test.v
 %%DATADIR%%/vlib/v/gen/native/pe.v
+%%DATADIR%%/vlib/v/gen/native/readdll.v
 %%DATADIR%%/vlib/v/gen/native/stmt.v
 %%DATADIR%%/vlib/v/gen/native/syscall.v
 %%DATADIR%%/vlib/v/gen/native/tests/asm.vv
@@ -4573,6 +4732,8 @@ bin/v
 %%DATADIR%%/vlib/v/gen/native/tests/sumcall.vv.out
 %%DATADIR%%/vlib/v/gen/native/tests/typeof.vv
 %%DATADIR%%/vlib/v/gen/native/tests/typeof.vv.out
+%%DATADIR%%/vlib/v/gen/wasm/asm.v
+%%DATADIR%%/vlib/v/gen/wasm/comptime.v
 %%DATADIR%%/vlib/v/gen/wasm/gen.v
 %%DATADIR%%/vlib/v/gen/wasm/mem.v
 %%DATADIR%%/vlib/v/gen/wasm/ops.v
@@ -4582,8 +4743,12 @@ bin/v
 %%DATADIR%%/vlib/v/gen/wasm/tests/arith.vv.out
 %%DATADIR%%/vlib/v/gen/wasm/tests/arrays.vv
 %%DATADIR%%/vlib/v/gen/wasm/tests/arrays.vv.out
+%%DATADIR%%/vlib/v/gen/wasm/tests/asm.vv
+%%DATADIR%%/vlib/v/gen/wasm/tests/asm.vv.out
 %%DATADIR%%/vlib/v/gen/wasm/tests/builtin.vv
 %%DATADIR%%/vlib/v/gen/wasm/tests/builtin.vv.out
+%%DATADIR%%/vlib/v/gen/wasm/tests/comptime.vv
+%%DATADIR%%/vlib/v/gen/wasm/tests/comptime.vv.out
 %%DATADIR%%/vlib/v/gen/wasm/tests/control_flow.vv
 %%DATADIR%%/vlib/v/gen/wasm/tests/control_flow.vv.out
 %%DATADIR%%/vlib/v/gen/wasm/tests/misc.vv
@@ -4846,6 +5011,8 @@ 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_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
 %%DATADIR%%/vlib/v/parser/tests/inc_use_as_value.vv
 %%DATADIR%%/vlib/v/parser/tests/index_expr_option_err.out
@@ -4894,6 +5061,8 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/invalid_using_static.vv
 %%DATADIR%%/vlib/v/parser/tests/invalid_using_volatile.out
 %%DATADIR%%/vlib/v/parser/tests/invalid_using_volatile.vv
+%%DATADIR%%/vlib/v/parser/tests/keyword_sql_used_as_name_err.out
+%%DATADIR%%/vlib/v/parser/tests/keyword_sql_used_as_name_err.vv
 %%DATADIR%%/vlib/v/parser/tests/long_generic_err.out
 %%DATADIR%%/vlib/v/parser/tests/long_generic_err.vv
 %%DATADIR%%/vlib/v/parser/tests/main_and_script_err.out
@@ -4936,6 +5105,8 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/nested_unsafe_stmt.vv
 %%DATADIR%%/vlib/v/parser/tests/no_chan_type_provided_err.out
 %%DATADIR%%/vlib/v/parser/tests/no_chan_type_provided_err.vv
+%%DATADIR%%/vlib/v/parser/tests/not_using_if_comptime_in_comptime_err.out
+%%DATADIR%%/vlib/v/parser/tests/not_using_if_comptime_in_comptime_err.vv
*** 315 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312012217.3B1MHlIW038262>