v
v copied to clipboard
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
OS: linux, Devuan GNU/Linux 5 (daedalus/ceres) Processor: 8 cpus, 64bit, little endian, Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz CC version: cc (Debian 11.3.0-3) 11.3.0 **What did you do?** ``` fn...
``` // mut ws := websocket.new_client('ws://localhost:30000')? //THIS DOESNT WORK YET mut ws := websocket.new_client('ws://[200:8b1a:83f8:91ad:b442:2ee9:2702:a428]:30000')? ``` result ``` 2022-08-01 07:58:36 [INFO ] websocket server: start listen on port 30000 V panic:...
**V full version**: V 0.3.0 fcde631.161ac34 **OS**: macos, macOS, 12.5, 21G72 Processor: 8 cpus, 64bit, little endian, Apple M1 Pro CC version: Apple clang version 13.1.6 (clang-1316.0.21.2.5) **What did you...
# vweb - the V Web Server A simple yet powerful web server with built-in routing, parameter handling, templating, and other features. The [gitly](https://gitly.org/) site is based on vweb. **_Some...
``` OS: macos, Mac OS X, 10.15.7, 19H15 Processor: 20 cpus, 64bit, little endian, Intel(R) Xeon(R) W-2150B CPU @ 3.00GHz CC version: Apple clang version 12.0.0 (clang-1200.0.32.28) getwd: /Users/kings/dev/projects/axentro-x-miner vmodules:...
**V version:** 0.3.0 9b91154 **OS:** OpenMandriva Lx 4.90 (Nickel) Cooker **What did you do?** Run `./v test vlib/v/tests`. **What did you expect to see?** `Summary for all V _test.v files:...
There are some situations like the following * table-based testing * decision tables (https://en.wikipedia.org/wiki/Decision_table) where it'd be desirable for us to setup a MxN table for processing. Here is an...
We have to either wait for the next cJSON release or add a symbol check before merging: DaveGamble/cJSON#697
**V version:** V 0.2.4 71d9871.1fdbdf4 **OS:** Arch linux When I insert some `println` call into the compiler it won't wont compile its self after the first run again. e.g. ```vlang...
**V version:** 0.3.0 b08690d **OS:** macOS 12.4 **What did you do?** ```v module main fn main() { println(int(1e+100)) a := 1000 println(1