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

4552 Commits

Author SHA1 Message Date
f831910c5c utf: fix string length calculation for combining characters 2020-05-04 13:21:11 +02:00
a72f3ed0c7 builtin: voidptr.str() and byteptr.str() 2020-05-04 13:20:18 +02:00
d75f286230 parser: store FnDecl body position and use for scope 2020-05-04 20:31:34 +10:00
0f0b6a0ccd examples: minor bounce.v improvements for the demo 2020-05-04 12:26:39 +02:00
4571a5eb83 gen: use middle of fn pos to load correct scope for free 2020-05-04 20:08:37 +10:00
c112b3aec5 tests: fix cleanup of compiler_test.v on windows 2020-05-04 11:33:54 +02:00
068da2ea0f builtin: fix warning about unused skipframes 2020-05-04 12:05:08 +03:00
eca24c5d11 tests: interface: rename Speaker to Animal 2020-05-04 10:58:42 +02:00
acd80f052b tests: improve diagnostic output on failure 2020-05-04 11:21:25 +03:00
e0e064ff08 scanner: fix string slash line breaks error 2020-05-04 10:19:23 +02:00
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