v/vlib/os
Toby Webb ab37081f02 add production mode tests
Due to the inability to detect warnings in REPL tests, I implemented running something very similar, but with the -prod flag enabled.
(See https://github.com/vlang/v/pull/2536)

There is also a minor change in os.walk_ext to not add duplicated path separators:
/path//file.ext -> /path/file.ext
2019-11-09 19:35:26 +03:00
..
const.v os: move windows consts to a separate file 2019-10-23 12:28:48 +03:00
const_windows.v os: remove duplicate consts 2019-10-23 12:45:52 +03:00
os.v add production mode tests 2019-11-09 19:35:26 +03:00
os_nix.v windows: use CreateProcess for os.exec 2019-11-07 16:01:17 +03:00
os_test.v bignum module wrapper for kokke/tiny-bignum-c 2019-11-07 22:04:18 +03:00
os_windows.v windows: use CreateProcess for os.exec 2019-11-07 16:01:17 +03:00