JalonSolov

Results 395 comments of JalonSolov

Now that `x.vweb` has become `veb` (and `x.vweb` is deprecated), perhaps this should be adapted to `veb` if needed.

I get a different error with latest V: ```v PS D:\> v -live run foo.v > compilation cmd: D:\git\v\v.exe -sharedlive -shared -o C:\\Users\\jalon\\.cache/tmp.1.foo foo.v compilation took: 1534ms new_lib_path: C:\\Users\\jalon\\.cache/tmp.1.foo.dll does...

Correct. It runs fine for me now, with latest `V 0.1.29 e03ae19` using this gcc: `gcc.exe (MinGW-W64 x86_64-posix-seh, built by Brecht Sanders) 10.2.0`

The `v bug file.v` is if you have your own source file, named `file.v`, the `v bug` will create an issue for you and upload that file as part of...

In my experience, tabs are expanded 'til the next tab stop. If there are no defined tab stops, the default "every multiple of 8" is used. Most modern editors allow...