JalonSolov
JalonSolov
Some of these problems might disappear if we started using vtcc instead. :-)
Is this ready to move to review? All checks passed last time they were run.
V allows the ultimate "trick" - just put the code in an `unsafe` block, and you can do whatever you want. Personally, I would have made it _much_ harder than...
This is really similar to C consts - you can have a const pointer, but what it points to can change. C has always worked that way, and const structs...
> I think it's an issue, and I've already implemented a fix. Need to update the tests, and will push today. @medvednikov What happened to the fix? Output is the...
The problem it is reporting is circular references. Why would you need to know how many were in the same array?
`v build-tools` will build the tools for you. This must be done at least once.
`v doctor` won't work until `cmd/tools/vdoctor` is built from `cmd/tools/vdoctor.v`. Normally, the tools are built the first time they're used, but you have to have a successful build of V...
With clang 18, I get ``` [jalon@7950x ~]$ v -g -cc clang -cflags -fsanitize=undefined run file.v /home/jalon/git/v/vlib/rand/rand.c.v:130:3: runtime error: call to function rand__wyrand__WyRandRNG_free through pointer to incorrect function type 'void...
My question is: Why? Long lines were a problem on printouts, but hopefully (almost?) all of us have moved beyond that stage. I know people are sometimes annoyed by actually...