-
**V version:** 0.1.26/master
**OS:** Linux test 4.15.0-96-generic #97-Ubuntu SMP Wed Apr 1 03:25:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
**What did you do?**
VFLAGS="-cc c++" v -cflags '-c -pi…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 2.2.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 13f508d0dc8ada1726ee09a750285d7447ac3df4
Last commit: 1 year, 4 months ago
Core tap ORIGIN…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
$ brew config
HOMEBREW_VERSION: 2.2.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 13f508d0dc8ada1726ee09a750285d…
-
**V version:** 0.2.2
**OS:** macOS 11.2.1
v doctor:
OS: macos, macOS, 11.2.1, 20D74
Processor: 8 cpus, 64bit, little endian, Apple M1
CC version: Apple clang version 12.0.0 (clang-120…
-
**V version:**
master
**OS:**
win10
**What did you do?**
```V
fn main() {
unsafe{
mut a := {'foo':1}
mut b := a
a['foo'] = 100
println(a)
println(b)
}
}
```
**What …
-
This is /dev/null (The 2nd meaning of https://en.wiktionary.org/wiki//dev/null) where requests go. We never promise to write the parser you want. I will help you if you want to write a parser only if …
-
**V version:** 0.1.25 2fbfbf4
**OS:** Windows 10
**What did you do?**
```v
import sqlite
fn main() {
db := sqlite.connect(':memory:')
db.exec("create table users (id integer primary key, …
-
i hope the title says everything.
The lambda could look like:
```
param -> result
```
i also like `=>`
-
#### System information:
- Operating system (distribution) and version: windows
- DBeaver version: current and previous (21.0.2, 21.0.3)
- Additional extensions
#### Connection specification:
…
-
**V and UI versions:** v-0.1.29
**OS:** W7
**What did you do?**
```
v run E:\v-0.1.29\v\examples\examples_ui\resizable_window.v
vlib\ui\button.v:16:12: error: undefined ident: `gg.default_font_…