JalonSolov
JalonSolov
Can you try with `-cc tcc` and see if it has the same problem? Also, try gcc from https://winlibs.com instead of the msys2 one you have.
I wonder if this is still a problem. I don't have Windows, so can't test it. I do know tcc used to have problems with any paths that had non-ASCII...
If only a time is specified, and a date is needed, then use the current date. This seems like a logical, reasonable alternative to trying to decide if `0000-00-00` is...
> > If only a time is specified, and a date is needed, then use the current date. This seems like a logical, reasonable alternative to trying to decide if...
In reading rfc 3339 over (and over and over and...), there is no clear statement that a date needs to be included. HOWEVER, if you look at the ABNF for...
No, tar is not part of coreutils. It doesn't have to be part of the standard library. An initial attempt to create tar support in V is here: https://github.com/csfore/vtar
The direct division test does now give a compiler error: ``` x.v:60:18: error: division by zero 58 | // Check direct division 59 | println("========== DIRECT DIVISION TEST ==========") 60...
Worked for me on Linux, except for 2 tests that need to be updated to latest V syntax: ``` $ VTEST_JUST_ESSENTIAL=1 ./v -prod -cc clang test-self ---- testing: cmd, vlib...
@trufae ^^
Support for function calls to clearly associate each argument with a given within the function call.
See https://docs.vlang.io/structs.html#trailing-struct-literal-arguments