1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
f922ed0941 tests: unify all temporary files/folders under $VTMP/v, that can be cleaned by v wipe-cache (#15774) 2022-09-16 04:56:19 +03:00
d679146a80 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
5277ce7dce tests: support for marking _test.v files with // vtest flaky: true, to reduce false positives from the CI 2022-04-30 13:30:02 +03:00
fa6f7d4c83 os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02:00
bfb8116623 ci: let process_test.v repeatedly fail 3 times, before consider it failed 2021-10-03 20:26:38 +03:00
4728d102d9 os: add Process.finalise() and Process.free() methods to cleanup pipe descriptors 2021-05-09 21:50:47 +03:00
1d5ed89138 fmt: remove trailing space in comments (#9620) 2021-04-07 15:25:11 +02:00
b041681c00 tests: bump limits to reduce flakyness on m1 with latest clang 2021-04-05 22:38:55 +03:00
c698fa1a58 all: support v -watch run (#9577) 2021-04-04 16:05:06 +02:00
fdcfe397d4 fmt: write empty or blocks the same as empty fn bodies, empty structs, etc (#9136) 2021-03-06 21:04:51 +02:00
3a2d696fac time: time.wait() => time.sleep() 2021-02-27 20:41:06 +03:00
fba28d2dcc ci: increase the timeout for test_os_process (false positives on macos) 2021-02-22 17:24:52 +02:00
5d653a37b6 os: make process_test.v more portable (prepare for windows) 2021-02-22 09:42:00 +02:00
ac4791045f time: consolidate the different sleep functions into time.wait(Duration) (#8853) 2021-02-21 17:05:03 +02:00
018bd6aac3 os: fix flaky test in process_test.v 2020-11-21 18:01:21 +02:00
d633261a99 os: add Process (#6786) 2020-11-16 17:32:50 +01:00