Commit graph

2200 commits

Author SHA1 Message Date
Laurent Cheylus
e6a1983325
crypto.ecdsa: add support for OpenSSL on OpenBSD (#24772) 2025-06-22 12:35:30 +03:00
Delyan Angelov
da97e0a2e4
tools: fix for v build-tools and v build-examples running on a i686 (the problem was discovered by @tankf33der) 2025-06-21 17:50:31 +03:00
Delyan Angelov
b00f68cb2b
tools: make the output of v should-compile-all more immediately useful in CI jobs (turn off stdout buffering) 2025-06-21 16:33:22 +03:00
Delyan Angelov
e50698aaa4
v.vmod,tools: support a repo_branch property in v.mod files, in addition to the existing repo_url property, to allow for backlinks to repos that use main instead of master as their core branch 2025-06-19 19:46:29 +03:00
Alexander Medvednikov
b9e5757236 V 0.4.11 2025-06-19 03:13:15 +03:00
gechandesu
e7905ea841
tools: make v doc -f md module output useful by default (#24737) 2025-06-17 07:00:08 +03:00
Laurent Cheylus
b77887ee22
tools: remove specific case for FreeBSD in cmd/tools/vtest_test.v (#24707) 2025-06-12 22:27:27 +03:00
Delyan Angelov
b6ccca23a0
ast: reduce memory usage of ast.ScopeObject and ast.Ident instances (#24704) 2025-06-12 17:14:05 +03:00
Delyan Angelov
a13821a951
tools: ignore .db and .sqlite files by default in v watch (such DB files are very likely to change during prototyping) 2025-06-05 18:47:00 +03:00
kbkpbot
8c573cf355
runtime: make free_memory() and total_memory() return Result types to allow for reporting errors (#24651) 2025-06-04 22:35:49 +03:00
Felipe Pena
bfc6d5469f
comptime: fix T.indirections comparison (fix #24630) (#24636) 2025-06-02 10:17:24 +03:00
Louis Schmieder
73ebf42015
orm: add IN and NOT IN (#24634) 2025-06-02 03:49:10 +03:00
Delyan Angelov
e90c0a8eb0
tools: ease diagnosing CI failures of vtimeout_test.v 2025-05-31 14:55:17 +03:00
Delyan Angelov
ff85408722
ci: fix unused var warning in cmd/tools/vpm/common.v 2025-05-21 13:42:50 +03:00
kbkpbot
11ee29c3cf
tools: make v search ui work again through the vpm site (fix #23966) (#24535) 2025-05-21 06:02:39 +03:00
Delyan Angelov
9e10b2392d tools: make v doctor show CFLAGS and LDFLAGS too (if set) 2025-05-20 15:24:36 +03:00
yuyi
b1fefc5e0c
repl: fix typeof(a) with warning (fix #24499) (#24515) 2025-05-19 14:02:32 +03:00
Delyan Angelov
0b547598f5
ci: use a different starting port for the hg server web server processes in the different tests, to minimise the chances of conflicts 2025-05-15 12:14:49 +03:00
Delyan Angelov
226e1d6442
tools: let cmd/tools/vpm/install_test.v use a .hg/hgrc file too 2025-05-15 12:10:39 +03:00
Delyan Angelov
e3218ff73e
tools: use a .hg/hgrc file for install_version_test.v (workaround windows failure) 2025-05-15 11:59:37 +03:00
Delyan Angelov
73b5423b6f
ci: show hg version too, to ease the diagnosing of install_version_test.v failures 2025-05-15 11:32:24 +03:00
Delyan Angelov
3bf8f4232a
tools: let v check-md . skip .md files located in /testdata/ folders (enable passing v test-all, when the burntsushi TOML tests are downloaded/present) 2025-05-13 23:40:55 +03:00
omahs
1957162c2a
all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
Mike
81b238e6f7
tools: fix how the relative path of the tests run by v test is formed, by removing ts.vroot only from beginning of the path (fix #24363) (#24467) 2025-05-12 18:08:22 +03:00
Delyan Angelov
469e268c79
v.pref: add get_build_facts_and_defines/0 and set_build_flags_and_defines/2 2025-05-10 11:26:04 +03:00
kbkpbot
3291372c57
vlib,tools: add an arrays.diff module, implement a simple platform independent tool v diff file1.txt file2.txt using it (#24428) 2025-05-08 11:09:36 +03:00
Laurent Cheylus
2d43b83584
tools: fix v doctor output on FreeBSD ; do not run ldd to get the glibc version (#24427) 2025-05-07 08:43:06 +03:00
Laurent Cheylus
4eed91eda1
tools: check for Git repository in v doctor (packaged V versions often lack a .git/ folder) (fix #24419) (#24420) 2025-05-05 19:44:10 +03:00
Delyan Angelov
5944f3b0a0
tools: improve show_ancient_deprecations.v, by ignoring false positives for deprecation tags in // comments 2025-05-05 09:27:14 +03:00
Delyan Angelov
e60d928593
tools: reduce padding for v doc produced html nodes too 2025-05-04 18:47:39 +03:00
Delyan Angelov
d704798cdd
tools: reduce padding for code examples, to fit more examples on the same screen without scrolling 2025-05-04 18:39:38 +03:00
Eliyaan (Nopana)
cf36360023
tools: save the modified content more frequently in v reduce, fix timeout leaks (#24405) 2025-05-04 12:24:05 +03:00
Delyan Angelov
496c017175
ci: reduce false positives for cover_test.v and vdoc_test.v 2025-05-01 10:56:31 +03:00
Delyan Angelov
bdeef49c02
tools: fix ./v -d network test cmd/tools/vpm 2025-05-01 09:31:03 +03:00
Delyan Angelov
72f4aa9b7e
tools: fix v timeout 2 sleep 5 2025-05-01 09:04:03 +03:00
Eliyaan (Nopana)
8fb8fa2e12
tools: vreduce fix var names (#24373) 2025-04-30 21:02:25 +03:00
Eliyaan (Nopana)
3ca3e5c5ce
tools: use breadth first search in vreduce (#24369) 2025-04-30 20:11:37 +03:00
kbkpbot
6d0eaa5328
tools: rewrite v timeout, support killing the child process on timeout by default (#24367) 2025-04-30 20:10:16 +03:00
Eliyaan (Nopana)
80a9d27499
tools: support vreduce timeout, vreduce custom run command (#24359) 2025-04-30 12:13:12 +03:00
sudopacman
146c766dc9
tools: fix vrepl for import mod { f } (#24340) 2025-04-28 11:01:48 +03:00
Delyan Angelov
59909cde89
ci: use windows-2025 for the gcc-windows job (since it has gcc 14.2.0) (#24304) 2025-04-24 13:03:25 +03:00
Delyan Angelov
a0a83248e0
ci: fix v -o v2 -usecache cmd/v after ad5b829 2025-04-21 21:11:58 +03:00
Delyan Angelov
ad5b829e5c v: remove closure usage from the compiler frontend (simplify bootstrapping/porting on more exotic platforms) 2025-04-21 19:54:42 +03:00
kbkpbot
491a1ac515
vdoc: fix infinit recursive calls (fix #24232) (#24274) 2025-04-21 17:53:23 +03:00
Delyan Angelov
385ae6cc3c
tools: add support for // vtest build: !os_id_ubuntu? tags in the _test.v files, detected by v test 2025-04-16 15:01:54 +03:00
Delyan Angelov
eee32e52db
tools: simplify the implementation of get_linux_os_name in v doctor 2025-04-16 14:47:07 +03:00
JalonSolov
c3d6858bf3
tools: remove the src subdir from projects, created by v new (#24236) 2025-04-16 06:37:51 +03:00
kbkpbot
5e69315fc2
orm: add function call based builder API for dynamic queries (fix #24178) (#24196) 2025-04-13 19:18:29 +03:00
kbkpbot
690f845594
cgen: fix nested array support for the orm (fix #19327) (#24080) 2025-03-30 15:26:16 +03:00
kbkpbot
0056d557b6
markused: support orm or expr (fix #24040) (#24059) 2025-03-28 12:43:49 +02:00