Delyan Angelov
Delyan Angelov
Latest V [804a7bd](https://github.com/vlang/v/commit/804a7bdda539158c13a3f11fd9a32627a0253d69) has the vfmt patch. Using it (just `v up`), `make` followed by `make bin/vsql` will work inside `~/.vmodules` too.
``` #0 20:10:40 ᛋ master /v/oo❱rm -rf ~/.vmodules/elliotchance/ #0 20:10:51 ᛋ master /v/oo❱v install elliotchance.vsql Scanning `elliotchance.vsql`... warning: `elliotchance.vsql` is missing a manifest file. details: Help to ensure future-compatibility by...
`v -Wimpure-v test x_test.v` ... will run the test `x_test.v`, ignore the warnings, then report whether the test passed (which it does). `v -Wimpure-v -W test x_test.v` ... will turn...
For example: `./v -Wimpure-v -W test vlib/compress/zstd/` reveals that `vlib/compress/zstd/zstd.v` should be renamed to `vlib/compress/zstd/zstd.c.v` .
It does work without `-W`. It just produces warnings, and warnings do not cause compilation to fail. `-W` just turns warnings into errors, and errors make the compilation fail. `-prod`...
Try for example: `v -Wimpure-v x_test.v` , i.e. running the test directly by `v`, not by `v test`, and you will see the warnings.
But it does *already*. `v test` just does not display notices, warnings, and the output of running individual `_test.v` files to you, unless it failed to compile it, or when...
If what you are arguing for, is towards making `v test` display warnings and notices by default, then that is reasonable, even though I think that it can be confusing,...
Please do not close `json` related bugs, just because `x.json2` does not have that behavior. Providing a workaround is one (good) thing, but `json` continues to be integrated into the...
From /usr/lib64/pkgconfig/mysqlclient.pc ``` prefix=/usr includedir=${prefix}/include/mysql libdir=${prefix}/lib64/mysql Name: mysqlclient Description: MySQL client library Version: 21.1.26 Cflags: -I${includedir} -m64 Libs: -L${libdir} -lmysqlclient Libs.private: -lpthread -ldl -lz -lresolv -lm -lrt Requires.private: openssl ```...