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

3813 Commits

Author SHA1 Message Date
abf15e863c v2: compile vrepl, 'fn main(){println(2+2)}' runs now
It works if you give it complete V programs like
fn main(){println(2+2)}
but not for single expressions like 2+2 or statements like a:='abc'
2020-04-02 19:21:12 +03:00
fd12e4e826 fix compiler_test.v 2020-04-02 18:12:10 +02:00
914e9df6ba Update README.md 2020-04-02 18:05:21 +02:00
61f79270a8 v2: compiler_test.v should fail on errors. 2020-04-02 19:01:31 +03:00
d41b7bc813 Update README.md 2020-04-02 17:58:00 +02:00
e305757d07 cmd/v: handle -cc and -cg 2020-04-02 17:55:00 +02:00
d228b3916b cmd/v: further simplifications 2020-04-02 17:46:43 +02:00
83289d74a7 builtin: fix int to hex 2020-04-02 17:16:17 +02:00
8c050eff07 msvc: add a workaround to fix backtrace (#4200) 2020-04-02 17:11:12 +02:00
40fd924b15 parser: match must be exhaustive; cmd/v: one verbosity level, simpler version 2020-04-02 16:51:16 +02:00
f087e819d7 cli: minor fixes 2020-04-02 16:04:57 +02:00
d5b2eb3c23 test: remove old num_lit_call_method 2020-04-02 15:52:46 +02:00
ad9848d983 fix cmd/tools/vtest.v build
This PR enables building them again with v2, by making vlib/sync/pool.v
single threaded for now, and by removing the use of generics till they
are fixed in v2.
2020-04-02 15:52:23 +02:00
4ada412a05 v2: stage 2 for enhancing 'v version' with the current git commit hash 2020-04-02 15:51:48 +02:00
01aa2b86f5 array, map: cast voidptr to byteptr 2020-04-02 15:31:44 +02:00
d4df916581 array: cast data to byteptr 2020-04-02 14:58:45 +02:00
ed05dc8984 ci: enable msvc build 2020-04-02 14:36:10 +02:00
be327962d3 strconv: remove an assert for now 2020-04-02 14:26:35 +02:00
5b53b3d7e3 cgen/os: minor fixes 2020-04-02 14:00:28 +02:00
6e380b8897 cgen: brin back hashes() 2020-04-02 13:49:59 +02:00
5b835d294c more windows fixes + bring back windows ci 2020-04-02 13:44:46 +02:00
1178bfa578 windows: a temp SUCCESS fix 2020-04-02 13:31:37 +02:00
084f853a2a v2: enhance version with current git commit hash. Cleanup redundant code. 2020-04-02 13:31:02 +02:00
d9c7253836 windows: "".to_wide() fixes 2020-04-02 13:24:23 +02:00
1fe2933dd9 cgen: windows fixes 2020-04-02 13:09:39 +02:00
4981c5a870 parser: fix public interfaces 2020-04-02 12:53:25 +02:00
86ea886ad7 scanner: uniform bool type variable names 2020-04-02 12:23:18 +02:00
12b8dc2613 v2: fix version 2020-04-02 10:48:29 +02:00
d57b1ca962 fix valgrind test 2020-04-02 10:44:35 +02:00
ce771c7a5a ci: remove prod_test for now 2020-04-02 10:31:06 +02:00
2fc70900d3 ci: fix syntax error 2020-04-02 10:24:34 +02:00
ddb182c988 ci: add more temporary tests 2020-04-02 10:23:24 +02:00
461a5b2c18 cgen: fix raw strings 2020-04-02 10:15:35 +02:00
1e99968607 ci: test a failed test 2020-04-02 09:50:58 +02:00
fcea7f6c9d ci: temporary tests 2020-04-02 09:40:53 +02:00
683aa75b8d cgen: fix filter() 2020-04-02 09:32:10 +02:00
7b83a3332b make: fix removing files; remove unused echo calls 2020-04-02 09:27:25 +02:00
24499aa6de scanner: minor refactoring 2020-04-02 09:27:00 +02:00
dac304195e cgen: print: support all the same functionality as println 2020-04-02 09:19:57 +02:00
3eff266eb9 cgen: vcleanup call fix (#4186) 2020-04-02 09:18:45 +02:00
561b7a0ea5 enum: make .str() print the name instead of the value 2020-04-02 03:27:06 +02:00
97fbc3dd61 ci fixes 2020-04-02 02:17:33 +02:00
07ea1eff81 glfw: more fn definitions 2020-04-02 02:02:12 +02:00
507f4ce87a array: handle "0" strings 2020-04-02 01:47:32 +02:00
88d15c6611 gl, glfw, freetype fixes 2020-04-02 01:45:22 +02:00
1cfe44d9c6 fix windows build 2020-04-02 01:15:00 +02:00
74bdc57fad tests: fix num_lit_call_method_test 2020-04-02 00:18:29 +02:00
fb4b93dfc0 ci fixes 2020-04-02 00:10:11 +02:00
91ffeeb73b parser: fix (x mut &X) 2020-04-01 23:56:55 +02:00
c6cf8ace22 glfw and tetris fixes; temporary ci fixes 2020-04-01 23:49:11 +02:00