Hi, [cc jasper@ maintainer]
update of lang/v port for the latest version 0.4.6. Changelog: https://github.com/vlang/v/releases/tag/0.4.6 - update Makefile, distinfo and pkg/PLIST for this version - remove patch to fix issue#21119 (merged upstream) Build OK on current/amd64. Some tests fail (as in the previous version), need more analysis and debug. Tests welcome and please commit if OK. Laurent
Index: Makefile =================================================================== RCS file: /cvs/ports/lang/v/Makefile,v diff -u -p -r1.3 Makefile --- Makefile 21 Apr 2024 12:49:31 -0000 1.3 +++ Makefile 4 Jun 2024 06:51:32 -0000 @@ -2,9 +2,9 @@ ONLY_FOR_ARCHS =amd64 arm64 COMMENT = simple, fast, safe, compiled language -V_V = 0.4.5 -VC_V = 2386fe9a0d8cc92d0d013ecd81456f2831433a71 -MARKDOWN_V = b7ff5f24fdb26935d6e2277c7888752fb8aac114 +V_V = 0.4.6 +VC_V = 4473fd24458a10a426fcc95d9a5b0251226ad7fc +MARKDOWN_V = a321419b70abd77b72b39fe67dddb25cd8e71ea7 DIST_TUPLE = github vlang v ${V_V} . DIST_TUPLE += github vlang vc ${VC_V} vc Index: distinfo =================================================================== RCS file: /cvs/ports/lang/v/distinfo,v diff -u -p -r1.3 distinfo --- distinfo 21 Apr 2024 12:49:31 -0000 1.3 +++ distinfo 4 Jun 2024 06:51:32 -0000 @@ -1,6 +1,6 @@ -SHA256 (vlang-markdown-b7ff5f24fdb26935d6e2277c7888752fb8aac114.tar.gz) = Jr1b1qLZqS7PhiAC+dVZuU7BDfrnogg+/kssD9qrHvk= -SHA256 (vlang-v-0.4.5.tar.gz) = MILtaHEsfWmOHMGSdLZCjcjJGWMJaroB5f8DIZiaMEA= -SHA256 (vlang-vc-2386fe9a0d8cc92d0d013ecd81456f2831433a71.tar.gz) = Bd/9Rp54oo1Dj1gVsZe77RsBwjl8RJvISyC21cSt7+A= -SIZE (vlang-markdown-b7ff5f24fdb26935d6e2277c7888752fb8aac114.tar.gz) = 80539 -SIZE (vlang-v-0.4.5.tar.gz) = 9018740 -SIZE (vlang-vc-2386fe9a0d8cc92d0d013ecd81456f2831433a71.tar.gz) = 1879052 +SHA256 (vlang-markdown-a321419b70abd77b72b39fe67dddb25cd8e71ea7.tar.gz) = gd7ucWkdVG04BrJA8yyPjGq8DK/i1zyN/x4K+xnXDxA= +SHA256 (vlang-v-0.4.6.tar.gz) = D47rBeuQJvgz6jcmu1BfD6VW4rrz2M7RMq+anTrVc18= +SHA256 (vlang-vc-4473fd24458a10a426fcc95d9a5b0251226ad7fc.tar.gz) = OpDf+PGcUxQj5EilwzMgvEoSRwPMf1LWv286HpMNOfM= +SIZE (vlang-markdown-a321419b70abd77b72b39fe67dddb25cd8e71ea7.tar.gz) = 80428 +SIZE (vlang-v-0.4.6.tar.gz) = 9393491 +SIZE (vlang-vc-4473fd24458a10a426fcc95d9a5b0251226ad7fc.tar.gz) = 1930500 Index: patches/patch-cmd_tools_modules_testing_common_v =================================================================== RCS file: patches/patch-cmd_tools_modules_testing_common_v diff -N patches/patch-cmd_tools_modules_testing_common_v --- patches/patch-cmd_tools_modules_testing_common_v 21 Apr 2024 12:49:31 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ -Fix to build tools in cmd/tools/ sub-directories -See https://github.com/vlang/v/issues/21119 - -Index: cmd/tools/modules/testing/common.v ---- cmd/tools/modules/testing/common.v.orig -+++ cmd/tools/modules/testing/common.v -@@ -542,7 +542,7 @@ fn worker_trunner(mut p pool.PoolProcessor, idx int, t - } - ts.benchmark.step() - tls_bench.step() -- if abs_path in ts.skip_files { -+ if !ts.build_tools && abs_path in ts.skip_files { - ts.benchmark.skip() - tls_bench.skip() - if !testing.hide_skips { Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/v/pkg/PLIST,v diff -u -p -r1.3 PLIST --- pkg/PLIST 21 Apr 2024 12:49:31 -0000 1.3 +++ pkg/PLIST 4 Jun 2024 06:51:36 -0000 @@ -33,6 +33,7 @@ lib/vlang/cmd/tools/fast/fast_style.css lib/vlang/cmd/tools/fast/footer.html lib/vlang/cmd/tools/fast/header.html @bin lib/vlang/cmd/tools/fast_job +@bin lib/vlang/cmd/tools/fmt_speed lib/vlang/cmd/tools/fuzz/ lib/vlang/cmd/tools/fuzz/fuzz.sh lib/vlang/cmd/tools/fuzz/map_fuzz.v @@ -43,6 +44,7 @@ lib/vlang/cmd/tools/install_binaryen.vsh lib/vlang/cmd/tools/install_wabt.vsh @bin lib/vlang/cmd/tools/map_fuzz lib/vlang/cmd/tools/measure/ +lib/vlang/cmd/tools/measure/fmt_speed.v lib/vlang/cmd/tools/measure/parser_speed.v lib/vlang/cmd/tools/measure/scanner_speed.v lib/vlang/cmd/tools/modules/ @@ -124,52 +126,50 @@ lib/vlang/cmd/tools/vdoc/html.v lib/vlang/cmd/tools/vdoc/main.v lib/vlang/cmd/tools/vdoc/markdown.v lib/vlang/cmd/tools/vdoc/run_examples.v -lib/vlang/cmd/tools/vdoc/tests/ -lib/vlang/cmd/tools/vdoc/tests/testdata/ -lib/vlang/cmd/tools/vdoc/tests/testdata/basic/ -lib/vlang/cmd/tools/vdoc/tests/testdata/basic/main.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/basic/main.out -lib/vlang/cmd/tools/vdoc/tests/testdata/basic/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/comments/ -lib/vlang/cmd/tools/vdoc/tests/testdata/comments/main.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/comments/main.out -lib/vlang/cmd/tools/vdoc/tests/testdata/comments/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/multiline/ -lib/vlang/cmd/tools/vdoc/tests/testdata/multiline/main.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/multiline/main.out -lib/vlang/cmd/tools/vdoc/tests/testdata/multiline/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/newlines/ -lib/vlang/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/newlines/main.out -lib/vlang/cmd/tools/vdoc/tests/testdata/newlines/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/output_formats/ -lib/vlang/cmd/tools/vdoc/tests/testdata/output_formats/README.md -lib/vlang/cmd/tools/vdoc/tests/testdata/output_formats/main.ansi -lib/vlang/cmd/tools/vdoc/tests/testdata/output_formats/main.html -lib/vlang/cmd/tools/vdoc/tests/testdata/output_formats/main.text -lib/vlang/cmd/tools/vdoc/tests/testdata/output_formats/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/readme_in_project_root/ -lib/vlang/cmd/tools/vdoc/tests/testdata/readme_in_project_root/README.md -lib/vlang/cmd/tools/vdoc/tests/testdata/readme_in_project_root/src/ -lib/vlang/cmd/tools/vdoc/tests/testdata/readme_in_project_root/src/main.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/readme_in_project_root/src/main.readme.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/readme_in_project_root/src/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/readme_in_project_root/v.mod -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_bad/ -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_bad/.v.mod.stop -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_bad/main.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_bad/main.out -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_bad/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_good/ -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_good/.v.mod.stop -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_good/main.comments.out -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_good/main.out -lib/vlang/cmd/tools/vdoc/tests/testdata/run_examples_good/main.v -lib/vlang/cmd/tools/vdoc/tests/testdata/unsorted/ -lib/vlang/cmd/tools/vdoc/tests/testdata/unsorted/main.out -lib/vlang/cmd/tools/vdoc/tests/testdata/unsorted/main.unsorted.out -lib/vlang/cmd/tools/vdoc/tests/testdata/unsorted/main.v -lib/vlang/cmd/tools/vdoc/tests/vdoc_file_test.v +lib/vlang/cmd/tools/vdoc/testdata/ +lib/vlang/cmd/tools/vdoc/testdata/basic/ +lib/vlang/cmd/tools/vdoc/testdata/basic/basic.comments.out +lib/vlang/cmd/tools/vdoc/testdata/basic/basic.out +lib/vlang/cmd/tools/vdoc/testdata/basic/basic.v +lib/vlang/cmd/tools/vdoc/testdata/comments/ +lib/vlang/cmd/tools/vdoc/testdata/comments/main.comments.out +lib/vlang/cmd/tools/vdoc/testdata/comments/main.out +lib/vlang/cmd/tools/vdoc/testdata/comments/main.v +lib/vlang/cmd/tools/vdoc/testdata/multiline/ +lib/vlang/cmd/tools/vdoc/testdata/multiline/main.comments.out +lib/vlang/cmd/tools/vdoc/testdata/multiline/main.out +lib/vlang/cmd/tools/vdoc/testdata/multiline/main.v +lib/vlang/cmd/tools/vdoc/testdata/newlines/ +lib/vlang/cmd/tools/vdoc/testdata/newlines/main.comments.out +lib/vlang/cmd/tools/vdoc/testdata/newlines/main.out +lib/vlang/cmd/tools/vdoc/testdata/newlines/main.v +lib/vlang/cmd/tools/vdoc/testdata/output_formats/ +lib/vlang/cmd/tools/vdoc/testdata/output_formats/README.md +lib/vlang/cmd/tools/vdoc/testdata/output_formats/main.ansi +lib/vlang/cmd/tools/vdoc/testdata/output_formats/main.html +lib/vlang/cmd/tools/vdoc/testdata/output_formats/main.text +lib/vlang/cmd/tools/vdoc/testdata/output_formats/main.v +lib/vlang/cmd/tools/vdoc/testdata/readme_in_project_root/ +lib/vlang/cmd/tools/vdoc/testdata/readme_in_project_root/README.md +lib/vlang/cmd/tools/vdoc/testdata/readme_in_project_root/src/ +lib/vlang/cmd/tools/vdoc/testdata/readme_in_project_root/src/main.comments.out +lib/vlang/cmd/tools/vdoc/testdata/readme_in_project_root/src/main.readme.comments.out +lib/vlang/cmd/tools/vdoc/testdata/readme_in_project_root/src/main.v +lib/vlang/cmd/tools/vdoc/testdata/readme_in_project_root/v.mod +lib/vlang/cmd/tools/vdoc/testdata/run_examples_bad/ +lib/vlang/cmd/tools/vdoc/testdata/run_examples_bad/.v.mod.stop +lib/vlang/cmd/tools/vdoc/testdata/run_examples_bad/main.comments.out +lib/vlang/cmd/tools/vdoc/testdata/run_examples_bad/main.out +lib/vlang/cmd/tools/vdoc/testdata/run_examples_bad/main.v +lib/vlang/cmd/tools/vdoc/testdata/run_examples_good/ +lib/vlang/cmd/tools/vdoc/testdata/run_examples_good/.v.mod.stop +lib/vlang/cmd/tools/vdoc/testdata/run_examples_good/main.comments.out +lib/vlang/cmd/tools/vdoc/testdata/run_examples_good/main.out +lib/vlang/cmd/tools/vdoc/testdata/run_examples_good/main.v +lib/vlang/cmd/tools/vdoc/testdata/unsorted/ +lib/vlang/cmd/tools/vdoc/testdata/unsorted/main.out +lib/vlang/cmd/tools/vdoc/testdata/unsorted/main.unsorted.out +lib/vlang/cmd/tools/vdoc/testdata/unsorted/main.v lib/vlang/cmd/tools/vdoc/theme/ lib/vlang/cmd/tools/vdoc/theme/.prettierrc lib/vlang/cmd/tools/vdoc/theme/arrow.svg @@ -200,6 +200,8 @@ lib/vlang/cmd/tools/vdoc/theme/normalize lib/vlang/cmd/tools/vdoc/utils.v @bin lib/vlang/cmd/tools/vdoc/vdoc lib/vlang/cmd/tools/vdoc/vdoc.v +lib/vlang/cmd/tools/vdoc/vdoc_file_test.v +lib/vlang/cmd/tools/vdoc/vdoc_test.v @bin lib/vlang/cmd/tools/vdoctor lib/vlang/cmd/tools/vdoctor.v @bin lib/vlang/cmd/tools/vfmt @@ -232,12 +234,16 @@ lib/vlang/cmd/tools/vpm/test_utils/utils lib/vlang/cmd/tools/vpm/update.v lib/vlang/cmd/tools/vpm/update_test.v lib/vlang/cmd/tools/vpm/vcs.v +lib/vlang/cmd/tools/vpm/vcs_test.v @bin lib/vlang/cmd/tools/vpm/vpm lib/vlang/cmd/tools/vpm/vpm.v @bin lib/vlang/cmd/tools/vrepeat lib/vlang/cmd/tools/vrepeat.v @bin lib/vlang/cmd/tools/vrepl lib/vlang/cmd/tools/vrepl.v +@bin lib/vlang/cmd/tools/vretry +lib/vlang/cmd/tools/vretry.v +lib/vlang/cmd/tools/vretry_test.v @bin lib/vlang/cmd/tools/vscan lib/vlang/cmd/tools/vscan.v @bin lib/vlang/cmd/tools/vself @@ -250,8 +256,11 @@ lib/vlang/cmd/tools/vshader.v lib/vlang/cmd/tools/vshare.v @bin lib/vlang/cmd/tools/vshould-compile-all lib/vlang/cmd/tools/vshould-compile-all.v -@bin lib/vlang/cmd/tools/vsymlink -lib/vlang/cmd/tools/vsymlink.v +lib/vlang/cmd/tools/vsymlink/ +@bin lib/vlang/cmd/tools/vsymlink/vsymlink +lib/vlang/cmd/tools/vsymlink/vsymlink.v +lib/vlang/cmd/tools/vsymlink/vsymlink_nix.c.v +lib/vlang/cmd/tools/vsymlink/vsymlink_windows.c.v @bin lib/vlang/cmd/tools/vtest @bin lib/vlang/cmd/tools/vtest-all lib/vlang/cmd/tools/vtest-all.v @@ -264,11 +273,14 @@ lib/vlang/cmd/tools/vtest-parser.v @bin lib/vlang/cmd/tools/vtest-self lib/vlang/cmd/tools/vtest-self.v lib/vlang/cmd/tools/vtest.v +lib/vlang/cmd/tools/vtest_test.v @bin lib/vlang/cmd/tools/vtracev lib/vlang/cmd/tools/vtracev.v @bin lib/vlang/cmd/tools/vup lib/vlang/cmd/tools/vup.v lib/vlang/cmd/tools/vvet/ +lib/vlang/cmd/tools/vvet/errors.v +lib/vlang/cmd/tools/vvet/filter.v lib/vlang/cmd/tools/vvet/tests/ lib/vlang/cmd/tools/vvet/tests/accept_multi_expression_with_comments.out lib/vlang/cmd/tools/vvet/tests/accept_multi_expression_with_comments.vv @@ -280,16 +292,14 @@ lib/vlang/cmd/tools/vvet/tests/const_dyn lib/vlang/cmd/tools/vvet/tests/const_dynamic_array_notice.vv lib/vlang/cmd/tools/vvet/tests/documentation_for_generic_methods.out lib/vlang/cmd/tools/vvet/tests/documentation_for_generic_methods.vv +lib/vlang/cmd/tools/vvet/tests/empty_string.out +lib/vlang/cmd/tools/vvet/tests/empty_string.vv lib/vlang/cmd/tools/vvet/tests/indent_with_space.out lib/vlang/cmd/tools/vvet/tests/indent_with_space.vv lib/vlang/cmd/tools/vvet/tests/module_file_test.out lib/vlang/cmd/tools/vvet/tests/module_file_test.vv lib/vlang/cmd/tools/vvet/tests/no_warn_about_missing.out lib/vlang/cmd/tools/vvet/tests/no_warn_about_missing.vv -lib/vlang/cmd/tools/vvet/tests/parens_space_a.out -lib/vlang/cmd/tools/vvet/tests/parens_space_a.vv -lib/vlang/cmd/tools/vvet/tests/parens_space_b.out -lib/vlang/cmd/tools/vvet/tests/parens_space_b.vv lib/vlang/cmd/tools/vvet/tests/prog_without_main_fn.out lib/vlang/cmd/tools/vvet/tests/prog_without_main_fn.vv lib/vlang/cmd/tools/vvet/tests/trailing_space.out @@ -321,9 +331,9 @@ lib/vlang/thirdparty/.gitignore lib/vlang/thirdparty/android/ lib/vlang/thirdparty/android/android.h lib/vlang/thirdparty/cJSON/ +lib/vlang/thirdparty/cJSON/README.md lib/vlang/thirdparty/cJSON/cJSON.c lib/vlang/thirdparty/cJSON/cJSON.h -lib/vlang/thirdparty/cJSON/readme.txt lib/vlang/thirdparty/fontstash/ lib/vlang/thirdparty/fontstash/fontstash.h lib/vlang/thirdparty/fontstash/stb_truetype.h @@ -519,6 +529,8 @@ lib/vlang/thirdparty/mbedtls/include/mbe lib/vlang/thirdparty/mbedtls/include/mbedtls/gcm.h lib/vlang/thirdparty/mbedtls/include/mbedtls/hkdf.h lib/vlang/thirdparty/mbedtls/include/mbedtls/hmac_drbg.h +lib/vlang/thirdparty/mbedtls/include/mbedtls/legacy_or_psa.h +lib/vlang/thirdparty/mbedtls/include/mbedtls/lms.h lib/vlang/thirdparty/mbedtls/include/mbedtls/mbedtls_config.h lib/vlang/thirdparty/mbedtls/include/mbedtls/md.h lib/vlang/thirdparty/mbedtls/include/mbedtls/md5.h @@ -530,6 +542,7 @@ lib/vlang/thirdparty/mbedtls/include/mbe lib/vlang/thirdparty/mbedtls/include/mbedtls/pk.h lib/vlang/thirdparty/mbedtls/include/mbedtls/pkcs12.h lib/vlang/thirdparty/mbedtls/include/mbedtls/pkcs5.h +lib/vlang/thirdparty/mbedtls/include/mbedtls/pkcs7.h lib/vlang/thirdparty/mbedtls/include/mbedtls/platform.h lib/vlang/thirdparty/mbedtls/include/mbedtls/platform_time.h lib/vlang/thirdparty/mbedtls/include/mbedtls/platform_util.h @@ -578,7 +591,12 @@ lib/vlang/thirdparty/mbedtls/library/asn lib/vlang/thirdparty/mbedtls/library/asn1write.c lib/vlang/thirdparty/mbedtls/library/base64.c lib/vlang/thirdparty/mbedtls/library/bignum.c -lib/vlang/thirdparty/mbedtls/library/bignum_internal.h +lib/vlang/thirdparty/mbedtls/library/bignum_core.c +lib/vlang/thirdparty/mbedtls/library/bignum_core.h +lib/vlang/thirdparty/mbedtls/library/bignum_mod.c +lib/vlang/thirdparty/mbedtls/library/bignum_mod.h +lib/vlang/thirdparty/mbedtls/library/bignum_mod_raw.c +lib/vlang/thirdparty/mbedtls/library/bignum_mod_raw.h lib/vlang/thirdparty/mbedtls/library/bn_mul.h lib/vlang/thirdparty/mbedtls/library/camellia.c lib/vlang/thirdparty/mbedtls/library/ccm.c @@ -609,8 +627,13 @@ lib/vlang/thirdparty/mbedtls/library/ent lib/vlang/thirdparty/mbedtls/library/entropy_poll.h lib/vlang/thirdparty/mbedtls/library/error.c lib/vlang/thirdparty/mbedtls/library/gcm.c +lib/vlang/thirdparty/mbedtls/library/hash_info.c +lib/vlang/thirdparty/mbedtls/library/hash_info.h lib/vlang/thirdparty/mbedtls/library/hkdf.c lib/vlang/thirdparty/mbedtls/library/hmac_drbg.c +lib/vlang/thirdparty/mbedtls/library/lmots.c +lib/vlang/thirdparty/mbedtls/library/lmots.h +lib/vlang/thirdparty/mbedtls/library/lms.c lib/vlang/thirdparty/mbedtls/library/md.c lib/vlang/thirdparty/mbedtls/library/md5.c lib/vlang/thirdparty/mbedtls/library/md_wrap.h @@ -632,6 +655,7 @@ lib/vlang/thirdparty/mbedtls/library/pk_ lib/vlang/thirdparty/mbedtls/library/pk_wrap.h lib/vlang/thirdparty/mbedtls/library/pkcs12.c lib/vlang/thirdparty/mbedtls/library/pkcs5.c +lib/vlang/thirdparty/mbedtls/library/pkcs7.c lib/vlang/thirdparty/mbedtls/library/pkparse.c lib/vlang/thirdparty/mbedtls/library/pkwrite.c lib/vlang/thirdparty/mbedtls/library/pkwrite.h @@ -655,6 +679,7 @@ lib/vlang/thirdparty/mbedtls/library/psa lib/vlang/thirdparty/mbedtls/library/psa_crypto_its.h lib/vlang/thirdparty/mbedtls/library/psa_crypto_mac.c lib/vlang/thirdparty/mbedtls/library/psa_crypto_mac.h +lib/vlang/thirdparty/mbedtls/library/psa_crypto_pake.c lib/vlang/thirdparty/mbedtls/library/psa_crypto_random_impl.h lib/vlang/thirdparty/mbedtls/library/psa_crypto_rsa.c lib/vlang/thirdparty/mbedtls/library/psa_crypto_rsa.h @@ -702,6 +727,7 @@ lib/vlang/thirdparty/mbedtls/library/x50 lib/vlang/thirdparty/mbedtls/library/x509_csr.c lib/vlang/thirdparty/mbedtls/library/x509write_crt.c lib/vlang/thirdparty/mbedtls/library/x509write_csr.c +lib/vlang/thirdparty/mbedtls/update.vsh lib/vlang/thirdparty/mssql/ lib/vlang/thirdparty/mssql/include/ lib/vlang/thirdparty/mssql/include/.gitignore @@ -718,6 +744,7 @@ lib/vlang/thirdparty/picoev/src/picoev_k lib/vlang/thirdparty/picoev/src/picoev_select.c lib/vlang/thirdparty/picoev/src/picoev_w32.h lib/vlang/thirdparty/picohttpparser/ +lib/vlang/thirdparty/picohttpparser/README.md lib/vlang/thirdparty/picohttpparser/picohttpparser.c lib/vlang/thirdparty/picohttpparser/picohttpparser.h lib/vlang/thirdparty/picohttpparser/src/ @@ -725,6 +752,7 @@ lib/vlang/thirdparty/picohttpparser/src/ lib/vlang/thirdparty/picohttpparser/src/picohttpparser.c lib/vlang/thirdparty/picohttpparser/src/picohttpparser.h lib/vlang/thirdparty/sokol/ +lib/vlang/thirdparty/sokol/README.md lib/vlang/thirdparty/sokol/sokol_app.h lib/vlang/thirdparty/sokol/sokol_app2.h lib/vlang/thirdparty/sokol/sokol_audio.h @@ -734,8 +762,9 @@ lib/vlang/thirdparty/sokol/util/ lib/vlang/thirdparty/sokol/util/sokol_fontstash.h lib/vlang/thirdparty/sokol/util/sokol_gl.h lib/vlang/thirdparty/stb_image/ +lib/vlang/thirdparty/stb_image/README.md lib/vlang/thirdparty/stb_image/stb_image.h -lib/vlang/thirdparty/stb_image/stb_image_resize.h +lib/vlang/thirdparty/stb_image/stb_image_resize2.h lib/vlang/thirdparty/stb_image/stb_image_write.h lib/vlang/thirdparty/stb_image/stb_v_header.h lib/vlang/thirdparty/stb_image/stbi.c @@ -753,12 +782,14 @@ lib/vlang/thirdparty/vschannel/vschannel lib/vlang/thirdparty/walloc/ lib/vlang/thirdparty/walloc/walloc.c lib/vlang/thirdparty/zip/ +lib/vlang/thirdparty/zip/README.md lib/vlang/thirdparty/zip/miniz.h lib/vlang/thirdparty/zip/zip.c lib/vlang/thirdparty/zip/zip.h lib/vlang/thirdparty/zstd/ lib/vlang/thirdparty/zstd/README.md lib/vlang/thirdparty/zstd/zstd.c +lib/vlang/thirdparty/zstd/zstd.h @bin lib/vlang/v lib/vlang/v.mod lib/vlang/vlib/ @@ -919,6 +950,21 @@ lib/vlang/vlib/cli/help.v lib/vlang/vlib/cli/help_test.v lib/vlang/vlib/cli/man.v lib/vlang/vlib/cli/man_test.v +lib/vlang/vlib/cli/testdata/ +lib/vlang/vlib/cli/testdata/default_command_flag.out +lib/vlang/vlib/cli/testdata/default_command_flag.vv +lib/vlang/vlib/cli/testdata/default_command_no_flag_err.out +lib/vlang/vlib/cli/testdata/default_command_no_flag_err.vv +lib/vlang/vlib/cli/testdata/default_help.out +lib/vlang/vlib/cli/testdata/default_help.vv +lib/vlang/vlib/cli/testdata/default_help_flag_no_command.out +lib/vlang/vlib/cli/testdata/default_help_flag_no_command.vv +lib/vlang/vlib/cli/testdata/default_version_flag_no_command.out +lib/vlang/vlib/cli/testdata/default_version_flag_no_command.vv +lib/vlang/vlib/cli/testdata/long_description.out +lib/vlang/vlib/cli/testdata/long_description.vv +lib/vlang/vlib/cli/testdata/no_execute.out +lib/vlang/vlib/cli/testdata/no_execute.vv lib/vlang/vlib/cli/version.v lib/vlang/vlib/clipboard/ lib/vlang/vlib/clipboard/README.md @@ -1348,6 +1394,7 @@ lib/vlang/vlib/encoding/xml/test/local/1 lib/vlang/vlib/encoding/xml/test/local/11_cdata_content/cdata_test.v lib/vlang/vlib/encoding/xml/test/local/12_doctype_entity/ lib/vlang/vlib/encoding/xml/test/local/12_doctype_entity/entity.xml +lib/vlang/vlib/encoding/xml/test/local/12_doctype_entity/entity_expected.xml lib/vlang/vlib/encoding/xml/test/local/12_doctype_entity/spec_entity_test.v lib/vlang/vlib/encoding/xml/test/local/13_doctype_element/ lib/vlang/vlib/encoding/xml/test/local/13_doctype_element/doctype_test.v @@ -1511,6 +1558,7 @@ lib/vlang/vlib/json/json_encode_sumtype_ lib/vlang/vlib/json/json_encode_with_mut_test.v lib/vlang/vlib/json/json_encode_with_ptr_test.v lib/vlang/vlib/json/json_generic_array_test.v +lib/vlang/vlib/json/json_i32_test.v lib/vlang/vlib/json/json_omitempty_test.v lib/vlang/vlib/json/json_omitempty_types_test.v lib/vlang/vlib/json/json_option_alias_test.v @@ -1633,6 +1681,7 @@ lib/vlang/vlib/math/unsigned/ lib/vlang/vlib/math/unsigned/uint128.v lib/vlang/vlib/math/unsigned/uint128_test.v lib/vlang/vlib/math/unsigned/uint256.v +lib/vlang/vlib/math/unsigned/uint256_test.v lib/vlang/vlib/math/vec/ lib/vlang/vlib/math/vec/vec2.v lib/vlang/vlib/math/vec/vec2_test.v @@ -1859,6 +1908,7 @@ lib/vlang/vlib/os/font/font.v lib/vlang/vlib/os/glob_test.v lib/vlang/vlib/os/inode.c.v lib/vlang/vlib/os/inode_test.v +lib/vlang/vlib/os/join_path_test.v lib/vlang/vlib/os/notify/ lib/vlang/vlib/os/notify/backend_darwin.c.v lib/vlang/vlib/os/notify/backend_default.c.v @@ -1885,7 +1935,7 @@ lib/vlang/vlib/os/os_structs_dirent_defa lib/vlang/vlib/os/os_structs_sigaction_default.c.v lib/vlang/vlib/os/os_structs_stat_default.c.v lib/vlang/vlib/os/os_structs_stat_linux.c.v -lib/vlang/vlib/os/os_structs_stat_windows.v +lib/vlang/vlib/os/os_structs_stat_windows.c.v lib/vlang/vlib/os/os_structs_utsname_default.c.v lib/vlang/vlib/os/os_test.c.v lib/vlang/vlib/os/os_windows.c.v @@ -2198,6 +2248,7 @@ lib/vlang/vlib/time/chrono.v lib/vlang/vlib/time/chrono_test.v lib/vlang/vlib/time/custom_format_test.v lib/vlang/vlib/time/date_time_parser.v +lib/vlang/vlib/time/duration.v lib/vlang/vlib/time/duration_test.v lib/vlang/vlib/time/format.v lib/vlang/vlib/time/misc/ @@ -2393,8 +2444,8 @@ lib/vlang/vlib/v/checker/tests/alias_to_ lib/vlang/vlib/v/checker/tests/alias_to_option_err.vv lib/vlang/vlib/v/checker/tests/alias_type_cast_option_result_unhandled_err.out lib/vlang/vlib/v/checker/tests/alias_type_cast_option_result_unhandled_err.vv -lib/vlang/vlib/v/checker/tests/alias_type_exists.out -lib/vlang/vlib/v/checker/tests/alias_type_exists.vv +lib/vlang/vlib/v/checker/tests/alias_type_unknown.out +lib/vlang/vlib/v/checker/tests/alias_type_unknown.vv lib/vlang/vlib/v/checker/tests/ambiguous_field_method_err.out lib/vlang/vlib/v/checker/tests/ambiguous_field_method_err.vv lib/vlang/vlib/v/checker/tests/ambiguous_function_call.out @@ -2416,6 +2467,8 @@ lib/vlang/vlib/v/checker/tests/anon_stru lib/vlang/vlib/v/checker/tests/anon_structs_visibility/main.v lib/vlang/vlib/v/checker/tests/any_int_float_ban_err.out lib/vlang/vlib/v/checker/tests/any_int_float_ban_err.vv +lib/vlang/vlib/v/checker/tests/any_type_err.out +lib/vlang/vlib/v/checker/tests/any_type_err.vv lib/vlang/vlib/v/checker/tests/append_err.out lib/vlang/vlib/v/checker/tests/append_err.vv lib/vlang/vlib/v/checker/tests/array_append_array_type_mismatch_err.out @@ -2610,6 +2663,8 @@ lib/vlang/vlib/v/checker/tests/assign_mu lib/vlang/vlib/v/checker/tests/assign_mut.vv lib/vlang/vlib/v/checker/tests/assign_none.out lib/vlang/vlib/v/checker/tests/assign_none.vv +lib/vlang/vlib/v/checker/tests/assign_ref_call_expr_with_ref_return_err.out +lib/vlang/vlib/v/checker/tests/assign_ref_call_expr_with_ref_return_err.vv lib/vlang/vlib/v/checker/tests/assign_sumtype2_err.out lib/vlang/vlib/v/checker/tests/assign_sumtype2_err.vv lib/vlang/vlib/v/checker/tests/assign_sumtype_err.out @@ -3443,6 +3498,8 @@ lib/vlang/vlib/v/checker/tests/invalid_n lib/vlang/vlib/v/checker/tests/invalid_nilref_err.vv lib/vlang/vlib/v/checker/tests/invalid_none_operations_err.out lib/vlang/vlib/v/checker/tests/invalid_none_operations_err.vv +lib/vlang/vlib/v/checker/tests/invalid_op_ptr_err.out +lib/vlang/vlib/v/checker/tests/invalid_op_ptr_err.vv lib/vlang/vlib/v/checker/tests/invalid_parameter_name_err.out lib/vlang/vlib/v/checker/tests/invalid_parameter_name_err.vv lib/vlang/vlib/v/checker/tests/invalid_prefix_left_side_assign_stmt_err.out @@ -3531,6 +3588,8 @@ lib/vlang/vlib/v/checker/tests/map_of_ge lib/vlang/vlib/v/checker/tests/map_of_generic_struct_init_err.vv lib/vlang/vlib/v/checker/tests/map_ops.out lib/vlang/vlib/v/checker/tests/map_ops.vv +lib/vlang/vlib/v/checker/tests/map_result_callback_fn_err.out +lib/vlang/vlib/v/checker/tests/map_result_callback_fn_err.vv lib/vlang/vlib/v/checker/tests/map_unknown_value.out lib/vlang/vlib/v/checker/tests/map_unknown_value.vv lib/vlang/vlib/v/checker/tests/map_with_none_err.out @@ -3565,6 +3624,8 @@ lib/vlang/vlib/v/checker/tests/match_inv lib/vlang/vlib/v/checker/tests/match_invalid_type.vv lib/vlang/vlib/v/checker/tests/match_last_branch_only_casted.out lib/vlang/vlib/v/checker/tests/match_last_branch_only_casted.vv +lib/vlang/vlib/v/checker/tests/match_missing.out +lib/vlang/vlib/v/checker/tests/match_missing.vv lib/vlang/vlib/v/checker/tests/match_mut_with_immutable_var_err.out lib/vlang/vlib/v/checker/tests/match_mut_with_immutable_var_err.vv lib/vlang/vlib/v/checker/tests/match_no_branch_cast_rest_casted_err.out @@ -3694,6 +3755,8 @@ lib/vlang/vlib/v/checker/tests/mut_inter lib/vlang/vlib/v/checker/tests/mut_interface_param_err.vv lib/vlang/vlib/v/checker/tests/mut_map_get_value_address_err.out lib/vlang/vlib/v/checker/tests/mut_map_get_value_address_err.vv +lib/vlang/vlib/v/checker/tests/mut_parms_struct_param_err.out +lib/vlang/vlib/v/checker/tests/mut_parms_struct_param_err.vv lib/vlang/vlib/v/checker/tests/mut_receiver.out lib/vlang/vlib/v/checker/tests/mut_receiver.vv lib/vlang/vlib/v/checker/tests/mut_receiver_lit.out @@ -3779,6 +3842,8 @@ lib/vlang/vlib/v/checker/tests/oct_lit_w lib/vlang/vlib/v/checker/tests/oct_lit_wrong_digit_err.vv lib/vlang/vlib/v/checker/tests/operator_overloading_return_type_option_or_result.out lib/vlang/vlib/v/checker/tests/operator_overloading_return_type_option_or_result.vv +lib/vlang/vlib/v/checker/tests/option_alias_result_type_err.out +lib/vlang/vlib/v/checker/tests/option_alias_result_type_err.vv lib/vlang/vlib/v/checker/tests/option_concrete_type_err.out lib/vlang/vlib/v/checker/tests/option_concrete_type_err.vv lib/vlang/vlib/v/checker/tests/option_fields_addr_err.out @@ -3795,6 +3860,8 @@ lib/vlang/vlib/v/checker/tests/option_in lib/vlang/vlib/v/checker/tests/option_in_receiver_err.vv lib/vlang/vlib/v/checker/tests/option_interface_mismatch.out lib/vlang/vlib/v/checker/tests/option_interface_mismatch.vv +lib/vlang/vlib/v/checker/tests/option_multi_return_err.out +lib/vlang/vlib/v/checker/tests/option_multi_return_err.vv lib/vlang/vlib/v/checker/tests/option_or_block_mismatch.out lib/vlang/vlib/v/checker/tests/option_or_block_mismatch.vv lib/vlang/vlib/v/checker/tests/option_or_block_returns_value_of_incompatible_type.out @@ -3805,6 +3872,8 @@ lib/vlang/vlib/v/checker/tests/option_pt lib/vlang/vlib/v/checker/tests/option_ptr_err.vv lib/vlang/vlib/v/checker/tests/option_ptr_without_unwrapp_err.out lib/vlang/vlib/v/checker/tests/option_ptr_without_unwrapp_err.vv +lib/vlang/vlib/v/checker/tests/option_receive_ptr_err.out +lib/vlang/vlib/v/checker/tests/option_receive_ptr_err.vv lib/vlang/vlib/v/checker/tests/option_ref_init_err.out lib/vlang/vlib/v/checker/tests/option_ref_init_err.vv lib/vlang/vlib/v/checker/tests/option_return_call_non_opt_err.out @@ -3933,6 +4002,8 @@ lib/vlang/vlib/v/checker/tests/result_al lib/vlang/vlib/v/checker/tests/result_alias_type_err.vv lib/vlang/vlib/v/checker/tests/result_call_inside_infix_expr_err.out lib/vlang/vlib/v/checker/tests/result_call_inside_infix_expr_err.vv +lib/vlang/vlib/v/checker/tests/result_chan_test_err.out +lib/vlang/vlib/v/checker/tests/result_chan_test_err.vv lib/vlang/vlib/v/checker/tests/result_missing_propagate_err.out lib/vlang/vlib/v/checker/tests/result_missing_propagate_err.vv lib/vlang/vlib/v/checker/tests/result_type_call_err.out @@ -3956,8 +4027,6 @@ lib/vlang/vlib/v/checker/tests/return_mi lib/vlang/vlib/v/checker/tests/return_missing_if_match.vv lib/vlang/vlib/v/checker/tests/return_missing_match_if.out lib/vlang/vlib/v/checker/tests/return_missing_match_if.vv -lib/vlang/vlib/v/checker/tests/return_missing_match_simple.out -lib/vlang/vlib/v/checker/tests/return_missing_match_simple.vv lib/vlang/vlib/v/checker/tests/return_missing_nested.out lib/vlang/vlib/v/checker/tests/return_missing_nested.vv lib/vlang/vlib/v/checker/tests/return_missing_simple.out @@ -4123,6 +4192,8 @@ lib/vlang/vlib/v/checker/tests/struct_fi lib/vlang/vlib/v/checker/tests/struct_field_name_err.vv lib/vlang/vlib/v/checker/tests/struct_field_option_err.out lib/vlang/vlib/v/checker/tests/struct_field_option_err.vv +lib/vlang/vlib/v/checker/tests/struct_field_private_err.out +lib/vlang/vlib/v/checker/tests/struct_field_private_err.vv lib/vlang/vlib/v/checker/tests/struct_field_reference_type_err.out lib/vlang/vlib/v/checker/tests/struct_field_reference_type_err.vv lib/vlang/vlib/v/checker/tests/struct_field_type_err.out @@ -4240,6 +4311,8 @@ lib/vlang/vlib/v/checker/tests/type_alia lib/vlang/vlib/v/checker/tests/type_alias_struct_generic_unknown_name_err.vv lib/vlang/vlib/v/checker/tests/type_cast_option_err.out lib/vlang/vlib/v/checker/tests/type_cast_option_err.vv +lib/vlang/vlib/v/checker/tests/type_exists_err.out +lib/vlang/vlib/v/checker/tests/type_exists_err.vv lib/vlang/vlib/v/checker/tests/typedef_attr_v_struct_err.out lib/vlang/vlib/v/checker/tests/typedef_attr_v_struct_err.vv lib/vlang/vlib/v/checker/tests/uncasted_enum_val_as_size_for_fixed_array_err.out @@ -4338,6 +4411,8 @@ lib/vlang/vlib/v/checker/tests/unsafe_po lib/vlang/vlib/v/checker/tests/unsafe_pointer_arithmetic_should_be_checked.vv lib/vlang/vlib/v/checker/tests/unsafe_required.out lib/vlang/vlib/v/checker/tests/unsafe_required.vv +lib/vlang/vlib/v/checker/tests/unused_import_err.out +lib/vlang/vlib/v/checker/tests/unused_import_err.vv lib/vlang/vlib/v/checker/tests/unused_label.out lib/vlang/vlib/v/checker/tests/unused_label.vv lib/vlang/vlib/v/checker/tests/unused_last_expr_stmt_in_if.out @@ -4407,6 +4482,8 @@ lib/vlang/vlib/v/checker/tests/wrong_opt lib/vlang/vlib/v/checker/tests/wrong_option_type.vv lib/vlang/vlib/v/checker/tests/wrong_option_unwrap_err.out lib/vlang/vlib/v/checker/tests/wrong_option_unwrap_err.vv +lib/vlang/vlib/v/checker/tests/wrong_or_expr_err.out +lib/vlang/vlib/v/checker/tests/wrong_or_expr_err.vv lib/vlang/vlib/v/checker/tests/wrong_propagate_ret_type.out lib/vlang/vlib/v/checker/tests/wrong_propagate_ret_type.vv lib/vlang/vlib/v/checker/tests/wrong_result_type.out @@ -4515,6 +4592,14 @@ lib/vlang/vlib/v/fmt/fmt_vlib_test.v lib/vlang/vlib/v/fmt/struct.v lib/vlang/vlib/v/fmt/testdata/ lib/vlang/vlib/v/fmt/testdata/vmodules/ +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/ +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/vlas/ +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/vlas/internal/ +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/vlas/internal/blas/ +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/vlas/internal/blas/.gitkeep +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/vlas/module_alias_import_submod_in_submod_keep.vv +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/vlas/module_alias_submod_import_parent_mod_expected.vv +lib/vlang/vlib/v/fmt/testdata/vmodules/submod_import_alias/vlas/module_alias_submod_import_parent_mod_input.vv lib/vlang/vlib/v/fmt/testdata/vmodules/submod_type_alias/ lib/vlang/vlib/v/fmt/testdata/vmodules/submod_type_alias/bar/ lib/vlang/vlib/v/fmt/testdata/vmodules/submod_type_alias/bar/baz/ @@ -4716,6 +4801,7 @@ lib/vlang/vlib/v/fmt/tests/interface_dec lib/vlang/vlib/v/fmt/tests/interface_field_expected.vv lib/vlang/vlib/v/fmt/tests/interface_field_input.vv lib/vlang/vlib/v/fmt/tests/interface_fields_with_pre_comments_keep.vv +lib/vlang/vlib/v/fmt/tests/interface_js_interop_method_keep.vv lib/vlang/vlib/v/fmt/tests/interface_method_with_fntype_arg_keep.vv lib/vlang/vlib/v/fmt/tests/interface_method_with_pre_comments_keep.vv lib/vlang/vlib/v/fmt/tests/interface_variadic_keep.vv @@ -5278,6 +5364,8 @@ lib/vlang/vlib/v/parser/orm.v lib/vlang/vlib/v/parser/parse_type.v lib/vlang/vlib/v/parser/parser.v lib/vlang/vlib/v/parser/struct.v +lib/vlang/vlib/v/parser/templates/ +lib/vlang/vlib/v/parser/templates/index.html lib/vlang/vlib/v/parser/testdata/ lib/vlang/vlib/v/parser/testdata/silent/ lib/vlang/vlib/v/parser/testdata/silent/orm_infinite_loop_in_parser_sql_stmt.vv @@ -5325,8 +5413,6 @@ lib/vlang/vlib/v/parser/tests/builtin_su lib/vlang/vlib/v/parser/tests/builtin_sum_type_type_name_err.vv lib/vlang/vlib/v/parser/tests/c_struct_no_embed.out lib/vlang/vlib/v/parser/tests/c_struct_no_embed.vv -lib/vlang/vlib/v/parser/tests/cast_to_any_type_err.out -lib/vlang/vlib/v/parser/tests/cast_to_any_type_err.vv lib/vlang/vlib/v/parser/tests/check_undefined_variables_too_deep_nested.out lib/vlang/vlib/v/parser/tests/check_undefined_variables_too_deep_nested.vv lib/vlang/vlib/v/parser/tests/closure_not_declared.out @@ -5417,6 +5503,18 @@ lib/vlang/vlib/v/parser/tests/fn_attribu lib/vlang/vlib/v/parser/tests/fn_attributes_empty_err.vv lib/vlang/vlib/v/parser/tests/fn_body_start_pos.out lib/vlang/vlib/v/parser/tests/fn_body_start_pos.vv +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_comma_multi_arg_err.out +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_comma_multi_arg_err.vv +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_after_fn_arg_err.out +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_after_fn_arg_err.vv +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_err.out +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_err.vv +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_multi_arg_too_many_err.out +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_multi_arg_too_many_err.vv +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_multi_line_err.out +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_multi_line_err.vv +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_too_many_err.out +lib/vlang/vlib/v/parser/tests/fn_call_unexpected_eof_rpar_too_many_err.vv lib/vlang/vlib/v/parser/tests/fn_decl_multi_return_types_err.out lib/vlang/vlib/v/parser/tests/fn_decl_multi_return_types_err.vv lib/vlang/vlib/v/parser/tests/fn_decl_return_type_err_a.out @@ -5496,6 +5594,8 @@ lib/vlang/vlib/v/parser/tests/interface_ lib/vlang/vlib/v/parser/tests/interface_name_err.vv lib/vlang/vlib/v/parser/tests/interop_func_body_err.out lib/vlang/vlib/v/parser/tests/interop_func_body_err.vv +lib/vlang/vlib/v/parser/tests/interop_js_func_body_err.out +lib/vlang/vlib/v/parser/tests/interop_js_func_body_err.vv lib/vlang/vlib/v/parser/tests/invalid_attribute_a.out lib/vlang/vlib/v/parser/tests/invalid_attribute_a.vv lib/vlang/vlib/v/parser/tests/invalid_attribute_b.out @@ -5542,8 +5642,6 @@ lib/vlang/vlib/v/parser/tests/map_key_tw lib/vlang/vlib/v/parser/tests/map_key_twice_err.vv lib/vlang/vlib/v/parser/tests/map_syntax_err.out lib/vlang/vlib/v/parser/tests/map_syntax_err.vv -lib/vlang/vlib/v/parser/tests/match_multi_else_branch_err.out -lib/vlang/vlib/v/parser/tests/match_multi_else_branch_err.vv lib/vlang/vlib/v/parser/tests/match_range_dotdot_err.out lib/vlang/vlib/v/parser/tests/match_range_dotdot_err.vv lib/vlang/vlib/v/parser/tests/method_call_receiver_err.out @@ -5584,6 +5682,8 @@ lib/vlang/vlib/v/parser/tests/option_sum lib/vlang/vlib/v/parser/tests/option_sum_type_return_err.vv lib/vlang/vlib/v/parser/tests/or_default_missing.out lib/vlang/vlib/v/parser/tests/or_default_missing.vv +lib/vlang/vlib/v/parser/tests/orm_delete_where_invalid_inifx_err.out +lib/vlang/vlib/v/parser/tests/orm_delete_where_invalid_inifx_err.vv lib/vlang/vlib/v/parser/tests/orm_no_error_handler.out lib/vlang/vlib/v/parser/tests/orm_no_error_handler.vv lib/vlang/vlib/v/parser/tests/postfix_err_a.out @@ -5682,8 +5782,6 @@ lib/vlang/vlib/v/parser/tests/tmpl_inclu lib/vlang/vlib/v/parser/tests/tmpl_include_without_quotes.vv lib/vlang/vlib/v/parser/tests/too_many_generics_err.out lib/vlang/vlib/v/parser/tests/too_many_generics_err.vv -lib/vlang/vlib/v/parser/tests/type_alias_existing_type_err.out -lib/vlang/vlib/v/parser/tests/type_alias_existing_type_err.vv lib/vlang/vlib/v/parser/tests/type_alias_same_type_err.out lib/vlang/vlib/v/parser/tests/type_alias_same_type_err.vv lib/vlang/vlib/v/parser/tests/type_decl_name_err.out @@ -5701,6 +5799,7 @@ lib/vlang/vlib/v/parser/tests/unexpected lib/vlang/vlib/v/parser/tests/unexpected_token.out lib/vlang/vlib/v/parser/tests/unexpected_token.vv lib/vlang/vlib/v/parser/tmpl.v +lib/vlang/vlib/v/parser/tmpl_test.v lib/vlang/vlib/v/parser/v_parser_test.v lib/vlang/vlib/v/parser/v_print_v_files_works_test.v lib/vlang/vlib/v/pkgconfig/ @@ -5733,13 +5832,16 @@ lib/vlang/vlib/v/pkgconfig/test_samples/ lib/vlang/vlib/v/pkgconfig/test_samples/zlib.pc lib/vlang/vlib/v/pkgconfig/v.mod lib/vlang/vlib/v/pref/ +lib/vlang/vlib/v/pref/arch.c.v lib/vlang/vlib/v/pref/default.v lib/vlang/vlib/v/pref/line_info.v lib/vlang/vlib/v/pref/options_test.v lib/vlang/vlib/v/pref/os.v -lib/vlang/vlib/v/pref/pref.c.v +lib/vlang/vlib/v/pref/pref.v lib/vlang/vlib/v/pref/pref_test.v lib/vlang/vlib/v/pref/should_compile.v +lib/vlang/vlib/v/pref/unknown_options_test.v +lib/vlang/vlib/v/pref/vsh_envbang_test.v lib/vlang/vlib/v/preludes/ lib/vlang/vlib/v/preludes/README.md lib/vlang/vlib/v/preludes/embed_file/ @@ -5832,10 +5934,6 @@ lib/vlang/vlib/v/slow_tests/inout/ lib/vlang/vlib/v/slow_tests/inout/.gitignore lib/vlang/vlib/v/slow_tests/inout/cast_to_reference_type.out lib/vlang/vlib/v/slow_tests/inout/cast_to_reference_type.vv -lib/vlang/vlib/v/slow_tests/inout/cli_command_no_execute.out -lib/vlang/vlib/v/slow_tests/inout/cli_command_no_execute.vv -lib/vlang/vlib/v/slow_tests/inout/cli_root_default_help.out -lib/vlang/vlib/v/slow_tests/inout/cli_root_default_help.vv lib/vlang/vlib/v/slow_tests/inout/closure_with_fn_variables.out lib/vlang/vlib/v/slow_tests/inout/closure_with_fn_variables.vv lib/vlang/vlib/v/slow_tests/inout/closure_with_nested_closure_var.out @@ -6178,11 +6276,13 @@ lib/vlang/vlib/v/tests/array_append_shor lib/vlang/vlib/v/tests/array_as_interface_test.v lib/vlang/vlib/v/tests/array_cast_test.v lib/vlang/vlib/v/tests/array_clear_test.v +lib/vlang/vlib/v/tests/array_delete_last_test.v lib/vlang/vlib/v/tests/array_elements_with_option_test.v lib/vlang/vlib/v/tests/array_equality_test.v lib/vlang/vlib/v/tests/array_filter_of_fn_mut_arg_test.v lib/vlang/vlib/v/tests/array_filter_using_direct_closure_test.v lib/vlang/vlib/v/tests/array_fixed_auto_clone_test.v +lib/vlang/vlib/v/tests/array_fixed_c_test.v lib/vlang/vlib/v/tests/array_fixed_ptr_test.v lib/vlang/vlib/v/tests/array_get_anon_fn_value_test.v lib/vlang/vlib/v/tests/array_index_option_test.v @@ -6217,6 +6317,8 @@ lib/vlang/vlib/v/tests/array_of_sumtype_ lib/vlang/vlib/v/tests/array_of_sumtype_with_default_test.v lib/vlang/vlib/v/tests/array_of_sumtypes_test.v lib/vlang/vlib/v/tests/array_of_threads_wait_test.v +lib/vlang/vlib/v/tests/array_ops_create_just_one_closure_test.c.v +lib/vlang/vlib/v/tests/array_ptr_compare_test.v lib/vlang/vlib/v/tests/array_slice_assign_test.v lib/vlang/vlib/v/tests/array_slice_test.v lib/vlang/vlib/v/tests/array_sort_lt_overload_test.v @@ -6307,7 +6409,12 @@ lib/vlang/vlib/v/tests/c_struct_free/fre lib/vlang/vlib/v/tests/c_struct_with_reserved_field_name_test.v lib/vlang/vlib/v/tests/c_structs/ lib/vlang/vlib/v/tests/c_structs/cstruct.h +lib/vlang/vlib/v/tests/c_structs/cstruct_alias_test.v +lib/vlang/vlib/v/tests/c_structs/cstruct_default_value_test.v lib/vlang/vlib/v/tests/c_structs/cstruct_iterator_test.c.v +lib/vlang/vlib/v/tests/c_structs/cstruct_ref_test.v +lib/vlang/vlib/v/tests/c_structs/cstruct_str_test.v +lib/vlang/vlib/v/tests/c_structs/cstruct_sumtype_test.v lib/vlang/vlib/v/tests/c_structs/cstruct_test.c.v lib/vlang/vlib/v/tests/c_structs/iterator.h lib/vlang/vlib/v/tests/c_structs/v.mod @@ -6359,6 +6466,7 @@ lib/vlang/vlib/v/tests/complex_map_op_te lib/vlang/vlib/v/tests/comptime_arr_type_test.v lib/vlang/vlib/v/tests/comptime_array_fixed_field_test.v lib/vlang/vlib/v/tests/comptime_at_test.v +lib/vlang/vlib/v/tests/comptime_attr_test.v lib/vlang/vlib/v/tests/comptime_attribute_selector_test.v lib/vlang/vlib/v/tests/comptime_bittness_and_endianess_test.v lib/vlang/vlib/v/tests/comptime_branching_working_without_compile_error_test.v @@ -6413,6 +6521,7 @@ lib/vlang/vlib/v/tests/comptime_kinds_te lib/vlang/vlib/v/tests/comptime_map_generic_test.v lib/vlang/vlib/v/tests/comptime_map_it_test.v lib/vlang/vlib/v/tests/comptime_map_test.v +lib/vlang/vlib/v/tests/comptime_match_type_test.v lib/vlang/vlib/v/tests/comptime_method_args_test.v lib/vlang/vlib/v/tests/comptime_method_call_test.v lib/vlang/vlib/v/tests/comptime_method_call_with_check_test.v @@ -6423,6 +6532,7 @@ lib/vlang/vlib/v/tests/comptime_on_metho lib/vlang/vlib/v/tests/comptime_option_field_test.v lib/vlang/vlib/v/tests/comptime_println_test.v lib/vlang/vlib/v/tests/comptime_propagate_test.v +lib/vlang/vlib/v/tests/comptime_ref_arg_test.v lib/vlang/vlib/v/tests/comptime_selector_generic_arg_test.v lib/vlang/vlib/v/tests/comptime_selector_member_test.v lib/vlang/vlib/v/tests/comptime_selector_ptr_test.v @@ -6446,6 +6556,7 @@ lib/vlang/vlib/v/tests/concrete_type_as_ lib/vlang/vlib/v/tests/const_and_global_with_same_name_test.v lib/vlang/vlib/v/tests/const_array_init_order_test.v lib/vlang/vlib/v/tests/const_array_struct_test.v +lib/vlang/vlib/v/tests/const_array_test.v lib/vlang/vlib/v/tests/const_as_enum_value_test.v lib/vlang/vlib/v/tests/const_call_expr_order_test.v lib/vlang/vlib/v/tests/const_can_use_options_results_test.v @@ -6522,6 +6633,7 @@ lib/vlang/vlib/v/tests/enum_custom_stati lib/vlang/vlib/v/tests/enum_default_test.v lib/vlang/vlib/v/tests/enum_default_value_in_struct_test.v lib/vlang/vlib/v/tests/enum_explicit_size_big_and_small_test.v +lib/vlang/vlib/v/tests/enum_flag_alias_op_test.v lib/vlang/vlib/v/tests/enum_flag_test.v lib/vlang/vlib/v/tests/enum_from_generic_static_method_test.v lib/vlang/vlib/v/tests/enum_hex_test.v @@ -6632,6 +6744,7 @@ lib/vlang/vlib/v/tests/for_loop_with_opt lib/vlang/vlib/v/tests/for_loop_with_option_test.v lib/vlang/vlib/v/tests/for_loops_2_test.v lib/vlang/vlib/v/tests/for_loops_test.v +lib/vlang/vlib/v/tests/for_mut_var_argument_op_test.v lib/vlang/vlib/v/tests/for_select_test.v lib/vlang/vlib/v/tests/for_smartcast_test.v lib/vlang/vlib/v/tests/for_sumtype_arr_test.v @@ -6686,6 +6799,7 @@ lib/vlang/vlib/v/tests/generic_recursive lib/vlang/vlib/v/tests/generic_resolve_test.v lib/vlang/vlib/v/tests/generic_selector_test.v lib/vlang/vlib/v/tests/generic_smartcast_test.v +lib/vlang/vlib/v/tests/generic_static_call_test.v lib/vlang/vlib/v/tests/generic_static_method_test.v lib/vlang/vlib/v/tests/generic_struct_init_with_field_struct_init_test.v lib/vlang/vlib/v/tests/generic_struct_init_with_generic_cast_test.v @@ -6855,6 +6969,7 @@ lib/vlang/vlib/v/tests/go_wait_with_fn_o lib/vlang/vlib/v/tests/goto_test.v lib/vlang/vlib/v/tests/heap_interface_test.v lib/vlang/vlib/v/tests/heap_reference_test.v +lib/vlang/vlib/v/tests/heap_struct_member_ptr_test.v lib/vlang/vlib/v/tests/heap_struct_test.v lib/vlang/vlib/v/tests/high_ascii_const_rune_test.v lib/vlang/vlib/v/tests/if_assign_test.v @@ -6902,6 +7017,7 @@ lib/vlang/vlib/v/tests/init_multiple_bra lib/vlang/vlib/v/tests/int_cmp_test.v lib/vlang/vlib/v/tests/integer_size_test.v lib/vlang/vlib/v/tests/interface_and_embedded_struct_build_test.v +lib/vlang/vlib/v/tests/interface_arr_for_mut_iter_index_test.v lib/vlang/vlib/v/tests/interface_array_methods_test.v lib/vlang/vlib/v/tests/interface_auto_str_gen_test.v lib/vlang/vlib/v/tests/interface_auto_str_test.v @@ -6970,6 +7086,7 @@ lib/vlang/vlib/v/tests/known_errors/test lib/vlang/vlib/v/tests/lambda_as_struct_field_value_test.v lib/vlang/vlib/v/tests/lambda_expr_test.v lib/vlang/vlib/v/tests/lambda_expr_with_result_test.v +lib/vlang/vlib/v/tests/last_stmt_semicolon_or_expr_test.v lib/vlang/vlib/v/tests/local/ lib/vlang/vlib/v/tests/local/local.v lib/vlang/vlib/v/tests/local_test.v @@ -7133,6 +7250,7 @@ lib/vlang/vlib/v/tests/modules/submodule lib/vlang/vlib/v/tests/modules/submodules/test/test2/ lib/vlang/vlib/v/tests/modules/submodules/test/test2/test2.v lib/vlang/vlib/v/tests/multi_line_with_options_test.v +lib/vlang/vlib/v/tests/multi_return_nil_voidptr_test.v lib/vlang/vlib/v/tests/multiple_arr_fixed_test.v lib/vlang/vlib/v/tests/multiple_assign_array_index_test.v lib/vlang/vlib/v/tests/multiple_assign_test.v @@ -7181,12 +7299,14 @@ lib/vlang/vlib/v/tests/num_lit_call_meth lib/vlang/vlib/v/tests/offsetof_test.v lib/vlang/vlib/v/tests/operator_overloading_cmp_test.v lib/vlang/vlib/v/tests/operator_overloading_on_struct_with_too_many_fields_test.v +lib/vlang/vlib/v/tests/operator_overloading_type_alias_generic_parent_test.v lib/vlang/vlib/v/tests/operator_overloading_with_reference_operands_test.v lib/vlang/vlib/v/tests/operator_overloading_with_string_interpolation_test.v lib/vlang/vlib/v/tests/option_2_test.v lib/vlang/vlib/v/tests/option_alias_eq_test.v lib/vlang/vlib/v/tests/option_arr_auto_str_test.v lib/vlang/vlib/v/tests/option_array_dump_in_generic_fn_test.v +lib/vlang/vlib/v/tests/option_array_fixed_struct_test.v lib/vlang/vlib/v/tests/option_array_init_test.v lib/vlang/vlib/v/tests/option_array_submodule_test.v lib/vlang/vlib/v/tests/option_array_test.v @@ -7206,8 +7326,10 @@ lib/vlang/vlib/v/tests/option_empty_map_ lib/vlang/vlib/v/tests/option_expr_with_array_value_test.v lib/vlang/vlib/v/tests/option_fixed_array_test.v lib/vlang/vlib/v/tests/option_fn_test.v +lib/vlang/vlib/v/tests/option_generic_cast_none_test.v lib/vlang/vlib/v/tests/option_generic_ptr_return_test.v lib/vlang/vlib/v/tests/option_generic_return_test.v +lib/vlang/vlib/v/tests/option_generic_sumtype_test.v lib/vlang/vlib/v/tests/option_if_assign_and_fallthrough_test.v lib/vlang/vlib/v/tests/option_if_expr_test.v lib/vlang/vlib/v/tests/option_if_option_test.v @@ -7215,6 +7337,7 @@ lib/vlang/vlib/v/tests/option_import_str lib/vlang/vlib/v/tests/option_in_loop_test.v lib/vlang/vlib/v/tests/option_init_ptr_test.v lib/vlang/vlib/v/tests/option_init_test.v +lib/vlang/vlib/v/tests/option_interface_test.v lib/vlang/vlib/v/tests/option_map_fn_type_value_test.v lib/vlang/vlib/v/tests/option_map_init_test.v lib/vlang/vlib/v/tests/option_map_none_test.v @@ -7231,6 +7354,7 @@ lib/vlang/vlib/v/tests/option_or_result_ lib/vlang/vlib/v/tests/option_print_errors_test.v lib/vlang/vlib/v/tests/option_print_ptr_test.v lib/vlang/vlib/v/tests/option_ptr_arg_heap_test.v +lib/vlang/vlib/v/tests/option_ptr_arg_none_test.v lib/vlang/vlib/v/tests/option_ptr_arg_test.v lib/vlang/vlib/v/tests/option_ptr_cast_test.v lib/vlang/vlib/v/tests/option_ptr_generic_test.v @@ -7239,7 +7363,9 @@ lib/vlang/vlib/v/tests/option_ptr_init_e lib/vlang/vlib/v/tests/option_ptr_init_test.v lib/vlang/vlib/v/tests/option_ptr_ptr_test.v lib/vlang/vlib/v/tests/option_ptr_test.v +lib/vlang/vlib/v/tests/option_ptr_unwrap_test.v lib/vlang/vlib/v/tests/option_push_array_opt_test.v +lib/vlang/vlib/v/tests/option_result_interface_ret_test.v lib/vlang/vlib/v/tests/option_return_fixed_arr_test.v lib/vlang/vlib/v/tests/option_selector_assign_test.v lib/vlang/vlib/v/tests/option_selector_cast_test.v @@ -7250,7 +7376,9 @@ lib/vlang/vlib/v/tests/option_struct_ini lib/vlang/vlib/v/tests/option_struct_init_test.v lib/vlang/vlib/v/tests/option_struct_init_with_opt_test.v lib/vlang/vlib/v/tests/option_struct_init_with_ref_opt_test.v +lib/vlang/vlib/v/tests/option_sum_type_test.v lib/vlang/vlib/v/tests/option_sumtype_test.v +lib/vlang/vlib/v/tests/option_sumtype_variant_test.v lib/vlang/vlib/v/tests/option_test.c.v lib/vlang/vlib/v/tests/option_unwrap_assign_test.v lib/vlang/vlib/v/tests/option_unwrap_fn_test.v @@ -7493,6 +7621,7 @@ lib/vlang/vlib/v/tests/skip_unused/x_vwe lib/vlang/vlib/v/tests/slice_rval_test.v lib/vlang/vlib/v/tests/sorting_by_different_criteria_test.v lib/vlang/vlib/v/tests/sorting_by_references_test.v +lib/vlang/vlib/v/tests/spawn_array_mut_test.v lib/vlang/vlib/v/tests/spawn_method_on_generic_struct_test.v lib/vlang/vlib/v/tests/sql_statement_inside_fn_call_test.v lib/vlang/vlib/v/tests/static_arrays_using_const_for_size_test.v @@ -7551,11 +7680,13 @@ lib/vlang/vlib/v/tests/struct_field_fixe lib/vlang/vlib/v/tests/struct_field_fn_call_test.v lib/vlang/vlib/v/tests/struct_field_init_with_generic_anon_fn_test.v lib/vlang/vlib/v/tests/struct_field_init_with_generic_fn_test.v +lib/vlang/vlib/v/tests/struct_field_named_as_c_keyword_test.v lib/vlang/vlib/v/tests/struct_field_option_type_with_default_value_init_test.v lib/vlang/vlib/v/tests/struct_fields_required_test.v lib/vlang/vlib/v/tests/struct_fields_storing_functions_test.v lib/vlang/vlib/v/tests/struct_ierror_test.v lib/vlang/vlib/v/tests/struct_init_and_assign_test.v +lib/vlang/vlib/v/tests/struct_init_on_for_expr_test.v lib/vlang/vlib/v/tests/struct_init_update_with_generics_test.v lib/vlang/vlib/v/tests/struct_init_update_with_mutable_receiver_test.v lib/vlang/vlib/v/tests/struct_init_with_chan_field_test.v @@ -7709,7 +7840,6 @@ lib/vlang/vlib/v/tests/vmod_parser_test. lib/vlang/vlib/v/tests/voidptr_to_u64_cast_a_test.v lib/vlang/vlib/v/tests/voidptr_to_u64_cast_b_test.v lib/vlang/vlib/v/tests/volatile_vars_test.v -lib/vlang/vlib/v/tests/vsh_envbang_test.v lib/vlang/vlib/v/tests/websocket_logger_interface_should_compile_test.v lib/vlang/vlib/v/tests/working_with_an_empty_struct_test.v lib/vlang/vlib/v/token/ @@ -7730,6 +7860,7 @@ lib/vlang/vlib/v/util/ lib/vlang/vlib/v/util/diff/ lib/vlang/vlib/v/util/diff.v lib/vlang/vlib/v/util/diff/diff.v +lib/vlang/vlib/v/util/diff/diff_test.v lib/vlang/vlib/v/util/errors.v lib/vlang/vlib/v/util/module.v lib/vlang/vlib/v/util/quote.v @@ -7745,13 +7876,13 @@ lib/vlang/vlib/v/util/util.js.v lib/vlang/vlib/v/util/util.v lib/vlang/vlib/v/util/version/ lib/vlang/vlib/v/util/version/version.c.v +lib/vlang/vlib/v/util/version/version.v +lib/vlang/vlib/v/util/version/version_test.v lib/vlang/vlib/v/util/vtest/ lib/vlang/vlib/v/util/vtest/vtest.v lib/vlang/vlib/v/vcache/ lib/vlang/vlib/v/vcache/vcache.v lib/vlang/vlib/v/vcache/vcache_test.v -lib/vlang/vlib/v/vet/ -lib/vlang/vlib/v/vet/vet.v lib/vlang/vlib/v/vmod/ lib/vlang/vlib/v/vmod/parser.v lib/vlang/vlib/v/vmod/parser_test.v @@ -7806,9 +7937,54 @@ lib/vlang/vlib/v2/types/universe.v lib/vlang/vlib/v2/util/ lib/vlang/vlib/v2/util/worker_pool.v lib/vlang/vlib/veb/ +lib/vlang/vlib/veb/README.md +lib/vlang/vlib/veb/assets/ +lib/vlang/vlib/veb/assets/README.md +lib/vlang/vlib/veb/assets/assets.v +lib/vlang/vlib/veb/assets/assets_test.v lib/vlang/vlib/veb/auth/ lib/vlang/vlib/veb/auth/README.md lib/vlang/vlib/veb/auth/auth.v +lib/vlang/vlib/veb/auth/request.v +lib/vlang/vlib/veb/context.v +lib/vlang/vlib/veb/controller.v +lib/vlang/vlib/veb/csrf/ +lib/vlang/vlib/veb/csrf/README.md +lib/vlang/vlib/veb/csrf/csrf.v +lib/vlang/vlib/veb/csrf/csrf_test.v +lib/vlang/vlib/veb/escape_html_strings_in_templates.v +lib/vlang/vlib/veb/middleware.v +lib/vlang/vlib/veb/parse.v +lib/vlang/vlib/veb/route_test.v +lib/vlang/vlib/veb/sendfile_linux.c.v +lib/vlang/vlib/veb/sse/ +lib/vlang/vlib/veb/sse/README.md +lib/vlang/vlib/veb/sse/sse.v +lib/vlang/vlib/veb/sse/sse_test.v +lib/vlang/vlib/veb/static_handler.v +lib/vlang/vlib/veb/tests/ +lib/vlang/vlib/veb/tests/controller_test.v +lib/vlang/vlib/veb/tests/cors_test.v +lib/vlang/vlib/veb/tests/large_payload_test.v +lib/vlang/vlib/veb/tests/middleware_test.v +lib/vlang/vlib/veb/tests/persistent_connection_test.v +lib/vlang/vlib/veb/tests/static_handler_test.v +lib/vlang/vlib/veb/tests/testdata/ +lib/vlang/vlib/veb/tests/testdata/root.txt +lib/vlang/vlib/veb/tests/testdata/sub.folder/ +lib/vlang/vlib/veb/tests/testdata/sub.folder/sub_folder/ +lib/vlang/vlib/veb/tests/testdata/sub.folder/sub_folder/index.htm +lib/vlang/vlib/veb/tests/testdata/sub.folder/sub_folder/sub.txt +lib/vlang/vlib/veb/tests/testdata/sub_folder/ +lib/vlang/vlib/veb/tests/testdata/sub_folder/index.htm +lib/vlang/vlib/veb/tests/testdata/sub_folder/sub.txt +lib/vlang/vlib/veb/tests/testdata/unknown_mime.what +lib/vlang/vlib/veb/tests/veb_app_test.v +lib/vlang/vlib/veb/tests/veb_should_listen_on_both_ipv4_and_ipv6_by_default_test.v +lib/vlang/vlib/veb/tests/veb_test.v +lib/vlang/vlib/veb/tests/veb_test_server.v +lib/vlang/vlib/veb/veb.v +lib/vlang/vlib/veb/veb_livereload.v lib/vlang/vlib/vweb/ lib/vlang/vlib/vweb/README.md lib/vlang/vlib/vweb/assets/ @@ -7889,6 +8065,11 @@ lib/vlang/vlib/x/json2/README.md lib/vlang/vlib/x/json2/count.v lib/vlang/vlib/x/json2/count_test.v lib/vlang/vlib/x/json2/decoder.v +lib/vlang/vlib/x/json2/decoder2/ +lib/vlang/vlib/x/json2/decoder2/decode.v +lib/vlang/vlib/x/json2/decoder2/tests/ +lib/vlang/vlib/x/json2/decoder2/tests/bench.v +lib/vlang/vlib/x/json2/decoder2/tests/decode_struct_test.v lib/vlang/vlib/x/json2/encoder.v lib/vlang/vlib/x/json2/json2.v lib/vlang/vlib/x/json2/scanner.v @@ -7986,7 +8167,7 @@ lib/vlang/vlib/x/vweb/tests/testdata/sub lib/vlang/vlib/x/vweb/tests/testdata/sub_folder/ lib/vlang/vlib/x/vweb/tests/testdata/sub_folder/index.htm lib/vlang/vlib/x/vweb/tests/testdata/sub_folder/sub.txt -lib/vlang/vlib/x/vweb/tests/testdata/unkown_mime.what +lib/vlang/vlib/x/vweb/tests/testdata/unknown_mime.what lib/vlang/vlib/x/vweb/tests/vweb_app_test.v lib/vlang/vlib/x/vweb/tests/vweb_should_listen_on_both_ipv4_and_ipv6_by_default_test.v lib/vlang/vlib/x/vweb/tests/vweb_test.v @@ -8264,8 +8445,8 @@ share/examples/vlang/pendulum-simulation share/examples/vlang/pico/ share/examples/vlang/pico/pico.v share/examples/vlang/pico/raw_callback.v +share/examples/vlang/pidigits.v share/examples/vlang/process/ -share/examples/vlang/process/.ignore share/examples/vlang/process/command.v share/examples/vlang/process/execve.v share/examples/vlang/process/process_script.v @@ -8320,6 +8501,9 @@ share/examples/vlang/sokol/05_instancing share/examples/vlang/sokol/06_obj_viewer/ share/examples/vlang/sokol/06_obj_viewer/assets/ share/examples/vlang/sokol/06_obj_viewer/assets/models/ +share/examples/vlang/sokol/06_obj_viewer/assets/models/apple.mtl +share/examples/vlang/sokol/06_obj_viewer/assets/models/apple.obj +share/examples/vlang/sokol/06_obj_viewer/assets/models/apple.png share/examples/vlang/sokol/06_obj_viewer/assets/models/cube.obj share/examples/vlang/sokol/06_obj_viewer/assets/models/donut.mtl share/examples/vlang/sokol/06_obj_viewer/assets/models/donut.obj @@ -8339,6 +8523,17 @@ share/examples/vlang/sokol/06_obj_viewer share/examples/vlang/sokol/06_obj_viewer/modules/obj/util.v share/examples/vlang/sokol/06_obj_viewer/show_obj.v share/examples/vlang/sokol/06_obj_viewer/v.mod +share/examples/vlang/sokol/07_simple_shader_glsl/ +share/examples/vlang/sokol/07_simple_shader_glsl/.gitignore +share/examples/vlang/sokol/07_simple_shader_glsl/simple_shader.glsl +share/examples/vlang/sokol/07_simple_shader_glsl/simple_shader.v +share/examples/vlang/sokol/07_simple_shader_glsl/v.mod +share/examples/vlang/sokol/08_sdf/ +share/examples/vlang/sokol/08_sdf/.gitignore +share/examples/vlang/sokol/08_sdf/sdf.glsl +share/examples/vlang/sokol/08_sdf/sdf.v +share/examples/vlang/sokol/08_sdf/v.mod +share/examples/vlang/sokol/clear.v share/examples/vlang/sokol/drawing.v share/examples/vlang/sokol/fonts.v share/examples/vlang/sokol/freetype_raven.v @@ -8351,11 +8546,6 @@ share/examples/vlang/sokol/particles/mod share/examples/vlang/sokol/particles/modules/particle/system.v share/examples/vlang/sokol/particles/modules/particle/v.mod share/examples/vlang/sokol/particles/particles.v -share/examples/vlang/sokol/simple_shader_glsl/ -share/examples/vlang/sokol/simple_shader_glsl/.gitignore -share/examples/vlang/sokol/simple_shader_glsl/simple_shader.glsl -share/examples/vlang/sokol/simple_shader_glsl/simple_shader.v -share/examples/vlang/sokol/simple_shader_glsl/v.mod share/examples/vlang/sokol/sounds/ share/examples/vlang/sokol/sounds/melody.v share/examples/vlang/sokol/sounds/simple_sin_tones.v @@ -8420,6 +8610,7 @@ share/examples/vlang/viewer/view.v share/examples/vlang/viewer/zip_container.v share/examples/vlang/vmod.v share/examples/vlang/vpwgen.v +share/examples/vlang/vtail.v share/examples/vlang/vwatch/ share/examples/vlang/vwatch/cli_clock/ share/examples/vlang/vwatch/cli_clock/main.v @@ -8463,6 +8654,7 @@ share/examples/vlang/vweb/static_website share/examples/vlang/vweb/static_website/dist/another.html share/examples/vlang/vweb/static_website/dist/index.html share/examples/vlang/vweb/static_website/server.v +share/examples/vlang/vweb/veb_example.v share/examples/vlang/vweb/vweb_assets/ share/examples/vlang/vweb/vweb_assets/assets/ share/examples/vlang/vweb/vweb_assets/assets/index.css