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

4078 Commits

Author SHA1 Message Date
42b3b19af4 checker: fix checker enum infix error 2020-04-10 15:44:01 +03:00
adb379dd63 parser: fix string position 2020-04-10 15:40:52 +03:00
83dfc6b9b9 checker: add more checks for multivar assignments 2020-04-10 15:38:43 +03:00
3573030b9b checker: fix error position for assignment expression 2020-04-10 15:14:05 +03:00
3ea563291c big.v: use again @VROOT/ for #flags 2020-04-10 13:09:04 +03:00
60d6543733 comptime: support @VROOT again 2020-04-10 13:02:00 +03:00
917b9b5124 test-fixed: do not skip big_test.v and socket_udp_test.v 2020-04-10 12:35:37 +03:00
7f87ac996d test: fix vlib/math/big/big_test.v 2020-04-10 12:26:15 +03:00
0f11d883fa checker: fix error messages and add checker tests
* checker: fix error messages
* tests: fix command and ignore defect output
2020-04-10 11:59:07 +03:00
74ac9ef195 builder: write intermediate .c files in the vtmp folder again 2020-04-10 11:55:04 +03:00
7d564e9791 cgen: skip inc generation for ForCStmt, when empty in the v source 2020-04-10 10:00:14 +03:00
d5fb68e3d6 vfmt: fix struct init; run on struct_test.v 2020-04-10 00:36:50 +02:00
9b2511133d vfmt: lots of fixes; cmd/v: -keepc; 2020-04-10 00:30:43 +02:00
32550c6d69 scanner: even better error messages 2020-04-10 00:09:34 +02:00
320fad49c5 checker: check enum 2020-04-09 19:23:49 +02:00
6ac64c8586 parser: register #flags 2020-04-09 16:39:53 +02:00
2b685fc80a table: bring back parse_cflag() 2020-04-09 15:59:22 +02:00
c0d86eb651 cgen: printing pointer should print the address 2020-04-09 15:35:52 +02:00
f508955b64 vfmt: fix mod.Type; run vfmt on ast.v 2020-04-09 15:33:46 +02:00
f3c917e0aa fmt: fix array receivers; cmd/v: -showcc 2020-04-09 15:05:06 +02:00
d7ae9d7279 cgen: optional fixes; make http compile 2020-04-09 14:03:47 +02:00
9e201e1f93 tools: don't skip fixed tests 2020-04-09 13:33:19 +02:00
87df587f5a parser: fix script and repl error 2020-04-09 12:46:16 +02:00
384d401af0 math: fix bits_test 2020-04-09 12:43:37 +02:00
3fbf91a044 cgen: printing pointers 2020-04-09 12:29:29 +02:00
806f86e4e2 assert: pretty print function calls too 2020-04-09 13:24:26 +03:00
56c3a8b9a2 base64: fix build 2020-04-09 12:17:01 +02:00
89b83400f5 math: fix factorial_test.v error 2020-04-09 04:21:11 +02:00
bf20b01586 map: fix map_test.v error 2020-04-09 03:57:08 +02:00
8f8f8c418e cgen: implement equality on arrays 2020-04-09 03:55:37 +02:00
71190c27a9 fmt: align consts 2020-04-09 01:10:08 +02:00
77d41d03f5 cgen: inline 2020-04-09 00:35:13 +02:00
3f480a358e fix type_alias test 2020-04-08 22:34:21 +02:00
1c340174b7 cgen: print nested structs 2020-04-08 22:14:01 +02:00
a08e64f37f cgen: operator overloading 2020-04-08 22:12:42 +02:00
3521b7ff89 websocket: fmt example + minor fixes 2020-04-08 21:21:58 +02:00
6f8f8d7b1b websocket: eventbus and other cleanup 2020-04-08 21:19:01 +02:00
b40fdd9089 scope: find_const 2020-04-08 19:47:20 +02:00
b28ab2511c websocket: move library files to root of module 2020-04-08 19:44:30 +02:00
fa6aaad6df checker: handle x := x 2020-04-08 19:15:19 +02:00
03c307a8c0 parser: fix struct name error 2020-04-08 19:08:54 +02:00
78fc9bd12b fmt: short_module for enum values 2020-04-08 18:55:50 +02:00
d38acb5487 cgen: fix enum print case 2020-04-08 18:55:10 +02:00
3fd547f2e5 flag: fix compilation of programs using flag module 2020-04-08 19:49:32 +03:00
292b165abe tests: use the yellow color for 'the ok, fail, skip, total' line too 2020-04-08 18:49:00 +03:00
e10290eb8e tests: make the SKIP and FAIL labels more distinctive 2020-04-08 18:42:05 +03:00
7a218286b3 cgen: fix returning optional consts; fix csv test 2020-04-08 17:21:36 +02:00
3abbdd4a39 tests: fix vlib/os/environment.v 2020-04-08 18:01:19 +03:00
10c4c44d03 parser: allow C struct declaration that lacks body 2020-04-08 16:54:49 +02:00
a61654009f tests: change skip color to yellow instead of red 2020-04-08 16:52:40 +02:00