-
### Describe the bug
Code: https://vosca.dev/p/de49930b0e
```v
struct Outer {
a &int
}
fn main() {
other := Outer{}
o := Outer{
...other
}
println(o)
}
```
### Expecte…
-
## Problem Description
I created a new vlang project and typed in ``println`` though nothing appears at all
## Expected Output
``println`` should appear
## Actual Output
``println`` d…
-
I'm using the current version of vls with NeoVim's LSP. This creates a `vls.log` file in my current working directory:
```
$ ls -A
.git/
.gitignore
v.mod
vls.log
z.v
```
This creates clut…
-
``` bash
$ v version
V 0.3.3 d60ceb4
$ (v install msgpack && cd $HOME/.vmodules && v run ./msgpack/examples/basic.v)
msgpack/encode.v:63:26: error: only `$tmpl()`, `$env()`, `$embed_file()`, `$p…
-
### Describe the bug
It is weird that we can convert letters or other special characters to int without any error occuring or anything else.
Code: https://vosca.dev/p/4ec57834b1
```v
mut ascii…
-
### Describe the bug
I was reducing the test [vlib/v/tests/method_call_var_comp_test.v](https://github.com/vlang/v/blob/master/vlib/v/tests/method_call_var_comp_test.v) to investigate, why inferrin…
-
### Describe the bug
Code: https://vosca.dev/p/a0a13d5e07
```v
struct Foo {
name string
}
a := &Foo{
name: unsafe { nil }
}
println(a)
```
### Expected Behavior
Checker error
### Cu…
-
## System Information
### V doctor
```
OS: windows, Microsoft Windows 11 רҵ�� v22621 64-bit
Processor: 16 cpus, 64bit, little endian, Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz
CC version: cc …
-
## System Information
### V doctor
```
OS: windows, Microsoft Windows 10 Home v19044 64-bit
Processor: 16 cpus, 64bit, little endian, AMD Ryzen 9 4900HS with Radeon Graphics
CC version: Error: …
-
Hello!
I have been trying to test [**vls**](https://github.com/vlang/vls) using HTTPie,
![image](https://github.com/vlang/v/assets/73544069/6c5bc975-a13b-4ef6-85eb-3a1aefe2b76e)
The response …