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

17 Commits

Author SHA1 Message Date
36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
62c3ad4953 use os.quoted_path more 2022-01-22 22:22:22 +02:00
800c0e5092 vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
ad3835b598 parser: deprecate short struct init (#10842) 2021-07-20 11:17:08 +03:00
a5c784830b all: simplify global_scope processing (#10848) 2021-07-18 15:29:34 +03:00
7385f8e56b all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
d7049ae2da os: deprecate os.exec (returning ?os.Result), in favour of os.execute, which returns os.Result (#8974) 2021-03-08 20:52:13 +02:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
3a2d696fac time: time.wait() => time.sleep() 2021-02-27 20:41:06 +03:00
ac4791045f time: consolidate the different sleep functions into time.wait(Duration) (#8853) 2021-02-21 17:05:03 +02:00
02bef1ae2b vdoc: fix segfault on v doc -m -f html vlib 2021-02-02 17:38:32 +02:00
5aaeac79fa ci: fix compilation (#8511) 2021-02-02 12:06:54 +02:00
ef6839286e ci,tools: implement silent mode in ./v test-parser -S examples/cli.v 2021-01-23 18:53:47 +02:00
3c874891cd tools: add periodic progress report for v test-parser 2020-12-15 12:32:02 +02:00
aedd1d17b8 parser: fix v test-parser examples/cli.v (#7243) 2020-12-10 19:32:15 +02:00
43ff93c25f v test-parser: add support for -timeout_ms (defaults to 250ms per worker) 2020-12-06 14:21:38 +02:00
334d605d90 tools,vls: add v test-parser examples/hello_world.v (#7145) 2020-12-06 12:42:56 +02:00