JalonSolov
JalonSolov
Excellent point about the long-term viability of serializing enums as ints.
Yes, it is a very Windows specific thing.
This doesn't look correct. You should be able to do `return none` because of the `?` declaration as the return type. You just shouldn't be able to return anything else....
Your current error message doesn't say anything about what the problem is... `error: unexpected argument, current function does not return anything` This is incorrect, as it _could_ return `none`, but...
This may be a premature optimization. V still needs to get the `-skip-unused` option finished so it becomes the default, before we start worrying about "as small as possible" (since...
It also works cleanly if you embed Test into Test2, instead of declaring a field of type Test. In other words, ```v struct Test { debug bool = $if debug...
Try ```v import time println(time.new_time(year:-1)) ``` the output is ``` -001-00-00 00:00:00 ``` or how about ```v import time println(time.new_time(hour:-1)) ``` with output of ``` 0000-00-00 -1:00:00 ``` The problem...
And Go is just weird if you give it negative numbers... https://go.dev/play/p/WNC5RrNT9d0
We recommend gcc/clang from https://winlibs.com instead of MSYS2. Very few have gotten the MSYS2 stuff to work properly, while the winlibs version has worked well for pretty much everyone who...
How did you try installing V? If you didn't do it by cloning the repo, that is the preferred method. https://github.com/vlang/v#installing-v-from-source