v vlib-docs does not create documentations #5
According to v help the command vlib-docs should generate the documentation of all vlib modules:
" vlib-docs Generate and open the documentation of all the
vlib modules."
Executing v vlib-docs under Linux:
Linux infinitybook 6.12.91-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sun, 24 May 2026 05:07:21 +0000 x86_64 GNU/Linux
will create a panic:
$ v vlib-docs
This site contains the documentation for the standard library of modules
included with the V language. Also commonly referred
to as vlib, as that is the root directory for these modules in the V
repository.
If you were looking for documentation for the language itself, the
builtin types, operators, et. al., please use the
V documentation link.
Some included modules depend on third party libraries, and these are kept
separate in the thirdparty directory at the root level of the source
repository.
Note that the builtin module is
implicitly imported by default in V, so you do not need to have a specific
import statement to use any of the features of that module.
vdoc: No valid V files were found. Skipping folder: /home/user/v/vlib/ios.
vdoc: No valid V files were found. Skipping folder: /home/user/v/vlib/macos.
V panic: array.get: index out of range (i,a.len):1, 1
v hash: 2ef6610
pid: 0x166ac
tid: 0x166ac
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: at v_stable_sort: Backtrace
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
/tmp/v_1000/vdoc.01KV53QTPWSN9CWYANQD7ZJPNE.tmp.c:1365: by v_stable_sort
0x7f0ef9627741: by ???
0x7f0ef9627879: by ???
0x00605745: by ???
[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.