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

8346 Commits

Author SHA1 Message Date
684d2e6dbf checker: merge ambiguous_function_call tests (#8388) 2021-01-28 15:53:54 +02:00
4fcd8d8a98 scanner: fix ' "$var", "$another"' where r", was treated as start of a raw string 2021-01-28 15:38:42 +02:00
079fbffaf5 scanner: implement s.trace/2 2021-01-28 15:21:19 +02:00
0afe36e153 checker: fix receiver pos for single letter type error message (#8393) 2021-01-28 15:20:07 +02:00
1a29719f16 fontstash: fix snek on big sur, with -d use_truetype 2021-01-28 12:26:48 +02:00
75d85403a6 fmt: better ternary concat wrapping (#8379) 2021-01-28 11:23:48 +01:00
d86cb67eda checker: add a test for the single letter receiver 2021-01-28 11:13:51 +01:00
68dab101d9 checker: fix one letter receiver panic 2021-01-28 11:05:37 +01:00
36e75e5208 Revert "parser: fix panic when single letter receiver parsed (#8381)"
This reverts commit 93b0d8ca64.
2021-01-28 10:59:04 +01:00
93b0d8ca64 parser: fix panic when single letter receiver parsed (#8381) 2021-01-28 10:56:43 +01:00
5fc7eadd8b cgen: fix short struct init with mut (#8384) 2021-01-28 10:05:09 +02:00
5a1f3cd394 math.fractions: fix minor typo (#8386) 2021-01-28 10:02:41 +02:00
102c54f620 tools: support for v self -debug, use os.mv_by_cp 2021-01-28 06:26:39 +02:00
dceb63b9df cgen: fix implicit the optional return value to have .ok = true, in anon fn()?{} 2021-01-28 02:26:02 +02:00
a8f1824e51 vup: log potential backup errors, but do not stop 2021-01-28 00:48:47 +02:00
924fd2bf2a tools: improve the diagnostic messages from v up and v self even more 2021-01-28 00:45:38 +02:00
242d7d0fc0 tools: improve error diagnostic for v up and v self. Make v self more robust. 2021-01-27 23:58:13 +02:00
8162396783 checker: deny multi-value in a singe-value context (#8328) 2021-01-27 23:10:51 +02:00
f4baa3f39c gg: add draw_square, draw_empty_square, and set_pixel (#8375) 2021-01-27 22:39:11 +02:00
fccd4f98d5 fixed offset (#8376) 2021-01-27 19:39:53 +02:00
d1ab22d45f checker: fix array append short struct init (#8362) 2021-01-27 13:55:53 +01:00
2b30c48770 checker: fix ctdefine check in non-main modules (#8332) 2021-01-27 13:54:33 +01:00
cb885d30b4 scanner: fix typo (#8345) 2021-01-27 13:53:41 +01:00
17921f4171 checker: add checks for optional selector_expr (#8330) 2021-01-27 13:53:20 +01:00
58a76344cb checker: avoid SelectorExpr filter on Ident unless it's a generic type name (#8357) 2021-01-27 13:52:52 +01:00
e233911a7b term.ui: native Windows console implementation (#8359) 2021-01-27 13:52:39 +01:00
2ada7b730e sqlite: create_table(): rename rows param to columns (#8361) 2021-01-27 13:52:27 +01:00
7a5722c885 parser: check assign_stmt of undefined variable (#8366) 2021-01-27 13:52:10 +01:00
1f4e8254b9 examples: enable maximization 2021-01-26 23:40:30 +02:00
06b660666b examples: fix font does not exist message in fireworks 2021-01-26 23:21:10 +02:00
ba3342a034 examples: add fireworks example (#8358) 2021-01-26 23:13:11 +02:00
90ecbde712 ci: increase the timeout for macos 2021-01-26 20:59:21 +02:00
2d86c50d49 ci: fix autobahn integration tests job 2021-01-26 20:12:12 +02:00
dd96852515 ci: fix compilation of term.ui examples on windows 2021-01-26 19:26:05 +02:00
4e2b908f21 ci: fix os compilation on windows 2021-01-26 17:41:27 +02:00
e5a84719ca all: require calling optfn() ? / optfn() or {...} for fn optfn() ? {} 2021-01-26 16:43:17 +02:00
97103f680a rand: separate rand.util and rand.seed submodules (#8353) 2021-01-26 15:55:09 +02:00
5f2b2df546 checker: don't disallow defining methods on interfaces (#8335) 2021-01-26 11:56:17 +01:00
3959ba5751 checker: make a calling no-body function a checker error (#8265) 2021-01-26 11:19:48 +01:00
2007dbc7b5 fmt: put the opening brace on a new line again for infix (#8336) 2021-01-26 11:19:32 +01:00
3790bd67e3 fmt: minor cleanup of sql_expr (#8340) 2021-01-26 10:36:46 +01:00
22847d1ec3 fmt: assert (a == b) -> assert a == b (#8351) 2021-01-26 10:36:21 +01:00
7bb9c0e7b3 checker: fix multi generic args (#8347) 2021-01-26 09:37:48 +02:00
69c37402d4 backtrace: fix tcc backtrace windows compilation error (#8348) 2021-01-26 08:26:54 +02:00
c6f98afaba fmt: minor cleanup of return_stmt (#8341) 2021-01-25 23:22:14 +01:00
4d0dab826b ci: fix vlib/dl/example/use_test.v in windows-tcc 2021-01-25 21:19:15 +02:00
dbaccd4272 vfmt: shorten main.const_name to just const_name 2021-01-25 20:57:33 +02:00
ea11488339 tests: make test more tolerant to windows low precision timer default interval 2021-01-25 20:04:29 +02:00
e0ed224a8d Revert "net: prevent udp_test.v from running on windows without -d network"
This reverts commit 3526bc3d19.
2021-01-25 19:08:45 +02:00
3526bc3d19 net: prevent udp_test.v from running on windows without -d network 2021-01-25 19:02:19 +02:00