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

23 Commits

Author SHA1 Message Date
6c728cf389 js: add draft support for -skip-unused (hello_world.v works) 2021-10-12 19:34:37 +03:00
bf0b86774a fix for the "v.c should be buildable with no warnings" step in v test-all 2021-09-28 10:34:54 +03:00
85b58b03a3 cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
6ea750da8d v test-all: add a v run examples/v_script.vsh step too 2021-09-10 12:45:52 +03:00
2b92ccecb5 ci: fix v build-examples and v build-tools 2021-08-28 12:44:03 +03:00
3ffa6c1664 v.pref: fix ./v -usecache -cg run examples/hello_world.v 2021-08-15 08:35:41 +03:00
ad3835b598 parser: deprecate short struct init (#10842) 2021-07-20 11:17:08 +03:00
a007dd5d22 builder: support -o - to print the generated C/JS source to stdout 2021-07-18 16:26:50 +03:00
027be2ecd4 tests: show a list of all failed commands in the summary too 2021-07-15 11:53:14 +03:00
5322a25690 tests: detect missing -o v.c files earlier 2021-07-13 22:24:38 +03:00
816bf308ad v test-all: add a -freestanding check on Linux 2021-06-23 13:33:16 +03:00
af60eba5e6 tools: cleanup generated executables by v test-all 2021-06-15 14:28:46 +03:00
dd0a97541c tests: use term.header_left, and a more compact output layout 2021-05-20 11:25:07 +03:00
25ca1dd276 v test-all: test -autofree and -prealloc on V locally too 2021-05-20 10:07:23 +03:00
73352583e7 ci: fix all -cstrict warnings with gcc and clang (#9792) 2021-04-19 15:38:48 +03:00
aa5f733f01 tools: add -cflags -Werror step to v test-all 2021-04-05 23:52:39 +03:00
76ea3e7b41 tools/check-md: allow directories as args and deprecate -all flag (#8582) 2021-02-05 16:46:20 +01:00
89bf48e3ba ci: fix v -W build-examples 2021-01-31 10:43:49 +02:00
8398e2f448 ci: fix -usecache for programs using thirdparty C libs 2021-01-29 19:44:33 +02:00
5ee3fecf60 checker: check for mut val in immutable obj (#8285) 2021-01-23 10:40:17 +01:00
927606dc39 tools: rename v test-compiler-full to v test-self 2021-01-19 10:41:51 +02:00
3ee78dc961 term: add term.colorize/2, use it in the tests. Support ConEmuANSI = ON too. 2021-01-17 19:09:29 +02:00
460f32baf2 tests: add v test-all, move v test-fixed to v test-compiler-full 2021-01-17 16:11:10 +02:00