Alexander Medvednikov

Results 230 comments of Alexander Medvednikov

https://stackoverflow.com/questions/39088945/why-does-len-returned-a-signed-value

I see, and in Go it's solved by `int` being an `i64` on 64 bit systems.

All tests pass now. Merged, thanks!

@helto4real an m1 machine

Please use the template that’s given to you when submitting an issue there’s no information about your setup, what command you used etc there’s no way to help you without...

We prefer static linking for binaries generated by V. Especially for something that's part of the language.

Fixed. `v self` compiles with this line added.

@JalonSolov after the split `none` can only be used with `?Foo`, `error` with `!Foo`.

But the old code using `error` with `?Foo` will keep working for 2 years.