Alexander Medvednikov
Alexander Medvednikov
What would this do for functions that return values?
``` ./v -cc g++-9 -o v2 cmd/v && ./v2 -cc g++-9 -o v3 cmd/v ================== /tmp/v/v2.11056817583672041563.tmp.c: In function ‘void map_set(map*, voidptr, voidptr)’: /tmp/v/v2.11056817583672041563.tmp.c:15043:59: error: second operand to the conditional operator...
Will need a lot more about your OS than "Linux" :)
This is very strange. Try a clean build. ``` git clone https://github.com/vlang/v cd v make ./v -o v -prod cmd/v ```
Hi @dmitescu Great work! What's your discord username?
There's a single test failing. ``` vlib/v/checker/tests/assign_immutable_reference_var_err.vv:13:7: error: `[heap]` structs must be a reference 11 | 12 | fn main() { 13 | x := Foo{123} | ~~~~~~~~ 14 |...
Works ok now.
This could easily be a server issue. Try the same program in Go.
Thanks for the report, we're looking into it.
It's a known bug in Vinix :) will be fixed soon