v icon indicating copy to clipboard operation
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

Results 1007 v issues
Sort by recently updated
recently updated
newest added

Just simple implementation of Set. I think part of the following implementations should be added in the future: #### Core set-theoretical operations - [x] `union(S,T)`: returns the [union](https://en.wikipedia.org/wiki/Union_(set_theory)) of sets...

### V Doctor: ```sh OS: linux, Ubuntu 20.04.4 LTS (WSL 2) Processor: 12 cpus, 64bit, little endian, 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz CC version: cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0...

Bug

### V Doctor: ```sh OS: linux, Ubuntu 20.04.4 LTS (WSL 2) Processor: 12 cpus, 64bit, little endian, 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz CC version: cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0...

Bug

When I assign foo to foo1, it will copy the value of foo to foo1,for example: ```v mut foo := Foo{3} mut foo1 := foo //foo and foo1 do not...

Bug

**V doctor:** ``` OS: linux, Ubuntu 20.04.3 LTS Processor: 4 cpus, 64bit, little endian, Intel(R) Core(TM) i3-3225 CPU @ 3.30GHz CC version: cc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 getwd: /v/vnew vmodules: /home/delian/.vmodules...

Bug

**V doctor:** ``` OS: linux, Pop!_OS 22.04 LTS Processor: 4 cpus, 64bit, little endian, Intel(R) Core(TM) i7-2677M CPU @ 1.80GHz CC version: cc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 getwd: /home/hedo/usr/tmp/v/tmp vmodules: /home/hedo/.vmodules...

**V doctor:** ``` OS: linux, Ubuntu 21.04 Processor: 12 cpus, 64bit, little endian, Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz CC version: cc (Ubuntu 10.3.0-1ubuntu1) 10.3.0 vexe mtime: 2022-01-19 06:53:50 V...

Bug

Make possible: ```v admin := sql db { select from User where name like '%admin' limit 1 } ``` The SQL generated should be something like: ```sql SELECT * FROM...

Feature Request

**V version:** V 0.3.0 ab244d2 **OS:** macos, macOS, 12.5, 21G72 **What did you do?** ```v struct In { r1 int [required] } struct Out { In [required] } fn main()...

Bug

``` OS: linux, "Garuda Linux" Processor: 16 cpus, 64bit, little endian, AMD Ryzen 7 3800X 8-Core Processor CC version: cc (GCC) 12.1.1 20220730 getwd: /home/yuart/Projects/DiscordLinksCollector vmodules: /home/yuart/.vmodules vroot: /home/yuart/Projects/v vexe:...

Bug
Unit: vfmt