git: 86e2525f45cf - main - lang/v: Update to 0.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 20:53:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=86e2525f45cf6974da8f68473875932289203a6e commit 86e2525f45cf6974da8f68473875932289203a6e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-06 20:49:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:49:31 +0000 lang/v: Update to 0.4.1 Changs: https://github.com/vlang/v/releases --- lang/v/Makefile | 6 +- lang/v/distinfo | 10 +- lang/v/pkg-plist | 313 ++++++++++++++++++++++++++++++++++++++++++------------- 3 files changed, 251 insertions(+), 78 deletions(-) diff --git a/lang/v/Makefile b/lang/v/Makefile index 5f2fceb1ca5b..fa6e7eb4baff 100644 --- a/lang/v/Makefile +++ b/lang/v/Makefile @@ -1,5 +1,5 @@ PORTNAME= v -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= lang MAINTAINER= sunpoet@FreeBSD.org @@ -16,9 +16,9 @@ ALL_TARGET= v LDFLAGS+= -lm TEST_TARGET= check -GH_ACCOUNT= vlang -GH_TUPLE= vlang:vc:02102e5:vc/vc USE_GITHUB= yes +GH_TUPLE= vlang:v:${PORTVERSION} \ + vlang:vc:b59fe13:vc/vc PORTSCOUT= skipv:weekly.* diff --git a/lang/v/distinfo b/lang/v/distinfo index 4997df94da6e..99a1382f0227 100644 --- a/lang/v/distinfo +++ b/lang/v/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1690822940 -SHA256 (vlang-v-0.4_GH0.tar.gz) = 4999f7dd5db57ff172a8db993e9558b1fd2e326c137468f35ff33962f487cf57 -SIZE (vlang-v-0.4_GH0.tar.gz) = 6822216 -SHA256 (vlang-vc-02102e5_GH0.tar.gz) = 44b434688c6b228a13f561e1b466ff1f26e777ba61078eccf9f960c24c3baf7f -SIZE (vlang-vc-02102e5_GH0.tar.gz) = 1723246 +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 diff --git a/lang/v/pkg-plist b/lang/v/pkg-plist index 0000b2849d8b..d264e64fcfe2 100644 --- a/lang/v/pkg-plist +++ b/lang/v/pkg-plist @@ -7,6 +7,7 @@ bin/v %%PORTDOCS%%%%DOCSDIR%%/TESTS.md %%PORTDOCS%%%%DOCSDIR%%/docs.md %%PORTDOCS%%%%DOCSDIR%%/img/vscode-debugger.png +%%PORTDOCS%%%%DOCSDIR%%/packaging_v_for_distributions.md %%PORTDOCS%%%%DOCSDIR%%/upcoming.md %%PORTDOCS%%%%DOCSDIR%%/vscode.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/.gitignore @@ -15,6 +16,7 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/2048/LICENSE %%PORTEXAMPLES%%%%EXAMPLESDIR%%/2048/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/2048/demo.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2048/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/2048/v.mod %%PORTEXAMPLES%%%%EXAMPLESDIR%%/asm.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/assets/fonts/Graduate-Regular.ttf @@ -37,6 +39,9 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_python/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_python/test.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_python/test.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_ruby/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_ruby/test.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/call_v_from_ruby/test.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clock/clock.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/compiletime/methods.v @@ -98,6 +103,7 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/drag_n_drop.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/draw_pixels.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/mandelbrot.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/many_thousands_of_circles.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/polygons.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/random.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gg/raven_text_rendering.v @@ -256,6 +262,13 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/sounds/uhoh.wav %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sokol/sounds/wav_player.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/spectral.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/server.crt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/cert/server.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/client.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_server/server.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/submodule/main.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/submodule/mymodules/main_functions.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/submodule/mymodules/submodule/sub_functions.v @@ -276,6 +289,7 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.ui/text_editor.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.ui/vyper.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/terminal_control.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetris/.gitignore %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetris/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetris/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetris/screenshot.png @@ -295,6 +309,9 @@ bin/v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer/zip_container.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vmod.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vpwgen.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vwatch/cli_clock/main.v +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vwatch/web_server/.gitignore +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vwatch/web_server/main.v %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_transform/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_transform/sample_input.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vweb/file_transform/upload.html @@ -388,6 +405,7 @@ bin/v %%DATADIR%%/cmd/tools/builders/js_builder.v %%DATADIR%%/cmd/tools/builders/native_builder.v %%DATADIR%%/cmd/tools/builders/wasm_builder.v +%%DATADIR%%/cmd/tools/changelog_helper.v %%DATADIR%%/cmd/tools/check_os_api_parity.v %%DATADIR%%/cmd/tools/detect_tcc.v %%DATADIR%%/cmd/tools/fast/.gitignore @@ -417,6 +435,7 @@ bin/v %%DATADIR%%/cmd/tools/regress.v %%DATADIR%%/cmd/tools/repeat.v %%DATADIR%%/cmd/tools/report_v_module_folders_without_tests.v +%%DATADIR%%/cmd/tools/show_ancient_deprecations.v %%DATADIR%%/cmd/tools/test_if_v_test_system_works.v %%DATADIR%%/cmd/tools/test_os_process.v %%DATADIR%%/cmd/tools/translate.v @@ -449,10 +468,16 @@ bin/v %%DATADIR%%/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out %%DATADIR%%/cmd/tools/vdoc/tests/testdata/newlines/main.out %%DATADIR%%/cmd/tools/vdoc/tests/testdata/newlines/main.v +%%DATADIR%%/cmd/tools/vdoc/tests/testdata/readme_in_project_root/README.md +%%DATADIR%%/cmd/tools/vdoc/tests/testdata/readme_in_project_root/src/main.comments.out +%%DATADIR%%/cmd/tools/vdoc/tests/testdata/readme_in_project_root/src/main.readme.comments.out +%%DATADIR%%/cmd/tools/vdoc/tests/testdata/readme_in_project_root/src/main.v +%%DATADIR%%/cmd/tools/vdoc/tests/testdata/readme_in_project_root/v.mod %%DATADIR%%/cmd/tools/vdoc/tests/testdata/unsorted/main.out %%DATADIR%%/cmd/tools/vdoc/tests/testdata/unsorted/main.unsorted.out %%DATADIR%%/cmd/tools/vdoc/tests/testdata/unsorted/main.v %%DATADIR%%/cmd/tools/vdoc/tests/vdoc_file_test.v +%%DATADIR%%/cmd/tools/vdoc/theme/.prettierrc %%DATADIR%%/cmd/tools/vdoc/theme/arrow.svg %%DATADIR%%/cmd/tools/vdoc/theme/dark-mode.js %%DATADIR%%/cmd/tools/vdoc/theme/dark.svg @@ -508,6 +533,8 @@ bin/v %%DATADIR%%/cmd/tools/vvet/tests/array_init_one_val.vv %%DATADIR%%/cmd/tools/vvet/tests/brackets_in_documentation_comment_no_warn.out %%DATADIR%%/cmd/tools/vvet/tests/brackets_in_documentation_comment_no_warn.vv +%%DATADIR%%/cmd/tools/vvet/tests/const_dynamic_array_notice.out +%%DATADIR%%/cmd/tools/vvet/tests/const_dynamic_array_notice.vv %%DATADIR%%/cmd/tools/vvet/tests/documentation_for_generic_methods.out %%DATADIR%%/cmd/tools/vvet/tests/documentation_for_generic_methods.vv %%DATADIR%%/cmd/tools/vvet/tests/indent_with_space.out @@ -543,8 +570,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 @@ -619,6 +644,8 @@ 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/libbacktrace/amalgamation.txt %%DATADIR%%/thirdparty/libbacktrace/backtrace.c %%DATADIR%%/thirdparty/libbacktrace/backtrace.h @@ -628,7 +655,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 @@ -642,12 +668,13 @@ bin/v %%DATADIR%%/thirdparty/libgc/include/gc/gc_typed.h %%DATADIR%%/thirdparty/libgc/include/gc/gc_version.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 @@ -926,6 +953,8 @@ bin/v %%DATADIR%%/vlib/arrays/arrays_test.v %%DATADIR%%/vlib/arrays/index_of.v %%DATADIR%%/vlib/arrays/map_of.v +%%DATADIR%%/vlib/arrays/uniq.v +%%DATADIR%%/vlib/arrays/uniq_test.v %%DATADIR%%/vlib/benchmark/README.md %%DATADIR%%/vlib/benchmark/benchmark.v %%DATADIR%%/vlib/bitfield/README.md @@ -937,6 +966,7 @@ bin/v %%DATADIR%%/vlib/builtin/array_d_gcboehm_opt.v %%DATADIR%%/vlib/builtin/array_flags_test.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/builtin.c.v %%DATADIR%%/vlib/builtin/builtin.v @@ -1031,6 +1061,8 @@ bin/v %%DATADIR%%/vlib/builtin/wasm/wasi/wasi.v %%DATADIR%%/vlib/builtin/wasm_bare/libc_impl.v %%DATADIR%%/vlib/builtin/wasm_bare/memory_management.v +%%DATADIR%%/vlib/builtin/wchar/wchar.c.v +%%DATADIR%%/vlib/builtin/wchar/wchar_test.v %%DATADIR%%/vlib/cli/README.md %%DATADIR%%/vlib/cli/cli_test.v %%DATADIR%%/vlib/cli/command.v @@ -1205,6 +1237,7 @@ bin/v %%DATADIR%%/vlib/db/mysql/enums.v %%DATADIR%%/vlib/db/mysql/mysql.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/stmt.c.v @@ -1385,6 +1418,9 @@ bin/v %%DATADIR%%/vlib/json/json_generic_array_test.v %%DATADIR%%/vlib/json/json_omitempty_test.v %%DATADIR%%/vlib/json/json_omitempty_types_test.v +%%DATADIR%%/vlib/json/json_option_alias_test.v +%%DATADIR%%/vlib/json/json_option_none_test.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 @@ -1392,15 +1428,20 @@ bin/v %%DATADIR%%/vlib/json/json_struct_option_test.v %%DATADIR%%/vlib/json/json_test.v %%DATADIR%%/vlib/log/README.md +%%DATADIR%%/vlib/log/common.v +%%DATADIR%%/vlib/log/default.c.v +%%DATADIR%%/vlib/log/default.v +%%DATADIR%%/vlib/log/default_test.v %%DATADIR%%/vlib/log/log.v %%DATADIR%%/vlib/log/log_test.v +%%DATADIR%%/vlib/log/logger_interface.v +%%DATADIR%%/vlib/log/safe_log.v %%DATADIR%%/vlib/maps/README.md %%DATADIR%%/vlib/maps/maps.v %%DATADIR%%/vlib/maps/maps_test.v %%DATADIR%%/vlib/math/README.md %%DATADIR%%/vlib/math/ROADMAP.md %%DATADIR%%/vlib/math/abs.js.v -%%DATADIR%%/vlib/math/abs.v %%DATADIR%%/vlib/math/big/array_ops.v %%DATADIR%%/vlib/math/big/array_ops_test.v %%DATADIR%%/vlib/math/big/big.js.v @@ -1414,13 +1455,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 @@ -1487,27 +1528,6 @@ bin/v %%DATADIR%%/vlib/math/vec/vec3_test.v %%DATADIR%%/vlib/math/vec/vec4.v %%DATADIR%%/vlib/math/vec/vec4_test.v -%%DATADIR%%/vlib/mssql/README.md -%%DATADIR%%/vlib/mssql/_cdef_nix.c.v -%%DATADIR%%/vlib/mssql/_cdef_windows.c.v -%%DATADIR%%/vlib/mssql/_cdefs.c.v -%%DATADIR%%/vlib/mssql/config.v -%%DATADIR%%/vlib/mssql/mssql.v -%%DATADIR%%/vlib/mssql/result.v -%%DATADIR%%/vlib/mssql/stmt_handle.v -%%DATADIR%%/vlib/mssql/z_deprecated.v -%%DATADIR%%/vlib/mysql/README.md -%%DATADIR%%/vlib/mysql/_cdefs.c.v -%%DATADIR%%/vlib/mysql/_cdefs_nix.c.v -%%DATADIR%%/vlib/mysql/_cdefs_windows.c.v -%%DATADIR%%/vlib/mysql/consts.v -%%DATADIR%%/vlib/mysql/enums.v -%%DATADIR%%/vlib/mysql/mysql.v -%%DATADIR%%/vlib/mysql/orm.v -%%DATADIR%%/vlib/mysql/result.v -%%DATADIR%%/vlib/mysql/stmt.c.v -%%DATADIR%%/vlib/mysql/utils.v -%%DATADIR%%/vlib/mysql/z_deprecated.v %%DATADIR%%/vlib/net/README.md %%DATADIR%%/vlib/net/aasocket.c.v %%DATADIR%%/vlib/net/address.v @@ -1542,6 +1562,7 @@ bin/v %%DATADIR%%/vlib/net/http/backend_nix.c.v %%DATADIR%%/vlib/net/http/backend_windows.c.v %%DATADIR%%/vlib/net/http/chunked/dechunk.v +%%DATADIR%%/vlib/net/http/chunked/dechunk_test.v %%DATADIR%%/vlib/net/http/cookie.v %%DATADIR%%/vlib/net/http/cookie_test.v %%DATADIR%%/vlib/net/http/download.v @@ -1569,6 +1590,7 @@ bin/v %%DATADIR%%/vlib/net/ipv6_v6only.h %%DATADIR%%/vlib/net/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/net_nix.c.v %%DATADIR%%/vlib/net/net_windows.c.v @@ -1679,9 +1701,11 @@ bin/v %%DATADIR%%/vlib/os/glob_test.v %%DATADIR%%/vlib/os/inode.c.v %%DATADIR%%/vlib/os/inode_test.v +%%DATADIR%%/vlib/os/notify/backend_darwin.c.v %%DATADIR%%/vlib/os/notify/backend_default.c.v %%DATADIR%%/vlib/os/notify/backend_linux.c.v %%DATADIR%%/vlib/os/notify/epoll.h +%%DATADIR%%/vlib/os/notify/kqueue.h %%DATADIR%%/vlib/os/notify/notify.v %%DATADIR%%/vlib/os/notify/notify_test.v %%DATADIR%%/vlib/os/open_uri_default.c.v @@ -1713,14 +1737,13 @@ bin/v %%DATADIR%%/vlib/os/signal.js.v %%DATADIR%%/vlib/os/signal.v %%DATADIR%%/vlib/os/signal_test.v -%%DATADIR%%/vlib/pg/README.md -%%DATADIR%%/vlib/pg/compatibility.h -%%DATADIR%%/vlib/pg/oid.v -%%DATADIR%%/vlib/pg/orm.v -%%DATADIR%%/vlib/pg/pg.v -%%DATADIR%%/vlib/pg/z_deprecated.v %%DATADIR%%/vlib/picoev/README.md +%%DATADIR%%/vlib/picoev/loop_default.c.v +%%DATADIR%%/vlib/picoev/loop_freebsd.c.v +%%DATADIR%%/vlib/picoev/loop_linux.c.v +%%DATADIR%%/vlib/picoev/loop_macos.c.v %%DATADIR%%/vlib/picoev/picoev.v +%%DATADIR%%/vlib/picoev/socket_util.c.v %%DATADIR%%/vlib/picohttpparser/README.md %%DATADIR%%/vlib/picohttpparser/misc.v %%DATADIR%%/vlib/picohttpparser/picohttpparser.v @@ -1815,13 +1838,6 @@ bin/v %%DATADIR%%/vlib/sokol/sgl/sgl_funcs.c.v %%DATADIR%%/vlib/sokol/sgl/sgl_structs.c.v %%DATADIR%%/vlib/sokol/sokol.v -%%DATADIR%%/vlib/sqlite/README.md -%%DATADIR%%/vlib/sqlite/orm.v -%%DATADIR%%/vlib/sqlite/result_code.v -%%DATADIR%%/vlib/sqlite/sqlite.v -%%DATADIR%%/vlib/sqlite/stmt.v -%%DATADIR%%/vlib/sqlite/vfs_lowlevel.v -%%DATADIR%%/vlib/sqlite/z_deprecated.v %%DATADIR%%/vlib/stbi/README.md %%DATADIR%%/vlib/stbi/link_to_libm.c.v %%DATADIR%%/vlib/stbi/stbi.c.v @@ -1897,6 +1913,7 @@ bin/v %%DATADIR%%/vlib/sync/channel_try_unbuf_test.v %%DATADIR%%/vlib/sync/channels.c.v %%DATADIR%%/vlib/sync/channels.js.v +%%DATADIR%%/vlib/sync/common_mutex.v %%DATADIR%%/vlib/sync/empty_struct_chan_init_test.v %%DATADIR%%/vlib/sync/many_times.v %%DATADIR%%/vlib/sync/many_times_test.v @@ -1911,6 +1928,7 @@ bin/v %%DATADIR%%/vlib/sync/stdatomic/atomic.c.v %%DATADIR%%/vlib/sync/stdatomic/atomic_test.v %%DATADIR%%/vlib/sync/struct_chan_init_test.v +%%DATADIR%%/vlib/sync/sync.c.v %%DATADIR%%/vlib/sync/sync_darwin.c.v %%DATADIR%%/vlib/sync/sync_default.c.v %%DATADIR%%/vlib/sync/sync_windows.c.v @@ -1943,7 +1961,7 @@ bin/v %%DATADIR%%/vlib/term/termios/termios_openbsd.c.v %%DATADIR%%/vlib/term/termios/termios_qnx.c.v %%DATADIR%%/vlib/term/termios/termios_solaris.c.v -%%DATADIR%%/vlib/term/termios/termios_test.c.v +%%DATADIR%%/vlib/term/termios/termios_test.v %%DATADIR%%/vlib/term/termios/termios_windows.c.v %%DATADIR%%/vlib/term/ui/1_term_and_ui_compilation_test.v %%DATADIR%%/vlib/term/ui/2_term_and_ui_compilation_test.v @@ -2107,6 +2125,7 @@ bin/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/match.v %%DATADIR%%/vlib/v/checker/orm.v %%DATADIR%%/vlib/v/checker/postfix.v @@ -2121,8 +2140,6 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/add_op_wrong_type_err.vv %%DATADIR%%/vlib/v/checker/tests/addr.out %%DATADIR%%/vlib/v/checker/tests/addr.vv -%%DATADIR%%/vlib/v/checker/tests/alias_array_possible_type_mismatch.out -%%DATADIR%%/vlib/v/checker/tests/alias_array_possible_type_mismatch.vv %%DATADIR%%/vlib/v/checker/tests/alias_array_unknown_op_overloading_err.out %%DATADIR%%/vlib/v/checker/tests/alias_array_unknown_op_overloading_err.vv %%DATADIR%%/vlib/v/checker/tests/alias_map_unknown_op_overloading_err.out @@ -2146,9 +2163,9 @@ 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/append_err.out @@ -2215,6 +2232,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/array_of_generic_struct_init_err.vv %%DATADIR%%/vlib/v/checker/tests/array_of_interfaces_with_len_without_init.out %%DATADIR%%/vlib/v/checker/tests/array_of_interfaces_with_len_without_init.vv +%%DATADIR%%/vlib/v/checker/tests/array_of_refs_mutability.out +%%DATADIR%%/vlib/v/checker/tests/array_of_refs_mutability.vv %%DATADIR%%/vlib/v/checker/tests/array_of_sumtype_append_err.out %%DATADIR%%/vlib/v/checker/tests/array_of_sumtype_append_err.vv %%DATADIR%%/vlib/v/checker/tests/array_or_map_assign_err.out @@ -2257,6 +2276,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/assign_anon_struct_to_typed_struct_err.vv %%DATADIR%%/vlib/v/checker/tests/assign_array_init_with_no_type.out %%DATADIR%%/vlib/v/checker/tests/assign_array_init_with_no_type.vv +%%DATADIR%%/vlib/v/checker/tests/assign_const_ptr_int_literal_err.out +%%DATADIR%%/vlib/v/checker/tests/assign_const_ptr_int_literal_err.vv %%DATADIR%%/vlib/v/checker/tests/assign_deref_fn_call_on_left_side_err.out %%DATADIR%%/vlib/v/checker/tests/assign_deref_fn_call_on_left_side_err.vv %%DATADIR%%/vlib/v/checker/tests/assign_enum_at_comptime.out @@ -2337,6 +2358,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/assign_var_redefinition_err.vv %%DATADIR%%/vlib/v/checker/tests/assign_with_dump_multireturn_value.out %%DATADIR%%/vlib/v/checker/tests/assign_with_dump_multireturn_value.vv +%%DATADIR%%/vlib/v/checker/tests/auto_deref_assign_err.out +%%DATADIR%%/vlib/v/checker/tests/auto_deref_assign_err.vv %%DATADIR%%/vlib/v/checker/tests/bad_types_in_string_inter_lit.out %%DATADIR%%/vlib/v/checker/tests/bad_types_in_string_inter_lit.vv %%DATADIR%%/vlib/v/checker/tests/bin_lit_without_digit_err.out @@ -2347,6 +2370,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/bit_op_wrong_left_type_err.vv %%DATADIR%%/vlib/v/checker/tests/bit_op_wrong_right_type_err.out %%DATADIR%%/vlib/v/checker/tests/bit_op_wrong_right_type_err.vv +%%DATADIR%%/vlib/v/checker/tests/blank_ident_const_ptr_int_literal_err.out +%%DATADIR%%/vlib/v/checker/tests/blank_ident_const_ptr_int_literal_err.vv %%DATADIR%%/vlib/v/checker/tests/blank_ident_invalid_use.out %%DATADIR%%/vlib/v/checker/tests/blank_ident_invalid_use.vv %%DATADIR%%/vlib/v/checker/tests/blank_ident_select_branch_send_err.out @@ -2417,6 +2442,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/check_wrong_usage_of_break_and_continue.vv %%DATADIR%%/vlib/v/checker/tests/checker_comparison_between_obj_and_int.out %%DATADIR%%/vlib/v/checker/tests/checker_comparison_between_obj_and_int.vv +%%DATADIR%%/vlib/v/checker/tests/closure_copy_immutable_var_err.out +%%DATADIR%%/vlib/v/checker/tests/closure_copy_immutable_var_err.vv %%DATADIR%%/vlib/v/checker/tests/closure_immutable.out %%DATADIR%%/vlib/v/checker/tests/closure_immutable.vv %%DATADIR%%/vlib/v/checker/tests/closure_undefined_ident_err.out @@ -2443,6 +2470,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/comptime_call_no_unused_var.vv %%DATADIR%%/vlib/v/checker/tests/comptime_dump_fields_var_test.out %%DATADIR%%/vlib/v/checker/tests/comptime_dump_fields_var_test.vv +%%DATADIR%%/vlib/v/checker/tests/comptime_else_compile_error_no_return.out +%%DATADIR%%/vlib/v/checker/tests/comptime_else_compile_error_no_return.vv %%DATADIR%%/vlib/v/checker/tests/comptime_env/env_parser_errors_1.run.out %%DATADIR%%/vlib/v/checker/tests/comptime_env/env_parser_errors_1.vv %%DATADIR%%/vlib/v/checker/tests/comptime_env/env_parser_errors_2.run.out @@ -2578,6 +2607,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/enum_field_value_duplicate_b.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 +%%DATADIR%%/vlib/v/checker/tests/enum_from_string_args_err.vv %%DATADIR%%/vlib/v/checker/tests/enum_init_err.out %%DATADIR%%/vlib/v/checker/tests/enum_init_err.vv %%DATADIR%%/vlib/v/checker/tests/enum_op_err.out @@ -2630,6 +2661,10 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/fn_array_decompose_arg_mismatch_err_a.vv %%DATADIR%%/vlib/v/checker/tests/fn_array_decompose_arg_mismatch_err_b.out %%DATADIR%%/vlib/v/checker/tests/fn_array_decompose_arg_mismatch_err_b.vv +%%DATADIR%%/vlib/v/checker/tests/fn_array_decompose_arg_mismatch_err_c.out +%%DATADIR%%/vlib/v/checker/tests/fn_array_decompose_arg_mismatch_err_c.vv +%%DATADIR%%/vlib/v/checker/tests/fn_call_arg_array_mismatch_err.out +%%DATADIR%%/vlib/v/checker/tests/fn_call_arg_array_mismatch_err.vv %%DATADIR%%/vlib/v/checker/tests/fn_call_arg_mismatch_err_a.out %%DATADIR%%/vlib/v/checker/tests/fn_call_arg_mismatch_err_a.vv %%DATADIR%%/vlib/v/checker/tests/fn_call_arg_mismatch_err_b.out @@ -2760,6 +2795,10 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/generic_sumtype_decl_err_b.vv %%DATADIR%%/vlib/v/checker/tests/generic_sumtype_decl_err_c.out %%DATADIR%%/vlib/v/checker/tests/generic_sumtype_decl_err_c.vv +%%DATADIR%%/vlib/v/checker/tests/generic_sumtype_decl_err_d.out +%%DATADIR%%/vlib/v/checker/tests/generic_sumtype_decl_err_d.vv +%%DATADIR%%/vlib/v/checker/tests/generic_sumtype_decl_err_e.out +%%DATADIR%%/vlib/v/checker/tests/generic_sumtype_decl_err_e.vv %%DATADIR%%/vlib/v/checker/tests/generic_sumtype_invalid_variant.out %%DATADIR%%/vlib/v/checker/tests/generic_sumtype_invalid_variant.vv %%DATADIR%%/vlib/v/checker/tests/generic_type_inference.out @@ -3053,10 +3092,14 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/infix_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 +%%DATADIR%%/vlib/v/checker/tests/infix_sumtype_in_array_err.vv %%DATADIR%%/vlib/v/checker/tests/inner_functions_call_before_define.out %%DATADIR%%/vlib/v/checker/tests/inner_functions_call_before_define.vv %%DATADIR%%/vlib/v/checker/tests/int_modulo_by_zero_err.out %%DATADIR%%/vlib/v/checker/tests/int_modulo_by_zero_err.vv +%%DATADIR%%/vlib/v/checker/tests/int_ptr_array_index_err.out +%%DATADIR%%/vlib/v/checker/tests/int_ptr_array_index_err.vv %%DATADIR%%/vlib/v/checker/tests/int_signess_call_arg_test.out %%DATADIR%%/vlib/v/checker/tests/int_signess_call_arg_test.vv %%DATADIR%%/vlib/v/checker/tests/interface_field_name_err.out @@ -3099,6 +3142,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/invalid_none_operations_err.vv %%DATADIR%%/vlib/v/checker/tests/invalid_parameter_name_err.out %%DATADIR%%/vlib/v/checker/tests/invalid_parameter_name_err.vv +%%DATADIR%%/vlib/v/checker/tests/invalid_prefix_left_side_assign_stmt_err.out +%%DATADIR%%/vlib/v/checker/tests/invalid_prefix_left_side_assign_stmt_err.vv %%DATADIR%%/vlib/v/checker/tests/invalid_property.out %%DATADIR%%/vlib/v/checker/tests/invalid_property.vv %%DATADIR%%/vlib/v/checker/tests/invalid_recursive_struct_err.out @@ -3167,6 +3212,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/map_ops.vv %%DATADIR%%/vlib/v/checker/tests/map_unknown_value.out %%DATADIR%%/vlib/v/checker/tests/map_unknown_value.vv +%%DATADIR%%/vlib/v/checker/tests/map_with_none_err.out +%%DATADIR%%/vlib/v/checker/tests/map_with_none_err.vv %%DATADIR%%/vlib/v/checker/tests/map_with_result_value_err.out %%DATADIR%%/vlib/v/checker/tests/map_with_result_value_err.vv %%DATADIR%%/vlib/v/checker/tests/match_alias_type_err.out @@ -3236,21 +3283,21 @@ 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_structs_with_deprecated_fields/fields.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/module_alias_started_with_underscore.out +%%DATADIR%%/vlib/v/checker/tests/modules/deprecated_module.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_with_redeclaration.out +%%DATADIR%%/vlib/v/checker/tests/modules/module_alias_started_with_underscore.out %%DATADIR%%/vlib/v/checker/tests/modules/module_with_redeclaration/redeclare_time_structs.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 @@ -3374,6 +3421,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/option_with_match_err.vv %%DATADIR%%/vlib/v/checker/tests/option_wrapped_cmp_op_err.out %%DATADIR%%/vlib/v/checker/tests/option_wrapped_cmp_op_err.vv +%%DATADIR%%/vlib/v/checker/tests/or_block_check_err.out +%%DATADIR%%/vlib/v/checker/tests/or_block_check_err.vv %%DATADIR%%/vlib/v/checker/tests/or_block_non_option_err.out %%DATADIR%%/vlib/v/checker/tests/or_block_non_option_err.vv %%DATADIR%%/vlib/v/checker/tests/or_err.out @@ -3466,20 +3515,19 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/reserved_type_name_const_err.vv %%DATADIR%%/vlib/v/checker/tests/result_alias_type_err.out %%DATADIR%%/vlib/v/checker/tests/result_alias_type_err.vv +%%DATADIR%%/vlib/v/checker/tests/result_call_inside_infix_expr_err.out +%%DATADIR%%/vlib/v/checker/tests/result_call_inside_infix_expr_err.vv %%DATADIR%%/vlib/v/checker/tests/result_missing_propagate_err.out %%DATADIR%%/vlib/v/checker/tests/result_missing_propagate_err.vv %%DATADIR%%/vlib/v/checker/tests/result_type_call_err.out %%DATADIR%%/vlib/v/checker/tests/result_type_call_err.vv %%DATADIR%%/vlib/v/checker/tests/return_aliases_of_fixed_array.out -%%DATADIR%%/vlib/v/checker/tests/return_aliases_of_fixed_array.vv %%DATADIR%%/vlib/v/checker/tests/return_count_mismatch.out %%DATADIR%%/vlib/v/checker/tests/return_count_mismatch.vv %%DATADIR%%/vlib/v/checker/tests/return_duplicate_with_none_err_a.out %%DATADIR%%/vlib/v/checker/tests/return_duplicate_with_none_err_a.vv %%DATADIR%%/vlib/v/checker/tests/return_duplicate_with_none_err_b.out %%DATADIR%%/vlib/v/checker/tests/return_duplicate_with_none_err_b.vv -%%DATADIR%%/vlib/v/checker/tests/return_fixed_array.out -%%DATADIR%%/vlib/v/checker/tests/return_fixed_array.vv %%DATADIR%%/vlib/v/checker/tests/return_match_expr_type_mismatch.out %%DATADIR%%/vlib/v/checker/tests/return_match_expr_type_mismatch.vv %%DATADIR%%/vlib/v/checker/tests/return_missing_comp_if.out @@ -3533,6 +3581,10 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/rshift_op_wrong_left_type_err.vv %%DATADIR%%/vlib/v/checker/tests/rshift_op_wrong_right_type_err.out %%DATADIR%%/vlib/v/checker/tests/rshift_op_wrong_right_type_err.vv +%%DATADIR%%/vlib/v/checker/tests/run/comptime_ident_in_typearray.run.out +%%DATADIR%%/vlib/v/checker/tests/run/comptime_ident_in_typearray.vv +%%DATADIR%%/vlib/v/checker/tests/run/comptime_ident_is_type.run.out +%%DATADIR%%/vlib/v/checker/tests/run/comptime_ident_is_type.vv %%DATADIR%%/vlib/v/checker/tests/run/noreturn_fn_can_be_used_instead_of_panic.run.out %%DATADIR%%/vlib/v/checker/tests/run/noreturn_fn_can_be_used_instead_of_panic.vv %%DATADIR%%/vlib/v/checker/tests/run/noreturn_method_can_be_used_instead_of_panic.run.out @@ -3567,6 +3619,10 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/short_struct_wrong_number.vv %%DATADIR%%/vlib/v/checker/tests/sizeof.out %%DATADIR%%/vlib/v/checker/tests/sizeof.vv +%%DATADIR%%/vlib/v/checker/tests/slice_clone_in_struct_init_notice.out +%%DATADIR%%/vlib/v/checker/tests/slice_clone_in_struct_init_notice.vv +%%DATADIR%%/vlib/v/checker/tests/slice_clone_notice.out +%%DATADIR%%/vlib/v/checker/tests/slice_clone_notice.vv %%DATADIR%%/vlib/v/checker/tests/slice_reassignment.out %%DATADIR%%/vlib/v/checker/tests/slice_reassignment.vv %%DATADIR%%/vlib/v/checker/tests/sort_method_called_on_immutable_receiver.out @@ -3601,6 +3657,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/string_interpolation_invalid_fmt.vv %%DATADIR%%/vlib/v/checker/tests/string_interpolation_wrong_fmt.out %%DATADIR%%/vlib/v/checker/tests/string_interpolation_wrong_fmt.vv +%%DATADIR%%/vlib/v/checker/tests/string_to_enum_cast_err.out +%%DATADIR%%/vlib/v/checker/tests/string_to_enum_cast_err.vv %%DATADIR%%/vlib/v/checker/tests/struct_assigned_to_pointer_to_struct.out %%DATADIR%%/vlib/v/checker/tests/struct_assigned_to_pointer_to_struct.vv %%DATADIR%%/vlib/v/checker/tests/struct_cast_to_struct_generic_err.out @@ -3617,6 +3675,8 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/struct_embed_invalid_type.vv %%DATADIR%%/vlib/v/checker/tests/struct_embed_required_field_err.out %%DATADIR%%/vlib/v/checker/tests/struct_embed_required_field_err.vv +%%DATADIR%%/vlib/v/checker/tests/struct_field_assign_internal_types_nil_err.out +%%DATADIR%%/vlib/v/checker/tests/struct_field_assign_internal_types_nil_err.vv %%DATADIR%%/vlib/v/checker/tests/struct_field_generic_struct_unknown_type_err.out %%DATADIR%%/vlib/v/checker/tests/struct_field_generic_struct_unknown_type_err.vv %%DATADIR%%/vlib/v/checker/tests/struct_field_init_fntype_mismatch.out @@ -3723,13 +3783,20 @@ bin/v %%DATADIR%%/vlib/v/checker/tests/sumtype_of_fntype_assign_err.vv %%DATADIR%%/vlib/v/checker/tests/sync_receiver_decl.out %%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/index.html +%%DATADIR%%/vlib/v/checker/tests/templates/template.md %%DATADIR%%/vlib/v/checker/tests/test_functions_wrong_signature_test.out %%DATADIR%%/vlib/v/checker/tests/test_functions_wrong_signature_test.vv +%%DATADIR%%/vlib/v/checker/tests/thread_as_var_name_err.out +%%DATADIR%%/vlib/v/checker/tests/thread_as_var_name_err.vv %%DATADIR%%/vlib/v/checker/tests/top_level_fn_builtin_decl_err.out %%DATADIR%%/vlib/v/checker/tests/top_level_fn_builtin_decl_err.vv %%DATADIR%%/vlib/v/checker/tests/trailing_comma_struct_attr.out %%DATADIR%%/vlib/v/checker/tests/trailing_comma_struct_attr.vv +%%DATADIR%%/vlib/v/checker/tests/type_alias_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 %%DATADIR%%/vlib/v/checker/tests/type_alias_struct_generic_unknown_name_err.vv %%DATADIR%%/vlib/v/checker/tests/type_cast_option_err.out @@ -3870,8 +3937,12 @@ 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_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 %%DATADIR%%/vlib/v/checker/tests/voidptr_dereference_err.vv +%%DATADIR%%/vlib/v/checker/tests/vweb_missing_result.out +%%DATADIR%%/vlib/v/checker/tests/vweb_missing_result.vv %%DATADIR%%/vlib/v/checker/tests/vweb_routing_checks.out %%DATADIR%%/vlib/v/checker/tests/vweb_routing_checks.vv %%DATADIR%%/vlib/v/checker/tests/vweb_tmpl_used_var.out @@ -3941,6 +4012,8 @@ bin/v %%DATADIR%%/vlib/v/fmt/fmt_test.v %%DATADIR%%/vlib/v/fmt/fmt_vlib_test.v %%DATADIR%%/vlib/v/fmt/struct.v +%%DATADIR%%/vlib/v/fmt/tests/allow_const_with_decl_assign_expected.vv +%%DATADIR%%/vlib/v/fmt/tests/allow_const_with_decl_assign_input.vv %%DATADIR%%/vlib/v/fmt/tests/anon_fn_as_param_keep.vv %%DATADIR%%/vlib/v/fmt/tests/anon_fn_call_keep.vv %%DATADIR%%/vlib/v/fmt/tests/anon_fn_expected.vv @@ -3974,6 +4047,8 @@ 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 @@ -3992,8 +4067,10 @@ bin/v %%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 %%DATADIR%%/vlib/v/fmt/tests/comptime_field_selector_parentheses_keep.vv +%%DATADIR%%/vlib/v/fmt/tests/comptime_if_expr_script_keep.vv %%DATADIR%%/vlib/v/fmt/tests/comptime_keep.vv %%DATADIR%%/vlib/v/fmt/tests/comptime_method_args_expected.vv %%DATADIR%%/vlib/v/fmt/tests/comptime_method_args_input.vv @@ -4038,6 +4115,8 @@ bin/v %%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 @@ -4050,6 +4129,7 @@ bin/v %%DATADIR%%/vlib/v/fmt/tests/fn_types_list_ending_with_comma_expected.vv %%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_end_comments_keep.vv %%DATADIR%%/vlib/v/fmt/tests/fn_with_short_args_keep.vv %%DATADIR%%/vlib/v/fmt/tests/fn_with_variadic_arg_expected.vv @@ -4115,7 +4195,9 @@ bin/v %%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_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 +%%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_mut_fields_keep.vv %%DATADIR%%/vlib/v/fmt/tests/json_decode_fmt_keep.vv @@ -4169,6 +4251,7 @@ 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/shared_expected.vv %%DATADIR%%/vlib/v/fmt/tests/shared_input.vv @@ -4187,6 +4270,7 @@ bin/v %%DATADIR%%/vlib/v/fmt/tests/string_raw_and_cstr_keep.vv %%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_default_field_expressions_keep.vv %%DATADIR%%/vlib/v/fmt/tests/struct_embed_keep.vv %%DATADIR%%/vlib/v/fmt/tests/struct_init_keep.vv @@ -4244,6 +4328,7 @@ bin/v %%DATADIR%%/vlib/v/gen/c/live.v %%DATADIR%%/vlib/v/gen/c/match.v %%DATADIR%%/vlib/v/gen/c/orm.v +%%DATADIR%%/vlib/v/gen/c/past_tmp_var.v %%DATADIR%%/vlib/v/gen/c/profile.v %%DATADIR%%/vlib/v/gen/c/reflection.v %%DATADIR%%/vlib/v/gen/c/spawn_and_go.v @@ -4258,6 +4343,8 @@ bin/v %%DATADIR%%/vlib/v/gen/c/testdata/addr.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 +%%DATADIR%%/vlib/v/gen/c/testdata/alias_of_array_method_call.vv %%DATADIR%%/vlib/v/gen/c/testdata/array_as_interface.out %%DATADIR%%/vlib/v/gen/c/testdata/array_as_interface.vv %%DATADIR%%/vlib/v/gen/c/testdata/array_init_no_error.out @@ -4325,6 +4412,8 @@ bin/v %%DATADIR%%/vlib/v/gen/c/testdata/preinclude_header2.h %%DATADIR%%/vlib/v/gen/c/testdata/ref_sumtype_map_as_struct_field.out %%DATADIR%%/vlib/v/gen/c/testdata/ref_sumtype_map_as_struct_field.vv +%%DATADIR%%/vlib/v/gen/c/testdata/spawn_call_fn_struct_field.out +%%DATADIR%%/vlib/v/gen/c/testdata/spawn_call_fn_struct_field.vv %%DATADIR%%/vlib/v/gen/c/testdata/spawn_stack_nix.c.must_have %%DATADIR%%/vlib/v/gen/c/testdata/spawn_stack_nix.out %%DATADIR%%/vlib/v/gen/c/testdata/spawn_stack_nix.vv @@ -4419,6 +4508,7 @@ 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/blacklist.v %%DATADIR%%/vlib/v/gen/native/builtins.v %%DATADIR%%/vlib/v/gen/native/comptime.v %%DATADIR%%/vlib/v/gen/native/elf.v @@ -4483,24 +4573,31 @@ 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/binaryen/binaryen.c.v -%%DATADIR%%/vlib/v/gen/wasm/cast.v %%DATADIR%%/vlib/v/gen/wasm/gen.v %%DATADIR%%/vlib/v/gen/wasm/mem.v %%DATADIR%%/vlib/v/gen/wasm/ops.v -%%DATADIR%%/vlib/v/gen/wasm/serialisation.v +%%DATADIR%%/vlib/v/gen/wasm/serialise/alignment_test.v +%%DATADIR%%/vlib/v/gen/wasm/serialise/serialise.v %%DATADIR%%/vlib/v/gen/wasm/tests/arith.vv +%%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/builtin.vv +%%DATADIR%%/vlib/v/gen/wasm/tests/builtin.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 +%%DATADIR%%/vlib/v/gen/wasm/tests/misc.vv.out %%DATADIR%%/vlib/v/gen/wasm/tests/multi_expr.vv +%%DATADIR%%/vlib/v/gen/wasm/tests/multi_expr.vv.out %%DATADIR%%/vlib/v/gen/wasm/tests/structs.vv +%%DATADIR%%/vlib/v/gen/wasm/tests/structs.vv.out %%DATADIR%%/vlib/v/gen/wasm/tests/wasm_test.v %%DATADIR%%/vlib/v/help/FORMATTING.md %%DATADIR%%/vlib/v/help/build/build-c.txt %%DATADIR%%/vlib/v/help/build/build-js.txt %%DATADIR%%/vlib/v/help/build/build-native.txt +%%DATADIR%%/vlib/v/help/build/build-wasm.txt %%DATADIR%%/vlib/v/help/build/build.txt %%DATADIR%%/vlib/v/help/common/common.txt %%DATADIR%%/vlib/v/help/common/doc.txt @@ -4598,6 +4695,12 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/array_pos_err.vv %%DATADIR%%/vlib/v/parser/tests/atomic_blank_ident_err.out %%DATADIR%%/vlib/v/parser/tests/atomic_blank_ident_err.vv +%%DATADIR%%/vlib/v/parser/tests/builtin_alias_type_name_err.out +%%DATADIR%%/vlib/v/parser/tests/builtin_alias_type_name_err.vv +%%DATADIR%%/vlib/v/parser/tests/builtin_enum_type_name_err.out +%%DATADIR%%/vlib/v/parser/tests/builtin_enum_type_name_err.vv +%%DATADIR%%/vlib/v/parser/tests/builtin_sum_type_type_name_err.out +%%DATADIR%%/vlib/v/parser/tests/builtin_sum_type_type_name_err.vv %%DATADIR%%/vlib/v/parser/tests/c_struct_no_embed.out %%DATADIR%%/vlib/v/parser/tests/c_struct_no_embed.vv %%DATADIR%%/vlib/v/parser/tests/cast_to_any_type_err.out @@ -4620,8 +4723,6 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/const_decl_err.vv %%DATADIR%%/vlib/v/parser/tests/const_index.out %%DATADIR%%/vlib/v/parser/tests/const_index.vv -%%DATADIR%%/vlib/v/parser/tests/const_init_decl_assign_err.out -%%DATADIR%%/vlib/v/parser/tests/const_init_decl_assign_err.vv %%DATADIR%%/vlib/v/parser/tests/const_missing_rpar_a.out %%DATADIR%%/vlib/v/parser/tests/const_missing_rpar_a.vv %%DATADIR%%/vlib/v/parser/tests/const_missing_rpar_b.out @@ -4632,6 +4733,8 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/const_unexpected_eof.vv %%DATADIR%%/vlib/v/parser/tests/dec_use_as_value.out %%DATADIR%%/vlib/v/parser/tests/dec_use_as_value.vv +%%DATADIR%%/vlib/v/parser/tests/declare_static_fn_as_receiver_method_err.out +%%DATADIR%%/vlib/v/parser/tests/declare_static_fn_as_receiver_method_err.vv %%DATADIR%%/vlib/v/parser/tests/defer_propagate.out %%DATADIR%%/vlib/v/parser/tests/defer_propagate.vv %%DATADIR%%/vlib/v/parser/tests/defer_propagate2.out @@ -4831,6 +4934,8 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/nested_unsafe_expr.vv %%DATADIR%%/vlib/v/parser/tests/nested_unsafe_stmt.out %%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/operator_normal_fn.out %%DATADIR%%/vlib/v/parser/tests/operator_normal_fn.vv %%DATADIR%%/vlib/v/parser/tests/option_result_err.out @@ -4899,6 +5004,8 @@ bin/v %%DATADIR%%/vlib/v/parser/tests/struct_embed_duplicate.vv %%DATADIR%%/vlib/v/parser/tests/struct_embed_unknown_module.out %%DATADIR%%/vlib/v/parser/tests/struct_embed_unknown_module.vv +%%DATADIR%%/vlib/v/parser/tests/struct_embed_wrong_pos_in_pub_err.out +%%DATADIR%%/vlib/v/parser/tests/struct_embed_wrong_pos_in_pub_err.vv %%DATADIR%%/vlib/v/parser/tests/struct_embed_wrong_pos_long_err.out %%DATADIR%%/vlib/v/parser/tests/struct_embed_wrong_pos_long_err.vv %%DATADIR%%/vlib/v/parser/tests/struct_embed_wrong_pos_short_err.out @@ -5020,6 +5127,8 @@ bin/v %%DATADIR%%/vlib/v/scanner/tests/hex_separator_in_front_err.vv %%DATADIR%%/vlib/v/scanner/tests/invalid_unicode_err.out %%DATADIR%%/vlib/v/scanner/tests/invalid_unicode_err.vv +%%DATADIR%%/vlib/v/scanner/tests/newline_character_literal_err.out +%%DATADIR%%/vlib/v/scanner/tests/newline_character_literal_err.vv %%DATADIR%%/vlib/v/scanner/tests/oct_consecutively_separator_err.out %%DATADIR%%/vlib/v/scanner/tests/oct_consecutively_separator_err.vv %%DATADIR%%/vlib/v/scanner/tests/oct_separator_in_front_err.out @@ -5030,6 +5139,8 @@ bin/v %%DATADIR%%/vlib/v/scanner/tests/undefined_ident_in_string_literal_err.vv %%DATADIR%%/vlib/v/scanner/tests/unfinished_string_literal_err.out %%DATADIR%%/vlib/v/scanner/tests/unfinished_string_literal_err.vv +%%DATADIR%%/vlib/v/scanner/tests/unknown_escape_sequence_err.out +%%DATADIR%%/vlib/v/scanner/tests/unknown_escape_sequence_err.vv %%DATADIR%%/vlib/v/slow_tests/assembly/asm_test.amd64.v %%DATADIR%%/vlib/v/slow_tests/assembly/asm_test.i386.v %%DATADIR%%/vlib/v/slow_tests/assembly/naked_attr_test.amd64.v @@ -5058,12 +5169,16 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/inout/data_obj.v.templ %%DATADIR%%/vlib/v/slow_tests/inout/dump_expression.out %%DATADIR%%/vlib/v/slow_tests/inout/dump_expression.vv +%%DATADIR%%/vlib/v/slow_tests/inout/dump_expressions_with_literals.out +%%DATADIR%%/vlib/v/slow_tests/inout/dump_expressions_with_literals.vv %%DATADIR%%/vlib/v/slow_tests/inout/dump_generic_fn_mut_arg.out %%DATADIR%%/vlib/v/slow_tests/inout/dump_generic_fn_mut_arg.vv %%DATADIR%%/vlib/v/slow_tests/inout/dump_generic_interface_ref_arg.out %%DATADIR%%/vlib/v/slow_tests/inout/dump_generic_interface_ref_arg.vv %%DATADIR%%/vlib/v/slow_tests/inout/dump_match_expr.out %%DATADIR%%/vlib/v/slow_tests/inout/dump_match_expr.vv +%%DATADIR%%/vlib/v/slow_tests/inout/dump_multi_fixed_array_init.out +%%DATADIR%%/vlib/v/slow_tests/inout/dump_multi_fixed_array_init.vv %%DATADIR%%/vlib/v/slow_tests/inout/dump_multiple_ptr.out %%DATADIR%%/vlib/v/slow_tests/inout/dump_multiple_ptr.vv %%DATADIR%%/vlib/v/slow_tests/inout/dump_nested_generic_fn_call_ref_arg.out @@ -5139,6 +5254,8 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/inout/printing_for_v_in_a.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 +%%DATADIR%%/vlib/v/slow_tests/inout/printing_multi_fixed_array_init.vv %%DATADIR%%/vlib/v/slow_tests/inout/printing_nested_generic_struct.out %%DATADIR%%/vlib/v/slow_tests/inout/printing_nested_generic_struct.vv %%DATADIR%%/vlib/v/slow_tests/inout/printing_option_in_if_expr.out @@ -5236,6 +5353,7 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/repl/import_alias.repl %%DATADIR%%/vlib/v/slow_tests/repl/naked_strings.repl %%DATADIR%%/vlib/v/slow_tests/repl/newlines.repl +%%DATADIR%%/vlib/v/slow_tests/repl/newlines_should_not_exit_the_repl.repl %%DATADIR%%/vlib/v/slow_tests/repl/nomain.repl %%DATADIR%%/vlib/v/slow_tests/repl/nothing.repl %%DATADIR%%/vlib/v/slow_tests/repl/open_close_string_check.repl @@ -5264,6 +5382,7 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/valgrind/buffer_passed_in_fn_that_uses_tos_on_it.v %%DATADIR%%/vlib/v/slow_tests/valgrind/cross_var_assign.v %%DATADIR%%/vlib/v/slow_tests/valgrind/dump_nested_structs.v +%%DATADIR%%/vlib/v/slow_tests/valgrind/fn_call_result_arg.v %%DATADIR%%/vlib/v/slow_tests/valgrind/fn_returning_string_param.v %%DATADIR%%/vlib/v/slow_tests/valgrind/fn_with_return_should_free_local_vars.v %%DATADIR%%/vlib/v/slow_tests/valgrind/free_heap_foos.v @@ -5273,6 +5392,7 @@ bin/v %%DATADIR%%/vlib/v/slow_tests/valgrind/import_os_and_use_its_constants.v %%DATADIR%%/vlib/v/slow_tests/valgrind/import_x_json2.v %%DATADIR%%/vlib/v/slow_tests/valgrind/logging.v +%%DATADIR%%/vlib/v/slow_tests/valgrind/multiple_fn_calls.v %%DATADIR%%/vlib/v/slow_tests/valgrind/option_reassigned.v %%DATADIR%%/vlib/v/slow_tests/valgrind/option_simple.v %%DATADIR%%/vlib/v/slow_tests/valgrind/rand_module.v @@ -5294,6 +5414,7 @@ bin/v %%DATADIR%%/vlib/v/tests/alias_array_plus_operator_test.v %%DATADIR%%/vlib/v/tests/alias_basic_types_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_array_init_test.v %%DATADIR%%/vlib/v/tests/alias_fixed_array_of_struct_test.v @@ -5315,6 +5436,7 @@ bin/v %%DATADIR%%/vlib/v/tests/anon_fn_call_test.v %%DATADIR%%/vlib/v/tests/anon_fn_decl_inside_ternary_test.v %%DATADIR%%/vlib/v/tests/anon_fn_decl_with_anon_fn_params_test.v +%%DATADIR%%/vlib/v/tests/anon_fn_direct_call_with_option_test.v %%DATADIR%%/vlib/v/tests/anon_fn_fixed_arr_test.v %%DATADIR%%/vlib/v/tests/anon_fn_in_containers_test.v %%DATADIR%%/vlib/v/tests/anon_fn_option_call_in_if_expr_test.v @@ -5327,13 +5449,14 @@ bin/v %%DATADIR%%/vlib/v/tests/anon_fn_with_option_test.v %%DATADIR%%/vlib/v/tests/anon_struct_assign_test.v %%DATADIR%%/vlib/v/tests/anon_struct_type_test.v -%%DATADIR%%/vlib/v/tests/anon_sum_type_test.v +%%DATADIR%%/vlib/v/tests/anon_struct_with_default_expr_test.v %%DATADIR%%/vlib/v/tests/append_struct_to_interface_array_test.v %%DATADIR%%/vlib/v/tests/appending_to_mut_array_in_fn_param_test.v %%DATADIR%%/vlib/v/tests/array_access_optimisation_test.v %%DATADIR%%/vlib/v/tests/array_append_short_struct_test.v %%DATADIR%%/vlib/v/tests/array_as_interface_test.v %%DATADIR%%/vlib/v/tests/array_cast_test.v +%%DATADIR%%/vlib/v/tests/array_clear_test.v %%DATADIR%%/vlib/v/tests/array_elements_with_option_test.v %%DATADIR%%/vlib/v/tests/array_equality_test.v %%DATADIR%%/vlib/v/tests/array_filter_of_fn_mut_arg_test.v @@ -5369,8 +5492,10 @@ bin/v %%DATADIR%%/vlib/v/tests/array_of_sumtype_with_default_test.v %%DATADIR%%/vlib/v/tests/array_of_sumtypes_test.v %%DATADIR%%/vlib/v/tests/array_of_threads_wait_test.v +%%DATADIR%%/vlib/v/tests/array_slice_assign_test.v %%DATADIR%%/vlib/v/tests/array_slice_test.v %%DATADIR%%/vlib/v/tests/array_sort_lt_overload_test.v +%%DATADIR%%/vlib/v/tests/array_sort_with_fn_call_test.v %%DATADIR%%/vlib/v/tests/array_string_test.v %%DATADIR%%/vlib/v/tests/array_test.v %%DATADIR%%/vlib/v/tests/array_to_string_test.v @@ -5400,6 +5525,7 @@ bin/v *** 374 LINES SKIPPED ***