-
联合周报第 130 期开始投稿 :tada:
-
**V version:** 0.1.17
**OS:** ubuntu 19
**What did you do?**
I want to compile this library https://github.com/vpervenditti/vgram
**What did you expect to see?**
a correct compilation
**W…
-
**V version:**
```
V 0.1.1
```
**OS:**
```
macos 10.14.3
```
**C compiler version:**
```
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.2.0
Thread model: po…
nzlov updated
5 years ago
-
# summary
- remove non-essential, more platform-integrated modules from the standard library, like the ui framework, so they aren't holding back full support for other platforms and place them into…
-
## info
v version: `0.0.12`;
system: `osx 10.14.5`;
deb lib: `glfw 3.3, curl 7.65.0, freetype 2.10.0`
## run
``` bash
./v users_gui.v && ./users_gui
```
## output
``` bash
2019-06-20…
-
* `array.len` should be `usize` (see #167).
* `builtin.malloc` should take a `usize` argument.
* Probably various other places too.
We should use unsigned types when there's no sign, using a runt…
ntrel updated
5 years ago
-
I installed the compilation v on readme, but his process seemed to be wrong
```
mac-mini-Macintosh-/v/compiler-master-make-✔-19364-09:41:16
wget https://vlang.io/v.c
--2019-06-24 09:41:25 -- htt…
-
Currently, for correctness, we should be able to pass `-cc` to `v`
in Makefile
`./v -cc ${CC} -cflags '${CFLAGS}' -o v compiler`
In fact, I think that we should not pass these options to V, we sh…
-
https://github.com/vlang/v
Like many people requested.
This should help understand the upcoming code release better.
-
# This template is meant for bug reports, if you have a feature request, please be as descriptive as possible and delete the template
Make sure you are testing using the latest git version of radar…