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

tools: add a v where fn join_path command, for platform independent searching the location of a symbol in the local project, vlib, ~/.vmodules (#15014)

This commit is contained in:
Sebastian Atlántico
2022-07-13 01:40:54 -03:00
committed by GitHub
parent d12a8aef68
commit 28fd17654e
7 changed files with 430 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import v.util
// should be compiled (v folder).
// To implement that, these folders are initially skipped, then added
// as a whole *after the testing.prepare_test_session call*.
const tools_in_subfolders = ['vdoc', 'vvet', 'vast']
const tools_in_subfolders = ['vdoc', 'vvet', 'vast', 'vwhere']
// non_packaged_tools are tools that should not be packaged with
// prebuild versions of V, to keep the size smaller.