git: b65806b50811 - main - lang/v: Update to 0.4.8

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 15 Nov 2024 10:17:39 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b65806b50811ff9e7246c661d74ca3cbf5798b2b

commit b65806b50811ff9e7246c661d74ca3cbf5798b2b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-15 10:08:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-15 10:17:05 +0000

    lang/v: Update to 0.4.8
    
    Changs:         https://github.com/vlang/v/releases
---
 lang/v/Makefile  |    4 +-
 lang/v/distinfo  |   10 +-
 lang/v/pkg-plist | 2755 +++++++++++++++++++++++++++++-------------------------
 3 files changed, 1496 insertions(+), 1273 deletions(-)

diff --git a/lang/v/Makefile b/lang/v/Makefile
index 2943c8a6689d..1059009f88e7 100644
--- a/lang/v/Makefile
+++ b/lang/v/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	v
-PORTVERSION=	0.4.7
+PORTVERSION=	0.4.8
 CATEGORIES=	lang
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -18,7 +18,7 @@ TEST_TARGET=	check
 
 USE_GITHUB=	yes
 GH_TUPLE=	vlang:v:${PORTVERSION} \
-		vlang:vc:8c681ed:vc/vc
+		vlang:vc:54beb1f:vc/vc
 
 PORTSCOUT=	limit:^[0-9\.]*$$
 
diff --git a/lang/v/distinfo b/lang/v/distinfo
index 87cde6f21064..3fcad52aeb76 100644
--- a/lang/v/distinfo
+++ b/lang/v/distinfo
@@ -1,5 +1,5 @@
-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
+TIMESTAMP = 1730724826
+SHA256 (vlang-v-0.4.8_GH0.tar.gz) = 2684d3326a11087746429bd4ad6366d2b696cffc883e3b76fe740a8deb1dc172
+SIZE (vlang-v-0.4.8_GH0.tar.gz) = 9476143
+SHA256 (vlang-vc-54beb1f_GH0.tar.gz) = 82a80e74624f743994d188d4e2631e7919c2fe98bc9b21fbf0a4341ed4678ccc
+SIZE (vlang-vc-54beb1f_GH0.tar.gz) = 1980234
diff --git a/lang/v/pkg-plist b/lang/v/pkg-plist
index 87e597af2e1d..6b2762fc404f 100644
--- a/lang/v/pkg-plist
+++ b/lang/v/pkg-plist
@@ -110,6 +110,7 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/digital_rain.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/drag_n_drop.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/draw_pixels.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/draw_unicode_text_with_gg.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/fire.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/mandelbrot.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/many_thousands_of_circles.v
@@ -297,6 +298,7 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/particles/modules/particle/v.mod
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/particles/particles.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/sounds/melody.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/sounds/simple_bytebeat.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/sounds/simple_sin_tones.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/sounds/uhoh.wav
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/sounds/wav_player.v
@@ -304,10 +306,13 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/cert/ca.crt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/cert/client.crt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/cert/client.key
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/cert/makecerts.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/cert/server.crt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/cert/server.key
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/client.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/server.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/server_sni.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/server_sni_advanced.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/submodule/main.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/submodule/mymodules/main_functions.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/submodule/mymodules/submodule/sub_functions.v
@@ -337,10 +342,41 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetris/tetris.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/toml.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tree_of_nodes.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttf_font/draw_static_text.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttf_font/draw_static_text.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttf_font/example_ttf.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/v_script.vsh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vcasino/README.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vcasino/vcasino.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/cors/veb_cors_example.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/custom.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/file_transform/file_transform.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/file_transform/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/file_transform/sample_input.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/file_transform/upload.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/footer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/header.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/static_website/README.md
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/static_website/dist/another.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/static_website/dist/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/static_website/server.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/todo/.gitignore
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/todo/README.md
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/todo/assets/main.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/todo/main.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/todo/templates/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/veb_assets/assets/index.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/veb_assets/assets/v-logo.svg
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/veb_assets/favicon.ico
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/veb_assets/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/veb_assets/vweb_assets.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/veb_example.v
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/websocket/assets/client.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/websocket/assets/favicon.ico
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/websocket/assets/style.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/websocket/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/veb/websocket/server.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer/LICENSE
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer/README.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer/file_scan.v
@@ -354,19 +390,10 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vwatch/cli_clock/main.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vwatch/web_server/.gitignore
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vwatch/web_server/main.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/cors/vweb_cors_example.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/custom.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_transform/file_transform.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_transform/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_transform/sample_input.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_transform/upload.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_upload/file_uploading.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_upload/index.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_upload/submit.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_upload/upload.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/footer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/header.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/index.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/middleware/templates/base.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/middleware/templates/early.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/middleware/templates/index.html
@@ -377,17 +404,6 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/server_sent_events/favicon.ico
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/server_sent_events/index.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/server_sent_events/server.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/static_website/README.md
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/static_website/dist/another.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/static_website/dist/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/static_website/server.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/veb_example.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_assets/assets/index.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_assets/assets/v-logo.svg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_assets/favicon.ico
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_assets/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_assets/vweb_assets.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_example.v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_websocket/assets/websocket_client.js
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_websocket/index.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/vweb_websocket/vweb_websocket.v
@@ -458,12 +474,9 @@ bin/v
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/word_counter/README.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/word_counter/cinderella.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/word_counter/word_counter.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xvweb/cors/vweb_cors_example.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xvweb/todo/.gitignore
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xvweb/todo/README.md
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xvweb/todo/assets/main.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xvweb/todo/main.v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xvweb/todo/templates/index.html
+%%DATADIR%%/cmd/tools/amalgamate.v
+%%DATADIR%%/cmd/tools/bench/map_clear.v
+%%DATADIR%%/cmd/tools/bench/map_clear_runner.vsh
 %%DATADIR%%/cmd/tools/bench/wyhash.v
 %%DATADIR%%/cmd/tools/builders/c_builder.v
 %%DATADIR%%/cmd/tools/builders/golang_builder.v
@@ -482,12 +495,14 @@ bin/v
 %%DATADIR%%/cmd/tools/fast/footer.html
 %%DATADIR%%/cmd/tools/fast/header.html
 %%DATADIR%%/cmd/tools/fuzz/fuzz.sh
+%%DATADIR%%/cmd/tools/fuzz/fuzz_v_parser_with_radamsa.sh
 %%DATADIR%%/cmd/tools/fuzz/map_fuzz.v
 %%DATADIR%%/cmd/tools/gen1m.v
 %%DATADIR%%/cmd/tools/gen_vc.v
 %%DATADIR%%/cmd/tools/git_pre_commit_hook.vsh
 %%DATADIR%%/cmd/tools/install_binaryen.vsh
 %%DATADIR%%/cmd/tools/install_wabt.vsh
+%%DATADIR%%/cmd/tools/measure/file_lists/expand.v
 %%DATADIR%%/cmd/tools/measure/fmt_speed.v
 %%DATADIR%%/cmd/tools/measure/parser_speed.v
 %%DATADIR%%/cmd/tools/measure/scanner_speed.v
@@ -697,6 +712,7 @@ bin/v
 %%DATADIR%%/cmd/tools/vwatch.v
 %%DATADIR%%/cmd/tools/vwhere/finder.v
 %%DATADIR%%/cmd/tools/vwhere/finder_utils.v
+%%DATADIR%%/cmd/tools/vwhere/test/file_common.v
 %%DATADIR%%/cmd/tools/vwhere/test/file_one.v
 %%DATADIR%%/cmd/tools/vwhere/test/file_two.v
 %%DATADIR%%/cmd/tools/vwhere/test/nested_mod/nested_file.v
@@ -714,8 +730,6 @@ bin/v
 %%DATADIR%%/thirdparty/fontstash/stb_truetype.h
 %%DATADIR%%/thirdparty/ios/ios.m
 %%DATADIR%%/thirdparty/libatomic_ops/LICENSE
-%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops.c
-%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/ao_version.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/generalize-arithm.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/generalize-arithm.template
@@ -735,6 +749,7 @@ bin/v
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/arm.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/avr32.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/cris.h
+%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/e2k.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/generic-arithm.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/generic-arithm.template
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/generic-small.h
@@ -778,6 +793,7 @@ bin/v
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/short_atomic_load.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/short_atomic_store.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/arm.h
+%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/arm64.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/common32_defs.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/x86.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/x86_64.h
@@ -790,6 +806,11 @@ bin/v
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/sunc/x86.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h
 %%DATADIR%%/thirdparty/libatomic_ops/atomic_ops/sysdeps/test_and_set_t_is_char.h
+%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops.c
+%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops.h
+%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops_malloc.c
+%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops_malloc.h
+%%DATADIR%%/thirdparty/libatomic_ops/atomic_ops_sysdeps.S
 %%DATADIR%%/thirdparty/libbacktrace/amalgamation.txt
 %%DATADIR%%/thirdparty/libbacktrace/backtrace.c
 %%DATADIR%%/thirdparty/libbacktrace/backtrace.h
@@ -799,7 +820,6 @@ bin/v
 %%DATADIR%%/thirdparty/libbacktrace/windows.c
 %%DATADIR%%/thirdparty/libgc/amalgamation.txt
 %%DATADIR%%/thirdparty/libgc/gc.c
-%%DATADIR%%/thirdparty/libgc/include/gc.h
 %%DATADIR%%/thirdparty/libgc/include/gc/cord.h
 %%DATADIR%%/thirdparty/libgc/include/gc/cord_pos.h
 %%DATADIR%%/thirdparty/libgc/include/gc/ec.h
@@ -817,12 +837,13 @@ bin/v
 %%DATADIR%%/thirdparty/libgc/include/gc/gc_version.h
 %%DATADIR%%/thirdparty/libgc/include/gc/javaxfc.h
 %%DATADIR%%/thirdparty/libgc/include/gc/leak_detector.h
+%%DATADIR%%/thirdparty/libgc/include/gc.h
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/README.md
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/Hacl_Curve25519.h
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/everest.h
-%%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/kremlib.h
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt128.h
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h
+%%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/kremlib.h
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/kremlin/c_endianness.h
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/kremlin/internal/builtin.h
 %%DATADIR%%/thirdparty/mbedtls/3rdparty/everest/include/everest/kremlin/internal/callconv.h
@@ -1125,6 +1146,8 @@ bin/v
 %%DATADIR%%/vlib/arrays/arrays_test.v
 %%DATADIR%%/vlib/arrays/index_of.v
 %%DATADIR%%/vlib/arrays/map_of.v
+%%DATADIR%%/vlib/arrays/parallel/parallel.v
+%%DATADIR%%/vlib/arrays/parallel/parallel_test.v
 %%DATADIR%%/vlib/arrays/uniq.v
 %%DATADIR%%/vlib/arrays/uniq_test.v
 %%DATADIR%%/vlib/benchmark/README.md
@@ -1169,6 +1192,7 @@ bin/v
 %%DATADIR%%/vlib/builtin/float_x64.v
 %%DATADIR%%/vlib/builtin/gated_array_string_test.v
 %%DATADIR%%/vlib/builtin/int.v
+%%DATADIR%%/vlib/builtin/int_d_new_int.v
 %%DATADIR%%/vlib/builtin/int_notd_new_int.v
 %%DATADIR%%/vlib/builtin/int_test.v
 %%DATADIR%%/vlib/builtin/isnil_test.v
@@ -1391,19 +1415,24 @@ bin/v
 %%DATADIR%%/vlib/crypto/cipher/aes_ofb_test.v
 %%DATADIR%%/vlib/crypto/cipher/cbc.v
 %%DATADIR%%/vlib/crypto/cipher/cfb.v
+%%DATADIR%%/vlib/crypto/cipher/cfb_test.v
 %%DATADIR%%/vlib/crypto/cipher/cipher.v
 %%DATADIR%%/vlib/crypto/cipher/ctr.v
+%%DATADIR%%/vlib/crypto/cipher/ctr_test.v
 %%DATADIR%%/vlib/crypto/cipher/des_cbc_test.v
 %%DATADIR%%/vlib/crypto/cipher/des_cfb_test.v
 %%DATADIR%%/vlib/crypto/cipher/des_ctr_test.v
 %%DATADIR%%/vlib/crypto/cipher/des_ofb_test.v
 %%DATADIR%%/vlib/crypto/cipher/ofb.v
+%%DATADIR%%/vlib/crypto/cipher/ofb_test.v
 %%DATADIR%%/vlib/crypto/cipher/xor_generic.v
 %%DATADIR%%/vlib/crypto/crypto.v
 %%DATADIR%%/vlib/crypto/des/block.v
 %%DATADIR%%/vlib/crypto/des/const.v
 %%DATADIR%%/vlib/crypto/des/des.v
 %%DATADIR%%/vlib/crypto/des/des_test.v
+%%DATADIR%%/vlib/crypto/ecdsa/ecdsa.v
+%%DATADIR%%/vlib/crypto/ecdsa/ecdsa_test.v
 %%DATADIR%%/vlib/crypto/ed25519/LICENSE
 %%DATADIR%%/vlib/crypto/ed25519/README.md
 %%DATADIR%%/vlib/crypto/ed25519/ed25519.v
@@ -1424,7 +1453,6 @@ bin/v
 %%DATADIR%%/vlib/crypto/ed25519/internal/edwards25519/scalarmult_test.v
 %%DATADIR%%/vlib/crypto/ed25519/internal/edwards25519/table.v
 %%DATADIR%%/vlib/crypto/ed25519/internal/edwards25519/table_test.v
-%%DATADIR%%/vlib/crypto/ed25519/testdata/sign.input
 %%DATADIR%%/vlib/crypto/hmac/hmac.v
 %%DATADIR%%/vlib/crypto/hmac/hmac_test.v
 %%DATADIR%%/vlib/crypto/internal/subtle/aliasing.v
@@ -1433,6 +1461,8 @@ bin/v
 %%DATADIR%%/vlib/crypto/md5/md5.v
 %%DATADIR%%/vlib/crypto/md5/md5_test.v
 %%DATADIR%%/vlib/crypto/md5/md5block_generic.v
+%%DATADIR%%/vlib/crypto/pbkdf2/pbkdf2.v
+%%DATADIR%%/vlib/crypto/pbkdf2/pbkdf2_test.v
 %%DATADIR%%/vlib/crypto/pem/decode.v
 %%DATADIR%%/vlib/crypto/pem/encode.v
 %%DATADIR%%/vlib/crypto/pem/pem.v
@@ -1447,19 +1477,36 @@ bin/v
 %%DATADIR%%/vlib/crypto/rand/rand_solaris.c.v
 %%DATADIR%%/vlib/crypto/rand/rand_windows.c.v
 %%DATADIR%%/vlib/crypto/rand/utils.v
+%%DATADIR%%/vlib/crypto/rand/utils_test.v
 %%DATADIR%%/vlib/crypto/rc4/rc4.v
 %%DATADIR%%/vlib/crypto/rc4/rc4_test.v
+%%DATADIR%%/vlib/crypto/scrypt/scrypt.v
+%%DATADIR%%/vlib/crypto/scrypt/scrypt_test.v
 %%DATADIR%%/vlib/crypto/sha1/sha1.v
+%%DATADIR%%/vlib/crypto/sha1/sha1_shavs_monte_test.v
+%%DATADIR%%/vlib/crypto/sha1/sha1_shavs_test.v
 %%DATADIR%%/vlib/crypto/sha1/sha1_test.v
 %%DATADIR%%/vlib/crypto/sha1/sha1block_generic.v
+%%DATADIR%%/vlib/crypto/sha256/sha224_shavs_monte_test.v
+%%DATADIR%%/vlib/crypto/sha256/sha224_shavs_test.v
 %%DATADIR%%/vlib/crypto/sha256/sha256.v
+%%DATADIR%%/vlib/crypto/sha256/sha256_shavs_monte_test.v
+%%DATADIR%%/vlib/crypto/sha256/sha256_shavs_test.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/sha384_shavs_monte_test.v
+%%DATADIR%%/vlib/crypto/sha512/sha384_shavs_test.v
 %%DATADIR%%/vlib/crypto/sha512/sha512.v
+%%DATADIR%%/vlib/crypto/sha512/sha512_224_shavs_monte_test.v
+%%DATADIR%%/vlib/crypto/sha512/sha512_224_shavs_test.v
+%%DATADIR%%/vlib/crypto/sha512/sha512_256_shavs_monte_test.v
+%%DATADIR%%/vlib/crypto/sha512/sha512_256_shavs_test.v
+%%DATADIR%%/vlib/crypto/sha512/sha512_shavs_monte_test.v
+%%DATADIR%%/vlib/crypto/sha512/sha512_shavs_test.v
 %%DATADIR%%/vlib/crypto/sha512/sha512_test.v
 %%DATADIR%%/vlib/crypto/sha512/sha512block_generic.v
 %%DATADIR%%/vlib/datatypes/README.md
@@ -1562,6 +1609,7 @@ bin/v
 %%DATADIR%%/vlib/encoding/binary/little_endian_test.v
 %%DATADIR%%/vlib/encoding/csv/README.md
 %%DATADIR%%/vlib/encoding/csv/README_csv_reader.md
+%%DATADIR%%/vlib/encoding/csv/csv_reader_eol_test.v
 %%DATADIR%%/vlib/encoding/csv/csv_reader_random_access.v
 %%DATADIR%%/vlib/encoding/csv/csv_reader_sequential.v
 %%DATADIR%%/vlib/encoding/csv/csv_reader_test.v
@@ -1653,10 +1701,14 @@ bin/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_parse_test.v
 %%DATADIR%%/vlib/flag/flag_test.v
 %%DATADIR%%/vlib/flag/flag_to.v
+%%DATADIR%%/vlib/flag/flag_to_bool_test.v
 %%DATADIR%%/vlib/flag/flag_to_doc_test.v
 %%DATADIR%%/vlib/flag/flag_to_misc_test.v
+%%DATADIR%%/vlib/flag/flag_to_relaxed_test.v
+%%DATADIR%%/vlib/flag/flag_to_tail_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
@@ -1671,6 +1723,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_flag_parser_style_flags_test.v
 %%DATADIR%%/vlib/flag/v_style_flags_test.v
 %%DATADIR%%/vlib/fontstash/README.md
 %%DATADIR%%/vlib/fontstash/a_d_use_freetype.v
@@ -1731,6 +1784,8 @@ bin/v
 %%DATADIR%%/vlib/hash/wyhash.v
 %%DATADIR%%/vlib/io/README.md
 %%DATADIR%%/vlib/io/buffered_reader.v
+%%DATADIR%%/vlib/io/buffered_writer.v
+%%DATADIR%%/vlib/io/buffered_writer_test.v
 %%DATADIR%%/vlib/io/custom_string_reading_test.v
 %%DATADIR%%/vlib/io/io.v
 %%DATADIR%%/vlib/io/io_cp_test.v
@@ -1755,6 +1810,8 @@ bin/v
 %%DATADIR%%/vlib/json/cjson/cjson_test.v
 %%DATADIR%%/vlib/json/cjson/cjson_wrapper.c.v
 %%DATADIR%%/vlib/json/json_alias_test.v
+%%DATADIR%%/vlib/json/json_decode_anon_struct_test.v
+%%DATADIR%%/vlib/json/json_decode_embed_test.v
 %%DATADIR%%/vlib/json/json_decode_option_enum_test.v
 %%DATADIR%%/vlib/json/json_decode_struct_ptr_test.v
 %%DATADIR%%/vlib/json/json_decode_test.v
@@ -1763,6 +1820,8 @@ bin/v
 %%DATADIR%%/vlib/json/json_decode_with_generic_test.v
 %%DATADIR%%/vlib/json/json_decode_with_option_arg_test.v
 %%DATADIR%%/vlib/json/json_decode_with_sumtype_test.v
+%%DATADIR%%/vlib/json/json_embed_test.v
+%%DATADIR%%/vlib/json/json_encode_embed_test.v
 %%DATADIR%%/vlib/json/json_encode_enum_test.v
 %%DATADIR%%/vlib/json/json_encode_map_test.v
 %%DATADIR%%/vlib/json/json_encode_primite_test.v
@@ -1814,13 +1873,13 @@ bin/v
 %%DATADIR%%/vlib/math/big/min_max.v
 %%DATADIR%%/vlib/math/big/special_array_ops.v
 %%DATADIR%%/vlib/math/big/special_array_ops_test.v
-%%DATADIR%%/vlib/math/bits.js.v
-%%DATADIR%%/vlib/math/bits.v
 %%DATADIR%%/vlib/math/bits/bits.v
 %%DATADIR%%/vlib/math/bits/bits_tables.v
 %%DATADIR%%/vlib/math/bits/bits_test.v
 %%DATADIR%%/vlib/math/bits/unsafe_bits.js.v
 %%DATADIR%%/vlib/math/bits/unsafe_bits.v
+%%DATADIR%%/vlib/math/bits.js.v
+%%DATADIR%%/vlib/math/bits.v
 %%DATADIR%%/vlib/math/cbrt.js.v
 %%DATADIR%%/vlib/math/cbrt.v
 %%DATADIR%%/vlib/math/complex/complex.v
@@ -1909,10 +1968,12 @@ bin/v
 %%DATADIR%%/vlib/net/address_windows.c.v
 %%DATADIR%%/vlib/net/afunix.h
 %%DATADIR%%/vlib/net/common.c.v
+%%DATADIR%%/vlib/net/connection.v
 %%DATADIR%%/vlib/net/conv/README.md
 %%DATADIR%%/vlib/net/conv/conv.v
 %%DATADIR%%/vlib/net/conv/conv_test.v
 %%DATADIR%%/vlib/net/dial_tcp_with_bind_test.v
+%%DATADIR%%/vlib/net/dialer.v
 %%DATADIR%%/vlib/net/errors.c.v
 %%DATADIR%%/vlib/net/ftp/ftp.v
 %%DATADIR%%/vlib/net/ftp/ftp_test.v
@@ -1979,6 +2040,7 @@ bin/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/dialer.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
@@ -2000,6 +2062,7 @@ bin/v
 %%DATADIR%%/vlib/net/urllib/values.v
 %%DATADIR%%/vlib/net/urllib/values_test.v
 %%DATADIR%%/vlib/net/util.v
+%%DATADIR%%/vlib/net/utils_test.v
 %%DATADIR%%/vlib/net/websocket/events.v
 %%DATADIR%%/vlib/net/websocket/handshake.v
 %%DATADIR%%/vlib/net/websocket/io.v
@@ -2053,6 +2116,8 @@ bin/v
 %%DATADIR%%/vlib/orm/orm_test.v
 %%DATADIR%%/vlib/os/README.md
 %%DATADIR%%/vlib/os/args.v
+%%DATADIR%%/vlib/os/asset/README.md
+%%DATADIR%%/vlib/os/asset/asset.v
 %%DATADIR%%/vlib/os/bare/bare_example_linux.v
 %%DATADIR%%/vlib/os/cmdline/cmdline.v
 %%DATADIR%%/vlib/os/cmdline/cmdline_test.v
@@ -2568,11 +2633,13 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/anon_fn_without_body.vv
 %%DATADIR%%/vlib/v/checker/tests/anon_struct_assign_err.out
 %%DATADIR%%/vlib/v/checker/tests/anon_struct_assign_err.vv
-%%DATADIR%%/vlib/v/checker/tests/anon_structs_visibility.out
 %%DATADIR%%/vlib/v/checker/tests/anon_structs_visibility/amod/amod.v
 %%DATADIR%%/vlib/v/checker/tests/anon_structs_visibility/main.v
+%%DATADIR%%/vlib/v/checker/tests/anon_structs_visibility.out
 %%DATADIR%%/vlib/v/checker/tests/any_int_float_ban_err.out
 %%DATADIR%%/vlib/v/checker/tests/any_int_float_ban_err.vv
+%%DATADIR%%/vlib/v/checker/tests/any_return_type_err.out
+%%DATADIR%%/vlib/v/checker/tests/any_return_type_err.vv
 %%DATADIR%%/vlib/v/checker/tests/any_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/any_type_err.vv
 %%DATADIR%%/vlib/v/checker/tests/append_err.out
@@ -2595,6 +2662,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/array_declare_element_b.vv
 %%DATADIR%%/vlib/v/checker/tests/array_declare_element_c.out
 %%DATADIR%%/vlib/v/checker/tests/array_declare_element_c.vv
+%%DATADIR%%/vlib/v/checker/tests/array_delete_arg_mismatch_err.out
+%%DATADIR%%/vlib/v/checker/tests/array_delete_arg_mismatch_err.vv
 %%DATADIR%%/vlib/v/checker/tests/array_delete_imut_err.out
 %%DATADIR%%/vlib/v/checker/tests/array_delete_imut_err.vv
 %%DATADIR%%/vlib/v/checker/tests/array_delete_print_err.out
@@ -2665,6 +2734,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/array_sort_with_compare_err.vv
 %%DATADIR%%/vlib/v/checker/tests/array_sort_with_compare_ref_elem_err.out
 %%DATADIR%%/vlib/v/checker/tests/array_sort_with_compare_ref_elem_err.vv
+%%DATADIR%%/vlib/v/checker/tests/array_sorted_with_compare_err.out
+%%DATADIR%%/vlib/v/checker/tests/array_sorted_with_compare_err.vv
 %%DATADIR%%/vlib/v/checker/tests/arraydecompose_arg2_err.out
 %%DATADIR%%/vlib/v/checker/tests/arraydecompose_arg2_err.vv
 %%DATADIR%%/vlib/v/checker/tests/arraydecompose_arg_err.out
@@ -2934,6 +3005,8 @@ bin/v
 %%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/comptime_veb_vweb_call_err.out
+%%DATADIR%%/vlib/v/checker/tests/comptime_veb_vweb_call_err.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
@@ -2968,6 +3041,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/const_match_range_invalid_err.vv
 %%DATADIR%%/vlib/v/checker/tests/const_match_type_mismatch_range_err.out
 %%DATADIR%%/vlib/v/checker/tests/const_match_type_mismatch_range_err.vv
+%%DATADIR%%/vlib/v/checker/tests/const_name_for_loop_duplicate_name_err.out
+%%DATADIR%%/vlib/v/checker/tests/const_name_for_loop_duplicate_name_err.vv
 %%DATADIR%%/vlib/v/checker/tests/ctdefine.out
 %%DATADIR%%/vlib/v/checker/tests/ctdefine.vv
 %%DATADIR%%/vlib/v/checker/tests/custom_comptime_define_error.mysymbol.run.out
@@ -3455,6 +3530,10 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/immutable_var.vv
 %%DATADIR%%/vlib/v/checker/tests/immutable_var_postfix.out
 %%DATADIR%%/vlib/v/checker/tests/immutable_var_postfix.vv
+%%DATADIR%%/vlib/v/checker/tests/implements_generic_err.out
+%%DATADIR%%/vlib/v/checker/tests/implements_generic_err.vv
+%%DATADIR%%/vlib/v/checker/tests/implements_keyword.out
+%%DATADIR%%/vlib/v/checker/tests/implements_keyword.vv
 %%DATADIR%%/vlib/v/checker/tests/import_duplicate_err.out
 %%DATADIR%%/vlib/v/checker/tests/import_duplicate_err.vv
 %%DATADIR%%/vlib/v/checker/tests/import_middle_err.out
@@ -3559,8 +3638,12 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/infix_and_op_expr_err.vv
 %%DATADIR%%/vlib/v/checker/tests/infix_compare_option_err.out
 %%DATADIR%%/vlib/v/checker/tests/infix_compare_option_err.vv
+%%DATADIR%%/vlib/v/checker/tests/infix_dup_in_err.out
+%%DATADIR%%/vlib/v/checker/tests/infix_dup_in_err.vv
 %%DATADIR%%/vlib/v/checker/tests/infix_err.out
 %%DATADIR%%/vlib/v/checker/tests/infix_err.vv
+%%DATADIR%%/vlib/v/checker/tests/infix_expr_left_side_assogn_err.out
+%%DATADIR%%/vlib/v/checker/tests/infix_expr_left_side_assogn_err.vv
 %%DATADIR%%/vlib/v/checker/tests/infix_is_notis_interface_unimplemented_err.out
 %%DATADIR%%/vlib/v/checker/tests/infix_is_notis_interface_unimplemented_err.vv
 %%DATADIR%%/vlib/v/checker/tests/infix_sumtype_in_array_err.out
@@ -3655,8 +3738,10 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/lambda_expression_invalid.vv
 %%DATADIR%%/vlib/v/checker/tests/lambda_undefined_variables_err.out
 %%DATADIR%%/vlib/v/checker/tests/lambda_undefined_variables_err.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_outside_orm_1_error.out
+%%DATADIR%%/vlib/v/checker/tests/like_operator_outside_orm_1_error.vv
+%%DATADIR%%/vlib/v/checker/tests/like_operator_outside_orm_2_error.out
+%%DATADIR%%/vlib/v/checker/tests/like_operator_outside_orm_2_error.vv
 %%DATADIR%%/vlib/v/checker/tests/like_operator_with_non_string_type_error.out
 %%DATADIR%%/vlib/v/checker/tests/like_operator_with_non_string_type_error.vv
 %%DATADIR%%/vlib/v/checker/tests/lock_already_locked.out
@@ -3810,37 +3895,39 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/module_not_at_same_line_err.out
 %%DATADIR%%/vlib/v/checker/tests/module_not_at_same_line_err.vv
 %%DATADIR%%/vlib/v/checker/tests/module_with_deprecated_structs/module.v
-%%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module.out
 %%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module/bbb/ccc/ccc.v
 %%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module/main.v
 %%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module/v.mod
 %%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/enum_from_string_in_different_mods.out
+%%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module.out
 %%DATADIR%%/vlib/v/checker/tests/modules/enum_from_string_in_different_mods/src/main.v
 %%DATADIR%%/vlib/v/checker/tests/modules/enum_from_string_in_different_mods/src/mod.v
 %%DATADIR%%/vlib/v/checker/tests/modules/enum_from_string_in_different_mods/v.mod
-%%DATADIR%%/vlib/v/checker/tests/modules/implement_private_interface.out
+%%DATADIR%%/vlib/v/checker/tests/modules/enum_from_string_in_different_mods.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/module_alias_started_with_underscore.out
+%%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_struct_noinit.out
+%%DATADIR%%/vlib/v/checker/tests/modules/module_alias_started_with_underscore.out
 %%DATADIR%%/vlib/v/checker/tests/modules/module_struct_noinit/src/main.v
 %%DATADIR%%/vlib/v/checker/tests/modules/module_struct_noinit/src/mod.v
-%%DATADIR%%/vlib/v/checker/tests/modules/module_with_redeclaration.out
+%%DATADIR%%/vlib/v/checker/tests/modules/module_struct_noinit.out
 %%DATADIR%%/vlib/v/checker/tests/modules/module_with_redeclaration/redeclare_time_structs.c.v
 %%DATADIR%%/vlib/v/checker/tests/modules/module_with_redeclaration/v.mod
-%%DATADIR%%/vlib/v/checker/tests/modules/overload_return_type.out
+%%DATADIR%%/vlib/v/checker/tests/modules/module_with_redeclaration.out
 %%DATADIR%%/vlib/v/checker/tests/modules/overload_return_type/main.v
 %%DATADIR%%/vlib/v/checker/tests/modules/overload_return_type/point.v
+%%DATADIR%%/vlib/v/checker/tests/modules/overload_return_type.out
 %%DATADIR%%/vlib/v/checker/tests/mul_op_wrong_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/mul_op_wrong_type_err.vv
 %%DATADIR%%/vlib/v/checker/tests/multi_const_field_name_duplicate_err.out
 %%DATADIR%%/vlib/v/checker/tests/multi_const_field_name_duplicate_err.vv
 %%DATADIR%%/vlib/v/checker/tests/multi_names_err.out
 %%DATADIR%%/vlib/v/checker/tests/multi_names_err.vv
+%%DATADIR%%/vlib/v/checker/tests/multi_return_err.out
+%%DATADIR%%/vlib/v/checker/tests/multi_return_err.vv
 %%DATADIR%%/vlib/v/checker/tests/multi_return_use_void_type_err.out
 %%DATADIR%%/vlib/v/checker/tests/multi_return_use_void_type_err.vv
 %%DATADIR%%/vlib/v/checker/tests/multi_value_method_err.out
@@ -3851,8 +3938,6 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/multireturn_mix_err.vv
 %%DATADIR%%/vlib/v/checker/tests/mut_arg.out
 %%DATADIR%%/vlib/v/checker/tests/mut_arg.vv
-%%DATADIR%%/vlib/v/checker/tests/mut_args_warning.out
-%%DATADIR%%/vlib/v/checker/tests/mut_args_warning.vv
 %%DATADIR%%/vlib/v/checker/tests/mut_array_get_element_address_err.out
 %%DATADIR%%/vlib/v/checker/tests/mut_array_get_element_address_err.vv
 %%DATADIR%%/vlib/v/checker/tests/mut_assign_ref.out
@@ -3881,6 +3966,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_compare_err.out
+%%DATADIR%%/vlib/v/checker/tests/nil_compare_err.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_arrays_of_references_in_translated.out
@@ -3966,6 +4053,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/option_fn_field_err.vv
 %%DATADIR%%/vlib/v/checker/tests/option_fn_return_error.out
 %%DATADIR%%/vlib/v/checker/tests/option_fn_return_error.vv
+%%DATADIR%%/vlib/v/checker/tests/option_fn_var_err.out
+%%DATADIR%%/vlib/v/checker/tests/option_fn_var_err.vv
 %%DATADIR%%/vlib/v/checker/tests/option_in_println_mismatch.out
 %%DATADIR%%/vlib/v/checker/tests/option_in_println_mismatch.vv
 %%DATADIR%%/vlib/v/checker/tests/option_in_receiver_err.out
@@ -4100,6 +4189,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/redefining_builtin_pub_functions.vv
 %%DATADIR%%/vlib/v/checker/tests/redundant_parentheses_warning.out
 %%DATADIR%%/vlib/v/checker/tests/redundant_parentheses_warning.vv
+%%DATADIR%%/vlib/v/checker/tests/ref_to_non_ref_err.out
+%%DATADIR%%/vlib/v/checker/tests/ref_to_non_ref_err.vv
 %%DATADIR%%/vlib/v/checker/tests/reference_field_must_be_initialized.out
 %%DATADIR%%/vlib/v/checker/tests/reference_field_must_be_initialized.vv
 %%DATADIR%%/vlib/v/checker/tests/reference_return.out
@@ -4228,6 +4319,8 @@ bin/v
 %%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_fn_call_no_struct_decl_err.out
+%%DATADIR%%/vlib/v/checker/tests/static_fn_call_no_struct_decl_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
@@ -4302,6 +4395,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/struct_field_init_with_void_expr_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_field_map_address_err.out
 %%DATADIR%%/vlib/v/checker/tests/struct_field_map_address_err.vv
+%%DATADIR%%/vlib/v/checker/tests/struct_field_mismatch_ref_err.out
+%%DATADIR%%/vlib/v/checker/tests/struct_field_mismatch_ref_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_field_name_duplicate_err.out
 %%DATADIR%%/vlib/v/checker/tests/struct_field_name_duplicate_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_field_name_err.out
@@ -4322,6 +4417,10 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/struct_field_with_default_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_fixed_array_init_test.out
 %%DATADIR%%/vlib/v/checker/tests/struct_fixed_array_init_test.vv
+%%DATADIR%%/vlib/v/checker/tests/struct_implements_interface_more_than_once_err.out
+%%DATADIR%%/vlib/v/checker/tests/struct_implements_interface_more_than_once_err.vv
+%%DATADIR%%/vlib/v/checker/tests/struct_implements_non_interface_err.out
+%%DATADIR%%/vlib/v/checker/tests/struct_implements_non_interface_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_init_deprecations.out
 %%DATADIR%%/vlib/v/checker/tests/struct_init_deprecations.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_init_field_result_err.out
@@ -4350,6 +4449,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/struct_ptr_cast_zero_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_pub_field.out
 %%DATADIR%%/vlib/v/checker/tests/struct_pub_field.vv
+%%DATADIR%%/vlib/v/checker/tests/struct_ref_field_no_ptr_err.out
+%%DATADIR%%/vlib/v/checker/tests/struct_ref_field_no_ptr_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_ref_fields_init_0_err.out
 %%DATADIR%%/vlib/v/checker/tests/struct_ref_fields_init_0_err.vv
 %%DATADIR%%/vlib/v/checker/tests/struct_ref_fields_uninitialized_err.out
@@ -4402,6 +4503,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/sumtype_in_sumtype_err.vv
 %%DATADIR%%/vlib/v/checker/tests/sumtype_in_unknown_types_err.out
 %%DATADIR%%/vlib/v/checker/tests/sumtype_in_unknown_types_err.vv
+%%DATADIR%%/vlib/v/checker/tests/sumtype_init_with_ref_fields_err.out
+%%DATADIR%%/vlib/v/checker/tests/sumtype_init_with_ref_fields_err.vv
 %%DATADIR%%/vlib/v/checker/tests/sumtype_mismatch_of_aggregate_err.out
 %%DATADIR%%/vlib/v/checker/tests/sumtype_mismatch_of_aggregate_err.vv
 %%DATADIR%%/vlib/v/checker/tests/sumtype_mismatched_type.out
@@ -4412,6 +4515,7 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/sync_receiver_decl.vv
 %%DATADIR%%/vlib/v/checker/tests/template_type_mismatch_err.out
 %%DATADIR%%/vlib/v/checker/tests/template_type_mismatch_err.vv
+%%DATADIR%%/vlib/v/checker/tests/templates/empty.html
 %%DATADIR%%/vlib/v/checker/tests/templates/index.html
 %%DATADIR%%/vlib/v/checker/tests/templates/template.md
 %%DATADIR%%/vlib/v/checker/tests/test_functions_wrong_signature_test.out
@@ -4424,6 +4528,8 @@ bin/v
 %%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_decl_parent_type_generic_struct_no_concrete_type_err.out
+%%DATADIR%%/vlib/v/checker/tests/type_alias_decl_parent_type_generic_struct_no_concrete_type_err.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
@@ -4476,6 +4582,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/unimplemented_interface_i.vv
 %%DATADIR%%/vlib/v/checker/tests/unimplemented_interface_j.out
 %%DATADIR%%/vlib/v/checker/tests/unimplemented_interface_j.vv
+%%DATADIR%%/vlib/v/checker/tests/union_init_having_more_fields_err.out
+%%DATADIR%%/vlib/v/checker/tests/union_init_having_more_fields_err.vv
 %%DATADIR%%/vlib/v/checker/tests/union_unsafe_fields.out
 %%DATADIR%%/vlib/v/checker/tests/union_unsafe_fields.vv
 %%DATADIR%%/vlib/v/checker/tests/unknown_array_element_type_b.out
@@ -4578,6 +4686,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/void_method_call.vv
 %%DATADIR%%/vlib/v/checker/tests/void_option_err.out
 %%DATADIR%%/vlib/v/checker/tests/void_option_err.vv
+%%DATADIR%%/vlib/v/checker/tests/voidptr_arg_err.out
+%%DATADIR%%/vlib/v/checker/tests/voidptr_arg_err.vv
 %%DATADIR%%/vlib/v/checker/tests/voidptr_cast_to_struct_err.out
 %%DATADIR%%/vlib/v/checker/tests/voidptr_cast_to_struct_err.vv
 %%DATADIR%%/vlib/v/checker/tests/voidptr_dereference_err.out
@@ -4594,6 +4704,8 @@ bin/v
 %%DATADIR%%/vlib/v/checker/tests/with_check_option/v_tictactoe.vv
 %%DATADIR%%/vlib/v/checker/tests/with_check_option/v_tictactoe_fixed_syntax_error.out
 %%DATADIR%%/vlib/v/checker/tests/with_check_option/v_tictactoe_fixed_syntax_error.vv
+%%DATADIR%%/vlib/v/checker/tests/wrong_arr_field_err.out
+%%DATADIR%%/vlib/v/checker/tests/wrong_arr_field_err.vv
 %%DATADIR%%/vlib/v/checker/tests/wrong_comptime_for_err.out
 %%DATADIR%%/vlib/v/checker/tests/wrong_comptime_for_err.vv
 %%DATADIR%%/vlib/v/checker/tests/wrong_fn_init_err.out
@@ -4796,9 +4908,13 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/empty_lines_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/empty_map_fmt_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/enum_attributes_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/enum_attrs_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/enum_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/enum_decl_with_comment_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/enum_decl_with_comment_input.vv
+%%DATADIR%%/vlib/v/fmt/tests/enum_fields_with_empty_line_1_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/enum_fields_with_empty_line_2_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/enum_values_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/enums_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/enums_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/expressions_expected.vv
@@ -4827,6 +4943,7 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/fn_types_list_ending_with_comma_input.vv
 %%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_c_binding_type_args_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
@@ -4884,6 +5001,7 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/import_selective_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/import_selective_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/import_selective_map_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/import_selective_with_implements_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/import_single_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/import_submod_from_vmodule_src_dir_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/import_with_alias_keep.vv
@@ -4908,6 +5026,8 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/interface_method_with_fntype_arg_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/interface_method_with_pre_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/interface_variadic_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/interface_with_empty_newline_1_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/interface_with_empty_newline_2_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/interface_with_mut_fields_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/json_decode_fmt_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/labelled_break_continue_keep.vv
@@ -4918,7 +5038,7 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/long_sumtype_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/loops_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/loops_input.vv
-%%DATADIR%%/vlib/v/fmt/tests/manualfree_keep.v
+%%DATADIR%%/vlib/v/fmt/tests/manualfree_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/map_init_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/map_of_strings_to_enums_init_with_utf8_keys_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/map_value_with_option_result_expected.vv
@@ -4988,12 +5108,16 @@ bin/v
 %%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_comments_expected.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_comments_input.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_comments_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_const_default_value_and_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_nested_struct_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/struct_decl_with_newline_and_comments_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
 %%DATADIR%%/vlib/v/fmt/tests/struct_init_with_comments_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_init_with_custom_len_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/struct_init_with_newline_and_comments_1_keep.vv
+%%DATADIR%%/vlib/v/fmt/tests/struct_init_with_newline_and_comments_2_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_init_with_ref_cast_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_keep.vv
 %%DATADIR%%/vlib/v/fmt/tests/struct_no_extra_attr_keep.vv
@@ -5060,9 +5184,14 @@ 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/addr_from_range.c.must_have
+%%DATADIR%%/vlib/v/gen/c/testdata/addr_from_range.out
+%%DATADIR%%/vlib/v/gen/c/testdata/addr_from_range.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_char_ptr_to_ptr.c.must_have
+%%DATADIR%%/vlib/v/gen/c/testdata/alias_char_ptr_to_ptr.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
@@ -5087,6 +5216,8 @@ bin/v
 %%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_ident_for_ptr_arg.c.must_have
+%%DATADIR%%/vlib/v/gen/c/testdata/c_ident_for_ptr_arg.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
@@ -5451,8 +5582,12 @@ bin/v
 %%DATADIR%%/vlib/v/parser/parse_type.v
 %%DATADIR%%/vlib/v/parser/parser.v
 %%DATADIR%%/vlib/v/parser/struct.v
-%%DATADIR%%/vlib/v/parser/templates/index.html
 %%DATADIR%%/vlib/v/parser/testdata/silent/orm_infinite_loop_in_parser_sql_stmt.vv
+%%DATADIR%%/vlib/v/parser/testdata/silent/radamsa_invalid_108093448084708208784587_vfmt_off.vv
+%%DATADIR%%/vlib/v/parser/testdata/silent/radamsa_invalid_prinln_invalid_utf8_vfmt_off.vv
+%%DATADIR%%/vlib/v/parser/testdata/silent/radamsa_invalid_prinln_nonsense_vfmt_off.vv
+%%DATADIR%%/vlib/v/parser/testdata/silent/radamsa_too_many_nested_exprs_vfmt_off.vv.txt
+%%DATADIR%%/vlib/v/parser/testdata/silent/radamsa_too_many_nested_generic_types_vfmt_off.vv.txt
 %%DATADIR%%/vlib/v/parser/testdata/stdout/.gitkeep
 %%DATADIR%%/vlib/v/parser/tests/README.md
 %%DATADIR%%/vlib/v/parser/tests/already_existing_sym_err.out
@@ -5509,6 +5644,10 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/comptime_path_not_found_err.vv
 %%DATADIR%%/vlib/v/parser/tests/comptime_unknown_meta_kind_err.out
 %%DATADIR%%/vlib/v/parser/tests/comptime_unknown_meta_kind_err.vv
+%%DATADIR%%/vlib/v/parser/tests/comptime_veb_without_import_veb_err.out
+%%DATADIR%%/vlib/v/parser/tests/comptime_veb_without_import_veb_err.vv
+%%DATADIR%%/vlib/v/parser/tests/comptime_vweb_without_import_vweb_err.out
+%%DATADIR%%/vlib/v/parser/tests/comptime_vweb_without_import_vweb_err.vv
 %%DATADIR%%/vlib/v/parser/tests/const_decl_err.out
 %%DATADIR%%/vlib/v/parser/tests/const_decl_err.vv
 %%DATADIR%%/vlib/v/parser/tests/const_index.out
@@ -5549,6 +5688,8 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/embedded_struct_attribute_err.vv
 %%DATADIR%%/vlib/v/parser/tests/empty_name_expr_err.out
 %%DATADIR%%/vlib/v/parser/tests/empty_name_expr_err.vv
+%%DATADIR%%/vlib/v/parser/tests/enum_method_duplicated_err.out
+%%DATADIR%%/vlib/v/parser/tests/enum_method_duplicated_err.vv
 %%DATADIR%%/vlib/v/parser/tests/expected_type_enum_err.out
 %%DATADIR%%/vlib/v/parser/tests/expected_type_enum_err.vv
 %%DATADIR%%/vlib/v/parser/tests/expecting_assign_type_alias.out
@@ -5587,6 +5728,10 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/fn_attributes_empty_err.vv
 %%DATADIR%%/vlib/v/parser/tests/fn_body_start_pos.out
 %%DATADIR%%/vlib/v/parser/tests/fn_body_start_pos.vv
+%%DATADIR%%/vlib/v/parser/tests/fn_call_args_without_comma_1_err.out
+%%DATADIR%%/vlib/v/parser/tests/fn_call_args_without_comma_1_err.vv
+%%DATADIR%%/vlib/v/parser/tests/fn_call_args_without_comma_2_err.out
+%%DATADIR%%/vlib/v/parser/tests/fn_call_args_without_comma_2_err.vv
 %%DATADIR%%/vlib/v/parser/tests/fn_call_unexpected_eof_comma_multi_arg_err.out
 %%DATADIR%%/vlib/v/parser/tests/fn_call_unexpected_eof_comma_multi_arg_err.vv
 %%DATADIR%%/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_after_fn_arg_err.out
@@ -5720,6 +5865,8 @@ bin/v
 %%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/lock_var_name_assign_err.out
+%%DATADIR%%/vlib/v/parser/tests/lock_var_name_assign_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
@@ -5750,6 +5897,8 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/module_syntax_err.vv
 %%DATADIR%%/vlib/v/parser/tests/multi_argumented_assign_err.out
 %%DATADIR%%/vlib/v/parser/tests/multi_argumented_assign_err.vv
+%%DATADIR%%/vlib/v/parser/tests/mut_args_warning.out
+%%DATADIR%%/vlib/v/parser/tests/mut_args_warning.vv
 %%DATADIR%%/vlib/v/parser/tests/mut_blank_ident_err.out
 %%DATADIR%%/vlib/v/parser/tests/mut_blank_ident_err.vv
 %%DATADIR%%/vlib/v/parser/tests/named_sum_type_none_err.out
@@ -5871,10 +6020,16 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/sum_type_exists_err.out
 %%DATADIR%%/vlib/v/parser/tests/sum_type_exists_err.vv
 %%DATADIR%%/vlib/v/parser/tests/tmpl/include.txt
+%%DATADIR%%/vlib/v/parser/tests/tmpl/recursive_fail.html
+%%DATADIR%%/vlib/v/parser/tests/tmpl/recursive_fail2.html
 %%DATADIR%%/vlib/v/parser/tests/tmpl_include_without_quotes.out
 %%DATADIR%%/vlib/v/parser/tests/tmpl_include_without_quotes.vv
+%%DATADIR%%/vlib/v/parser/tests/tmpl_recursion.out
+%%DATADIR%%/vlib/v/parser/tests/tmpl_recursion.vv
 %%DATADIR%%/vlib/v/parser/tests/too_many_generics_err.out
 %%DATADIR%%/vlib/v/parser/tests/too_many_generics_err.vv
+%%DATADIR%%/vlib/v/parser/tests/too_many_layers_embedded_generic_type_err.out
+%%DATADIR%%/vlib/v/parser/tests/too_many_layers_embedded_generic_type_err.vv
 %%DATADIR%%/vlib/v/parser/tests/type_alias_same_type_err.out
 %%DATADIR%%/vlib/v/parser/tests/type_alias_same_type_err.vv
 %%DATADIR%%/vlib/v/parser/tests/type_decl_name_err.out
@@ -5892,9 +6047,9 @@ bin/v
 %%DATADIR%%/vlib/v/parser/tests/unexpected_token.out
 %%DATADIR%%/vlib/v/parser/tests/unexpected_token.vv
 %%DATADIR%%/vlib/v/parser/tmpl.v
-%%DATADIR%%/vlib/v/parser/tmpl_test.v
 %%DATADIR%%/vlib/v/parser/v_parser_test.v
 %%DATADIR%%/vlib/v/parser/v_print_v_files_works_test.v
+%%DATADIR%%/vlib/v/parser/v_silent_works_test.v
 %%DATADIR%%/vlib/v/pkgconfig/README.md
 %%DATADIR%%/vlib/v/pkgconfig/bin/pkgconfig.v
 %%DATADIR%%/vlib/v/pkgconfig/bin/pkgconfig_test.v
@@ -5918,6 +6073,7 @@ bin/v
 %%DATADIR%%/vlib/v/pkgconfig/test_samples/libpcre.pc
 %%DATADIR%%/vlib/v/pkgconfig/test_samples/ncurses.pc
 %%DATADIR%%/vlib/v/pkgconfig/test_samples/nettle.pc
+%%DATADIR%%/vlib/v/pkgconfig/test_samples/openssl-3.3.2.pc
 %%DATADIR%%/vlib/v/pkgconfig/test_samples/sdl2.pc
 %%DATADIR%%/vlib/v/pkgconfig/test_samples/zlib.pc
 %%DATADIR%%/vlib/v/pkgconfig/v.mod
@@ -6118,6 +6274,8 @@ bin/v
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_for_mut_v_in_a.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_for_v_in_a.out
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_for_v_in_a.vv
+%%DATADIR%%/vlib/v/slow_tests/inout/printing_interpolating_float.out
+%%DATADIR%%/vlib/v/slow_tests/inout/printing_interpolating_float.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_multi_fixed_array.out
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_multi_fixed_array.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_multi_fixed_array_init.out
@@ -6126,6 +6284,8 @@ bin/v
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_nested_generic_struct.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_option_in_if_expr.out
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_option_in_if_expr.vv
+%%DATADIR%%/vlib/v/slow_tests/inout/printing_option_or_expr_with_map_val.out
+%%DATADIR%%/vlib/v/slow_tests/inout/printing_option_or_expr_with_map_val.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_recursive_array_of_reference_struct.out
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_recursive_array_of_reference_struct.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_reference_alias.out
@@ -6150,6 +6310,8 @@ bin/v
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_struct_with_thread_field.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_sumtype_with_none.out
 %%DATADIR%%/vlib/v/slow_tests/inout/printing_sumtype_with_none.vv
+%%DATADIR%%/vlib/v/slow_tests/inout/publish_shared_object_method_call.out
+%%DATADIR%%/vlib/v/slow_tests/inout/publish_shared_object_method_call.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/push_on_closed_channel.out
 %%DATADIR%%/vlib/v/slow_tests/inout/push_on_closed_channel.vv
 %%DATADIR%%/vlib/v/slow_tests/inout/push_work_on_channel.out
@@ -6177,6 +6339,11 @@ bin/v
 %%DATADIR%%/vlib/v/slow_tests/inout/vscript_using_generics_in_os.vsh
 %%DATADIR%%/vlib/v/slow_tests/keep_args_alive_test.c.v
 %%DATADIR%%/vlib/v/slow_tests/keep_args_alive_test_c.h
+%%DATADIR%%/vlib/v/slow_tests/map_issue_16285_test.v
+%%DATADIR%%/vlib/v/slow_tests/map_issue_22139_clear_test.v
+%%DATADIR%%/vlib/v/slow_tests/map_issue_22143_clear_test.v
+%%DATADIR%%/vlib/v/slow_tests/map_issue_22145_clear_test.v
+%%DATADIR%%/vlib/v/slow_tests/map_issue_22148_clear_test.v
 %%DATADIR%%/vlib/v/slow_tests/modules/acommentedmodule/commentedfile.v
 %%DATADIR%%/vlib/v/slow_tests/prod/.gitignore
 %%DATADIR%%/vlib/v/slow_tests/prod/asserts_should_be_skipped.prod.v
@@ -6294,155 +6461,74 @@ bin/v
 %%DATADIR%%/vlib/v/slow_tests/valgrind/struct_of_array_of_same_struct.v
 %%DATADIR%%/vlib/v/slow_tests/valgrind/sync.v
 %%DATADIR%%/vlib/v/slow_tests/valgrind/valgrind_test.v
-%%DATADIR%%/vlib/v/tests/addr_test.v
-%%DATADIR%%/vlib/v/tests/aggregate_is_nodetype_test.v
-%%DATADIR%%/vlib/v/tests/alias_array_built_in_methods_test.v
-%%DATADIR%%/vlib/v/tests/alias_array_has_method_test.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
-%%DATADIR%%/vlib/v/tests/alias_in_a_struct_field_autostr_test.v
-%%DATADIR%%/vlib/v/tests/alias_map_clone_test.v
*** 2706 LINES SKIPPED ***