This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
v
Watch
1
Star
0
Fork
You've already forked v
0
mirror of
https://github.com/vlang/v.git
synced
2025-09-16 16:02:29 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
25
a015824eef
v
/
cmd
/
tools
/
modules
History
Download ZIP
Download TAR.GZ
Laurent Cheylus
f1fba25e49
tools: fix
v build-tools
(it skipped all tools in subfolders of cmd/tools/ after
6a4f293
) (
#21120
)
2024-03-28 07:28:59 +02:00
..
scripting
all: unwrap const() blocks
2023-11-25 10:02:51 +03:00
testing
tools: fix
v build-tools
(it skipped all tools in subfolders of cmd/tools/ after
6a4f293
) (
#21120
)
2024-03-28 07:28:59 +02:00
vgit
checker,cgen: change
x.filter(cond).len > 0
to
x.any(cond)
, and
x.filter(cond) == 0
to
x.all(!cond)
(
#20513
)
2024-01-13 08:52:31 +02:00