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

4542 Commits

Author SHA1 Message Date
cd5dccd855 gen: fix compilter_test.v error on windows 2020-05-04 10:09:49 +02:00
4b3ce79e84 interface: support arguments in methods and simplify 2020-05-04 00:14:59 +02:00
71a92eb87b tests: fix CI failing for builtin __as_cast 2020-05-03 22:25:38 +03:00
242670a33d compiler: add support for panic_debug with -cg 2020-05-03 22:13:59 +03:00
0b750a234f repl: fix for single lines ending with // comment 2020-05-03 20:48:46 +03:00
845ffb59a6 live: use mostly pure V code for reloading, eases customization 2020-05-03 20:22:24 +03:00
b4e4e6bb21 vrepl: fix cleanup on windows 2020-05-03 18:13:37 +02:00
4a096bd133 parser: fix string interpolation for default conversion 2020-05-03 18:12:59 +02:00
de749e9d3b parser/cgen: interface <<; any type 2020-05-03 18:08:45 +02:00
2a016d03ac checker: use []int instead of array_int in errors 2020-05-03 16:49:05 +02:00
2a5421133d clipboard: Linux fixes 2020-05-03 16:39:26 +02:00
361fad9231 tests: disable valgrind test until fn scopes are fixed 2020-05-03 16:29:15 +02:00
16fe8103ba tests: bring back valgrind test 2020-05-03 13:12:05 +02:00
8df7637853 checker: dont re match/cast with position() when already cast to sum type 2020-05-03 14:22:41 +10:00
7e4e3abc2c compiler: circuimvent the dependency cycle v.ast <-> v.table 2020-05-02 22:52:10 +03:00
dbbfb04e7c docs: change obsolete -show_c_cmd to -showcc and -keepc 2020-05-02 19:01:53 +03:00
02807aab43 interpolation: fix error on windows_gcc 2020-05-02 18:22:34 +03:00
b0018ed594 checker: better << error 2020-05-02 16:48:52 +02:00
fca11dd441 0.1.25 changelog 2020-05-02 15:57:26 +02:00
483f0f408c ast: allow scope var shadowing 2020-05-02 23:46:53 +10:00
68ca8ab8a4 array: nested map() 2020-05-02 15:26:58 +02:00
44c00199b6 cgen: fix fixed array consts and pointer interfaces 2020-05-02 15:18:58 +02:00
a9a8539e41 checker: small fix in assign_stmt 2020-05-02 20:21:28 +10:00
fd925fbd05 checker: simplify assign_stmt & add better checks 2020-05-02 19:45:08 +10:00
06d533b0c1 cgen: clean up _STR 2020-05-02 11:11:32 +02:00
716d867f25 cgen: generate static C functions 2020-05-02 10:42:38 +02:00
06173834c0 cgen: interface_call() 2020-05-02 10:10:52 +02:00
aa9bb6f71a compiler: fix -live compilation of bounce example with gcc-9 & clang 2020-05-02 02:36:29 +03:00
7a51d4d796 cgen: revert new 2020-05-02 00:59:06 +02:00
7dc98120c0 cgen: vfmt -live fix; add new to c_reserved 2020-05-02 00:45:45 +02:00
170ee4312f cgen: string interpolation field width support for large integers and utf8 strings 2020-05-02 00:43:59 +02:00
2f64594ce0 cgen: more interface fixes 2020-05-02 00:28:46 +02:00
7038f59ca5 compiler: add back support for -live 2020-05-02 01:14:44 +03:00
d6c1ee0202 hot_reload: cleanup message.v 2020-05-02 01:14:44 +03:00
130324df76 compiler: remove debug prints 2020-05-02 00:10:36 +02:00
b21be7f670 parser: multiple names error 2020-05-01 18:18:58 +02:00
de272654f1 repl: fix import xxx with no fn main error 2020-05-01 18:12:18 +02:00
4d04e88679 errors: show line numbers in default color and add a space 2020-05-01 14:46:12 +02:00
73468b4030 readme: release date bump 2020-05-01 14:44:06 +02:00
13e0e63514 hot_reload: fix graph.v compilation 2020-05-01 14:44:22 +03:00
6b08cbcb7a compiler: print warnings in magenta 2020-05-01 13:44:15 +03:00
0106eb1cf6 cgen: fix thread wrapper 2020-05-01 12:32:10 +02:00
0b8a0d1640 checker: fix _ check 2020-05-01 12:22:39 +02:00
fb1c60c53d checker: add back check struct field fn args 2020-05-01 20:12:21 +10:00
c1ee14cc3e json: decode() part 1 2020-05-01 12:02:31 +02:00
a0e662bef9 checker: remove debug println from selector_expr 2020-05-01 19:54:47 +10:00
03904085c4 checker: check fn field exprs 2020-05-01 19:50:32 +10:00
35f56bc4f0 vfmt: fix eating ? in $if x ? {}, missing newline in __global ... 2020-05-01 12:29:23 +03:00
59525c8c93 tests: fix missing ? after v fmt run 2020-05-01 12:01:30 +03:00
84785bbb59 tests: fix msvc transient failures when sleep_ms takes longer 2020-05-01 11:58:56 +03:00