JalonSolov
JalonSolov
If the exe does NOT already exist, `v run` will create it, run it, then delete it. If the exe DOES already exist, `v run` will regenerate it, run it,...
It's a recent change. Probably should be documented.
Can you include your `main.v` so this can be tested?
There has been talk about removing `any` completely. @medvednikov is there a final decision on that?
Try `examples/news_fetcher.v` and see if that works better for you. It may be that the code on `vlang.io/compare` needs to be updated... they don't currently match.
You didn't create a breakpoint for it to stop on. After your program crashes, gdb should still be running. Just use the `bt` command to get a backtrace, so you...
It is simpler to run `v doctor`. It collects all the relevant info (which is why the template for issues mentions it...).
For example: ``` OS: linux, "Manjaro Linux" Processor: 32 cpus, 64bit, little endian, AMD Ryzen 9 5950X 16-Core Processor CC version: cc (GCC) 12.1.0 getwd: /home/jamie vmodules: /home/jamie/.vmodules vroot: /home/jamie/git/v...