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

16 Commits

Author SHA1 Message Date
8be2be8311 all: change 'if !(a in b)' to 'if a !in b' (#11330) 2021-08-29 11:55:18 +03:00
46ede3fb98 v check-md: reduce false positives for too long lines in various cases (real problems are easier to spot now) 2021-08-16 10:12:29 +03:00
ed234188b7 scanner: fix single backslash in raw string (#10890) 2021-07-22 17:02:11 +03:00
dc045806f9 docs: describe usage of atomic C functions (#10861) 2021-07-20 08:31:20 +03:00
0918c130ee tools: fix more strange edge cases for markdown links in v check-md (#10486)
* fix support for numbers in urls

* fix valid github link id creation
2021-06-17 12:53:25 +03:00
7b52dbfdf8 tools: fix support for numbers in urls in v check-md (#10483) 2021-06-16 19:58:32 +03:00
7983495c57 tools: improve v check-md by checking for broken TOC headline links (#10417) 2021-06-14 13:12:02 +03:00
19e4f5ec73 tools: implement progres bar for v check-md . 2021-04-12 15:51:28 +03:00
ee42dd914c tools: make v check-md more strict about unformatted code samples in failcompile sections. 2021-04-12 15:11:57 +03:00
0abb38472b vcheck-md: minor cleanup (#9229) 2021-03-10 17:46:07 +02:00
d7049ae2da os: deprecate os.exec (returning ?os.Result), in favour of os.execute, which returns os.Result (#8974) 2021-03-08 20:52:13 +02:00
849cde245c v: support dump(expr) (#9160) 2021-03-06 18:09:28 +01:00
b712af56fd all: bring back panic(err.msg) -> panic(err) (#9022) 2021-03-01 00:18:14 +01:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
59c1c77bfe check-md: fix missing default_command when nofmt was set (#8591) 2021-02-05 20:25:27 +02:00
76ea3e7b41 tools/check-md: allow directories as args and deprecate -all flag (#8582) 2021-02-05 16:46:20 +01:00