JalonSolov
JalonSolov
Works here on Manjaro... ``` $ v -o v -prod cmd/v $ ``` Note that this is the same as `v self -prod`. This is compiling with `gcc (GCC) 12.1.1...
I think this was a fairly recent change. Before, `int` was always 32 bits (4 bytes) in Go. Now, it is 32 bits (4 bytes) on 32-bit machines, and 64...
The code definitely needs updates to work with latest V.
There is an open PR to handle this issue: #15836
Fixed in latest V.
Yes, because it might lose accuracy.
The implicit cast needs to go away. Implicit casts should _only_ be possible when you don't lose accuracy of the data.
Which 0.3? What was the SHA value? There were quite a few changes made to V just since the official version change to 0.3.1. Almost all of them have been...
Interesting error. I just tried your code on Manjaro Linux, with latest `V 0.2.4 cd7d482` and it ran. There were a few odd messages, but those are mostly because there...