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

8324 Commits

Author SHA1 Message Date
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
8520feee55 ci: use -cc tcc -no-retry-compilation for all -tcc jobs. 2021-01-25 18:56:21 +02:00
daff085033 checker: fix treating C structs with capitalized fields as embeds (#8343) 2021-01-25 18:47:14 +02:00
cb04e6dccc tests: move is_nodejs_working() to jsgen_test.v 2021-01-25 18:46:28 +02:00
3199b982a9 cgen: minor cleanup of comp_for in comptime.v (#8337) 2021-01-25 17:08:48 +01:00
006a11454f cgen: fix generic type $else $if (#8339) 2021-01-25 17:08:02 +01:00
9d1d35ebdc tests: fix a test message index bug on VTEST_SHOW_START=1 2021-01-25 17:58:08 +02:00
21ba0470af builtin: fix truncating of EOL on windows terminal (#8338) 2021-01-25 17:51:36 +02:00
0a61149476 tests: implement VTEST_SHOW_START=1 v test vlib/math 2021-01-25 16:29:56 +02:00
a5b10b5539 parser: improve the error message for unexpected keywords 2021-01-25 15:29:07 +02:00
444d49da75 cgen: minor cleanup of gen_assert_stmt (#8334) 2021-01-25 15:28:34 +02:00
02d8ede94d cgen: fix $if T !is (#8311) 2021-01-25 14:25:52 +01:00
b2f2f387dc fmt: cleanup and expand tests for ternary if (#8333) 2021-01-25 14:22:08 +01:00
1c9950c84a cgen: fix map_complex_high_order_fixed_array (#8329) 2021-01-25 14:40:53 +02:00
965ae9cb91 ci: fix formatting in .md files too 2021-01-25 13:20:18 +02:00
728344ff65 ci: fix v test-cleancode 2021-01-25 12:55:01 +02:00
94fd3ff431 checker: remove the 'in module main cannot be declared public' error/warning 2021-01-25 12:55:00 +02:00
d3d301d8ff gen: use externally_visible too for VV_EXPORTED_SYMBOL when ARM is defined 2021-01-25 12:40:28 +02:00
334554ffb9 strconv: fix typo (#8318) 2021-01-24 23:18:40 +01:00
d3327ba50f cgen: fix for_mut_val_in_map_fixed_array (#8314) 2021-01-24 23:18:11 +01:00
ebda57fa6f examples: 3d cube sokol example (#8327) 2021-01-24 23:17:50 +01:00
3dae3f786d gg: Context.resize() 2021-01-24 22:27:27 +01:00
4be45e8d02 checker: add mutability checks for interface fields; add tests (#8312) 2021-01-24 22:11:17 +01:00