JalonSolov
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...
However, a new option could be added, to allow proper handling of multi-byte chars. Nothing says we can't have options they don't, just that the default, and any options they...
`touch.v` should be `touch.c.v`, since it has `C.` code in it.
You may need to pull & rebase. I took care of a lot of the "noise" from the CI (deprecated functions needed updates, etc.).
Also looks like you'll need to run `v fmt -w touch.c.v`.
Looks like the Windows equivalent is https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-setfiletime