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

21 Commits

Author SHA1 Message Date
Alexander Medvednikov
36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
Delyan Angelov
4ed6fb0e9b
tools: cleanup a dump() from vwatch.v 2021-11-02 09:29:12 +02:00
Delyan Angelov
eed94c727c
os: move C struct declarations in their own _default.c.v files (#12268) 2021-10-22 17:08:08 +03:00
JalonSolov
1688148828
flag: switch panics to optionals (#11515) 2021-09-16 19:25:05 +03:00
Uwe Krüger
1e5627e777
parser: don't require unary > prefix for select timeout (#10928) 2021-07-23 23:24:27 +03:00
Delyan Angelov
dd6591b2f5
ci: fix [if xyz ?] usages 2021-06-22 10:46:43 +03:00
Delyan Angelov
21fe91e508
v watch: increase the default restart timeout, when vwatch.v is compiled with -gc boehm 2021-06-19 22:08:23 +03:00
Delyan Angelov
3b5a37628f
v watch: allow customising the auto-restart timeout for the workers with an env variable VWATCH_TIMEOUT 2021-06-19 16:51:40 +03:00
Delyan Angelov
7a4ec9f60a
tools: add --before and --after options to v watch 2021-05-16 17:50:16 +03:00
Delyan Angelov
252249a348
tools: add a --silent option to v watch 2021-05-16 17:50:16 +03:00
Delyan Angelov
4728d102d9
os: add Process.finalise() and Process.free() methods to cleanup pipe descriptors 2021-05-09 21:50:47 +03:00
Uwe Krüger
d26ac5692e
all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
Delyan Angelov
626517f5f7
tools: turn v -watch into a v watch sub-command, so that it can have its own options 2021-04-28 12:29:50 +03:00
Delyan Angelov
e4a2d1b239
v -watch: support for VWATCH_IGNORE_EXTENSIONS 2021-04-28 09:22:37 +03:00
Delyan Angelov
c44ec9cd97
v -watch: support for VWATCH_ADD_FILES 2021-04-28 09:12:07 +03:00
Delyan Angelov
a0963f4d74
v -watch: support for VWATCH_CLEAR_TERMINAL 2021-04-28 09:12:06 +03:00
Delyan Angelov
bb4f0ed4a9
tools: fix vwatch.v compilation 2021-04-25 09:31:01 +03:00
Delyan Angelov
b8e9f085eb
vfmt: cleanup StringInterLiteral.get_fspec_braces/1 2021-04-15 09:46:05 +03:00
Delyan Angelov
f1549b3ee7
vfmt: make ${} more robust; require it for every interpolation that uses '...' or "..." 2021-04-15 09:28:40 +03:00
Delyan Angelov
3ea9868d0e
v -watch: rerun compilation after v self too 2021-04-05 11:04:31 +03:00
Delyan Angelov
c698fa1a58
all: support v -watch run (#9577) 2021-04-04 16:05:06 +02:00