-
V 0.1.24 06f581e
Windows 7 x64
**What did you do?**
Try to build the tetris example after downloading the freetype Windows binaries into ...\v\thirdparty\freetype
**What did you expect to see…
-
**V version:**
0.1.2
**OS:**
macos
**C compiler version:**
**What did you do?**
Building small test game using the raylib c library.
I started a v module wrapping some raylib functional…
-
**V version:** V 0.1.22 8e32ef3
**OS:** Windows 10 64-bit
**What did you do?**
I tried to run a file with `v -live hotreload.v`
**What did you expect to see?**
I expected it to run
**What…
-
I recreated the issue, because https://github.com/vlang/v/issues/5036 was flooded by spam bot.
**V version: 0.1.27**
**OS: Windows 7**
**What did you do?**
1) Downloaded windows build.
2)…
-
macOS: 10.14.5 (18F132)
```
$ cc -w -o vc v.c # Build it with Clang or GCC
In file included from v.c:3:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u…
-
**V version:** V 0.1.23 411a83e
**OS:** Windows 10
**What did you do?**
Tried to compile tetris: v tetris.v
**What did you expect to see?**
Successful compilation
**What did you see …
-
Hey, I've heard a lot of good things about this. I'm seeking a line app bot that can protect chat rooms from nukers. Is there any way to add these features to your bot? I'd love to pay for someone to …
-
**V version: V 0.1.27 6ca53d7**
**OS:Mac OS Mojave**
**What did you do?**
try to run example/sokol/fonts.v
`$ v run fonts.v`
**What did you expect to see?**
runs code normaly.
**…
-
**V version: V 0.1.26**
**OS:macos 10.15.4**
**What did you do?**
v -cg run tetris/tetris.v
I already ran `brew install freetype`:
Warning: freetype 2.10.1 is already installed and up-to-da…
-
V language may support thorough and exploratory testing.
1] Tests could be written like this:
```
TEST() // no need to invent a name
{
assert(2 + 2 == 4);
}
TEST()
{
assert(2 + 2 ==…