Commit graph

2135 commits

Author SHA1 Message Date
Delyan Angelov
cdec163154
tools: update fast.v and fast_job.v to update docs.vlang.io and fast.vlang.io on each commit to master. 2024-04-26 15:02:45 +03:00
Turiiya
903a585e9e
tools: cleanup vwhere (#21350) 2024-04-25 14:14:45 +03:00
Turiiya
9f788de03b
tools: fix compiling vwhere with -cc gcc -cstrict (#21347) 2024-04-25 06:41:48 +03:00
Delyan Angelov
fe9be9632d
ci: fix the ubuntu-docker-musl job by skipping veb_app_test.v 2024-04-25 06:36:14 +03:00
Turiiya
8dafca126f
test, ci: fix network tests; update and activate tests in periodic ci (#21339) 2024-04-25 02:15:22 +03:00
Delyan Angelov
59013f1700
tools: improve v symlink -githubci diagnostic message, when used outside CIs or with sudo (#21340) 2024-04-24 11:23:40 +03:00
Turiiya
1595211fbe
tools: rewrite test-self arg handling (#21327) 2024-04-23 14:12:45 +03:00
Turiiya
3b0c6206bb
tools: allow for selectively running v test-self vlib/ and v test-self cmd/ (#21326) 2024-04-22 20:13:29 +03:00
Turiiya
024a37558a
v: cleanup gitattributes (#21324) 2024-04-21 23:17:19 +03:00
Turiiya
dbf48eaac4
v: update linguist languages, add .vdocignore (#21321) 2024-04-20 18:52:42 +03:00
Delyan Angelov
20fd795b64
tools: support v run cmd/tools/oldv.v --show_VC_commit weekly.2024.03 2024-04-20 13:32:34 +03:00
Turiiya
7f7b6c3ed9
vdoc: rewrite and extend vdocignore (#21314) 2024-04-20 12:48:37 +03:00
Turiiya
c9bb3f287a
tools: update vretry.v, add test (#21311) 2024-04-20 06:30:21 +03:00
Turiiya
2baa11b36b
vdoc: refactor get_ignore_paths() (#21312) 2024-04-19 21:13:17 +03:00
Delyan Angelov
39e550fa33
tools: add a 2024.html page to https://fast.vlang.io/ 2024-04-19 11:39:19 +03:00
Turiiya
a6087d01a2
vdoc: cleanup get_module_list, add unit tests (#21057) 2024-04-18 21:47:51 +03:00
Turiiya
8aa9314a99
vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300) 2024-04-18 02:44:31 +03:00
Turiiya
46be635072
vdoc: cleanup vdoc_file_test.v (#21298) 2024-04-18 02:36:52 +03:00
Delyan Angelov
3f725fe96d
ci: fix outdated_test.v (--unshallow is not needed now) 2024-04-17 19:26:08 +03:00
Delyan Angelov
27cc27737a
vpm: fix regression, so v install sdl && v run ~/.vmodules/sdl/setup.vsh works again 2024-04-17 17:26:05 +03:00
Delyan Angelov
9d117fc3a0
tools: fix vpm on macos, when using the bundled git executable (#21292) 2024-04-16 14:19:12 +03:00
Ikko Eltociear Ashimine
ece10ede94
tools: fix typo in vretry.v (#21290) 2024-04-16 09:45:09 +03:00
Turiiya
0b83ea77c9
vdoc: update merge_doc_comments so recent fixes extend to all output formats (#21289) 2024-04-15 18:16:27 +03:00
Turiiya
e387fcbdcb
vdoc: fix markdown lists in html (#21287) 2024-04-15 15:00:36 +03:00
Turiiya
183c199021
vdoc: improve creation of trimmed node descriptions, extend tests (#21281) 2024-04-15 14:54:06 +03:00
Turiiya
3ce587085a
tests: enable again http_httpbin_test.v, since net.http now uses mbedtls (#21279) 2024-04-14 23:25:52 +03:00
Turiiya
39600564a9
tools: add check for unavailable files in vtest (#21272) 2024-04-14 07:52:42 +03:00
Turiiya
96751ede14
tools: revise vtest-self.v: remove dead paths, fix json2 essential test path (#21267) 2024-04-13 09:06:04 +03:00
Delyan Angelov
a8d0cdd31b
all: replace usages of C.atexit(cb) with at_exit(cb) or {} (part 2) (#21263) 2024-04-12 13:51:18 +03:00
Turiiya
423c39ccb4
vpm: check for git version before adding --also-filter-submodules flag (#21259) 2024-04-12 10:59:22 +03:00
Turiiya
b44361344a
vdoc: fix regression on example comments (#21226) 2024-04-12 10:53:30 +03:00
Turiiya
739730b9d8
vdoc: fix sorting of docnodes on other than linux, enable tests (#21253) 2024-04-12 10:35:01 +03:00
Turiiya
313c3bc49d
vdoc: minor cleanup (#21258) 2024-04-12 10:34:13 +03:00
Turiiya
af4111b9de
vdoc: fix issues related to markdown codeblocks in vdoc generate (#21248) 2024-04-11 16:47:17 +03:00
Turiiya
39de87c895
vdoc: fix out path if -o is not passed but input has a path, add test (#21246) 2024-04-11 16:28:16 +03:00
Turiiya
4afeac316a
vdoc: fix character escape in code blocks in readme contents (#21230) 2024-04-09 07:31:54 +03:00
Turiiya
ba74ab0ccf
vdoc: fix indention of readme when generating docs with -readme in project root (#21232) 2024-04-09 06:53:54 +03:00
Turiiya
efc395eb64
vdoc: don't add _docs directory when an out path is specified (#21233) 2024-04-09 06:50:50 +03:00
Turiiya
427b6dbcbb
vdoc: improve line merging for readme contents (#21224) 2024-04-08 18:45:51 +03:00
Turiiya
4e8d00d368
vdoc: minor cleanup (#21225) 2024-04-08 18:39:50 +03:00
Turiiya
6a3d8d28b5
vdoc: fix indentation in module readmes (#21220) 2024-04-08 12:48:01 +03:00
Turiiya
38353088e0
vpm: optimize performance by adding filter when cloning (#21216) 2024-04-07 17:11:58 +03:00
Turiiya
ad17be5dfa
parser: remove redundant comments_mode field (#21198) 2024-04-06 21:10:12 +03:00
Turiiya
3d5dbcaaf5
vdoc: select first result when entering search term, use more explict query for header.doc-nav (#21193) 2024-04-06 12:32:46 +03:00
Turiiya
3a6cf5adfc
tools.vpm: debug-log to $VMODULES/cache/vpm.log if not running in debug mode (#21192) 2024-04-06 12:29:43 +03:00
Turiiya
a458adefb7
v.utils: update githash to be able to get the githash of every passed project (#21178) 2024-04-04 05:26:11 +03:00
Delyan Angelov
a1d4712b0b
tools: cleanup obsolete functions in cmd/tools/vfmt.v 2024-04-02 19:41:28 +03:00
Delyan Angelov
015007c539
tools: add v run cmd/tools/measure/fmt_speed.v file.v 2024-04-02 19:36:52 +03:00
Delyan Angelov
bc0fd8ebee
tools: fix v run cmd/tools/measure/parser_speed.v file.v 2024-04-02 19:35:33 +03:00
Turiiya
a4ff389b32
vet: allow to overwrite excluded dirs (#21142) 2024-03-30 13:16:33 +02:00