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

9879 Commits

Author SHA1 Message Date
df30b79971 checker: allow for arr.any(opt_fn()?), add test 2022-04-09 19:50:10 +03:00
58febe4607 cgen: fix autofree of heap variables (#13823) 2022-04-09 17:37:39 +03:00
704e3c6e72 cgen: fix error for fn with fixed array argument (fix #13976) (#13982) 2022-04-09 15:57:27 +03:00
60e718e7c6 test: save removing the nonexistent binary output for v fmt and v vet tests 2022-04-09 13:04:52 +03:00
2d867a2766 ast: fix reported errors, when arrays of types defined in modules are involved (#13952) 2022-04-08 17:38:34 +03:00
2a88b313d4 cgen: format json encode/decode generated c codes (#13972) 2022-04-08 17:27:05 +03:00
617608b23d cgen: fix optional struct declarations for empty structs (#13970) 2022-04-08 14:51:37 +03:00
45a427e68b clipboard: fix segfault when pasting to some X11 apps. Fixes #13891 (#13971) 2022-04-08 13:32:38 +03:00
52f1c615a6 fontstash: document all functions (#13969) 2022-04-08 13:22:23 +03:00
a0c07454b1 checker: remove debug code from previous commit 2022-04-08 18:27:14 +10:00
426e9d1734 checker: fix condition for checking if tmpl var is inherited 2022-04-08 18:25:08 +10:00
e1c8b07fa5 checker/tests: format test added in prev commit & rename chekcer prop 2022-04-08 17:41:23 +10:00
8dc2601080 all: comptime_call - simplify tmpl scoping, solves many issues. 2022-04-08 17:33:24 +10:00
5a695c81dc ci: fix the recorded output for compare_structs.c.must_have after eea46c4 2022-04-07 18:08:56 +03:00
b232a3b0d1 cgen: fix .filter() and .map() on shared arrays (#13954) 2022-04-07 18:05:11 +03:00
eea46c4e1a cgen: fix error, when a struct with over 8 fields, is used as a method receiver directly. 2022-04-07 17:20:14 +03:00
022fae1e7f rand: make mt19937 automatically seeded, add seed_len to wyrand (#13966) 2022-04-07 16:00:30 +03:00
6a820c2845 checker: allow all binary operations when translating code produced by c2v (#13964) 2022-04-07 12:22:24 +03:00
e7fd8c4e7c cgen: fix error for dereference mut interface in loop (fix #13913) (#13941) 2022-04-07 12:01:54 +03:00
a58dde48f8 cgen: fix error for optional multi return (#13959) 2022-04-07 09:12:23 +03:00
c9dcdf6744 cgen: fix json decode with optional argument (fix #13943) (#13958) 2022-04-06 19:34:22 +03:00
56e6fd01c5 gg: document pub functions in text_rendering and m4/vector (#13961) 2022-04-06 19:34:02 +03:00
c5d8d27b90 ci: fix -cstrict failures for vweb_test.v etc. 2022-04-06 08:54:01 +03:00
6412f8ba0b checker: add a known error on alias cast with generics (#13946) 2022-04-05 19:09:46 +03:00
1482db6d1a gg: add missing doc strings to android, recorder and gg.c.v (#13936) 2022-04-05 18:42:01 +03:00
359f16fdfd parser: fixed parsing prototype function with recursive type (#13922) 2022-04-05 18:39:49 +03:00
0cba579a7b cgen: simplify codegen for optional consts (#13948) 2022-04-05 17:54:23 +03:00
2ecfd1b351 ci: fix clang sanitize errors for json_decode 2022-04-05 17:52:10 +03:00
11ccf06441 time: add missing doc string to parse.v (#13933) 2022-04-05 13:21:37 +03:00
2350dbbd57 gg: add missing doc strings to pub fns in image.* (#13934) 2022-04-05 13:21:03 +03:00
0b046c14a8 clipboard: add doc strings to all implementations (#13932) 2022-04-05 13:06:32 +03:00
f5e4d17cf3 json: return errors with more context, on failed json.decode() calls. 2022-04-05 12:06:08 +03:00
f6b8e1e13f cgen: fix error for const using nested optionals (#13939) 2022-04-05 05:58:11 +03:00
0bd8fbc9a8 term, term.ui: fix a panic on !=linux unixes when running examples/term.ui/ 2022-04-04 19:25:25 +03:00
2cd9c91e98 vdoc: highlight terminal examples for -comments -color (#13937) 2022-04-04 18:13:24 +03:00
aa9e2ebb25 gg: document all draw functions (#13931) 2022-04-04 18:09:19 +03:00
5369379738 repl: handle exit(n) (#13930) 2022-04-04 16:22:34 +03:00
92bfd9b353 cgen: fixed array index for translated code 2022-04-04 12:09:29 +03:00
725b472d37 checker: fix typos (#13929) 2022-04-04 10:07:53 +03:00
91b40304b7 vdoc: highlight .., ... as punctuation & postfix ops as operators (#13924) 2022-04-04 09:21:54 +03:00
719a3b5de3 cgen: fix fixed arrays assignment in translated code 2022-04-04 06:20:54 +03:00
a55e930c00 checker: fix pointer checks in translated code 2022-04-04 05:35:15 +03:00
cc227d8520 checker: fix non-numeric type check for translated code 2022-04-04 04:59:14 +03:00
d10135e2c4 vdoc: HTML highlight generic function as function, not name (#13923) 2022-04-03 23:41:02 +03:00
44603f8e59 checker: add suggestions for misspelled mod.func_name() calls 2022-04-03 20:07:52 +03:00
51c1d666c2 checker: fix operator overloads (for large structs with > 8 fields, the method receiver is normally auto converted to a reference) (#13889) 2022-04-03 19:30:29 +03:00
38853568b4 encoding.csv: allow passing a custom delimiter to the new_reader function (#13910) 2022-04-03 19:13:43 +03:00
782d5374c9 builtin: add an array.drop(n) method (#13907) 2022-04-03 17:05:50 +03:00
a1e9cae5d2 tests: add a vlib/v/tests/known_errors/known_errors_test.v test runner 2022-04-03 12:54:22 +03:00
0497b885dc checker: minor cleanup in find_unreachable_statements_after_noreturn_calls() (#13903) 2022-04-03 11:19:19 +03:00