Swastik Baranwal
|
4458e49652
|
vdoc: fix syntax highlighting for symbols before ! and between ( and , (#19888)
|
2023-11-16 20:14:28 +02:00 |
|
Turiiya
|
e9258c2a08
|
tools.vcreate: rework cli arg handling to extend scaffolding and fix issues (#19889)
|
2023-11-16 15:40:23 +02:00 |
|
Turiiya
|
aa1debcabf
|
tools.vpm: fix has_vmod test in install_test interpreting wrong dir as install dir (#19891)
|
2023-11-16 09:14:57 +02:00 |
|
Turiiya
|
6d2f79176a
|
tools.vpm: simplify, add update result info (#19892)
|
2023-11-16 08:04:06 +02:00 |
|
Delyan Angelov
|
c8382264a4
|
ci,tools: remove skips for the wasm backend, since binaryen is not required anymore (#19883)
|
2023-11-15 20:30:14 +02:00 |
|
Turiiya
|
bc24683608
|
tools: skip download count increment when vpm runs in CI by default (#19861)
|
2023-11-15 10:56:19 +02:00 |
|
Turiiya
|
107d466fad
|
tools: use shared contexts in vpm's update, to resolve dependencies during threaded module updates (#19878)
|
2023-11-15 09:13:24 +02:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Delyan Angelov
|
50c3e4001b
|
parser: fix failures found with fuzzing (#19873)
|
2023-11-14 22:32:51 +02:00 |
|
Turiiya
|
53d49d9c29
|
tools: don't interrupt resolving deps by vpm, when a module failed updating, improve detecting invalid, add update_test (#19867)
|
2023-11-14 22:16:11 +02:00 |
|
Turiiya
|
bf120cca6b
|
tools: handle paths in vcreate more gracefully (#19870)
|
2023-11-14 11:07:17 +02:00 |
|
Delyan Angelov
|
999328a136
|
tools: support v doc -run-examples math , to ensure that all // Example: code doc comments are working (#19852)
|
2023-11-13 12:53:42 +02:00 |
|
Turiiya
|
fbb43f5ae4
|
tools: use expansion character/string to format home paths in vpm output (#19847)
|
2023-11-12 16:09:04 +02:00 |
|
Turiiya
|
7c5d439717
|
tools: support --verbose in vpm, as an alternative to -v , to enable verbose output (#19848)
|
2023-11-12 13:49:50 +02:00 |
|
JalonSolov
|
c494b63d75
|
os,picohttpparser,sokol,strconv: prepare for making -W impure-v the default (#19846)
|
2023-11-12 09:52:14 +02:00 |
|
Joe Conigliaro
|
a15c067189
|
tools: add support for new attribute syntax to missdoc
|
2023-11-12 17:53:43 +11:00 |
|
Turiiya
|
744b92a844
|
tools: fix already installed detection when running v install --once without args (#19838)
|
2023-11-12 03:01:49 +03:00 |
|
Alexander Medvednikov
|
a9190e3434
|
changelog: finish the 0.4.3 changelog
|
2023-11-12 02:46:57 +03:00 |
|
Turiiya
|
19bc16516f
|
tools: extend vpm to support specifying git version tags when installing modules (#19835)
|
2023-11-11 14:40:34 +02:00 |
|
Casper Küthe
|
c0eeb85eab
|
net.unix: update the module to make it compatible with windows and coroutines (#19831)
|
2023-11-11 10:07:56 +02:00 |
|
Casper Küthe
|
a176021afe
|
picoev: improve raw mode, change fn signature for the raw_cb field to fn (mut Picoev, int) (#19817)
|
2023-11-11 09:36:52 +02:00 |
|
Alexander Medvednikov
|
e7cad4f55d
|
net,vweb: reduce allocations by ~80%
|
2023-11-11 01:10:34 +03:00 |
|
Turiiya
|
11bc8084de
|
tools: cleanup, prepare vpm version installs (#19821)
|
2023-11-10 14:11:31 +02:00 |
|
Turiiya
|
33e865c8a8
|
tools: require the presence of a v.mod file, to install external urls via vpm (#19825)
|
2023-11-10 14:04:13 +02:00 |
|
Turiiya
|
10160c0cae
|
tools: add parse_query to vpm (#19814)
|
2023-11-09 13:00:58 +02:00 |
|
Artem Yurchenko
|
97f7c3f609
|
builtin: move min/max integer values consts from math to builtin (#19809)
|
2023-11-08 20:43:48 +02:00 |
|
Ikko Eltociear Ashimine
|
ad935cad3e
|
tools: fix typo in vbuild-tools.v (#19797)
|
2023-11-08 10:46:49 +02:00 |
|
Delyan Angelov
|
92a72df5f8
|
tools: fix v build-tools , make v test more robust (#19803)
|
2023-11-07 21:19:58 +02:00 |
|
Turiiya
|
93d5c2dccc
|
tools: improve error messages, add color coding and debug logging (#19781)
|
2023-11-07 14:23:53 +02:00 |
|
Turiiya
|
f1127cd45c
|
tools: cleanup and simplify vcreate, for upcoming fixes and features (#19794)
|
2023-11-07 14:10:34 +02:00 |
|
Delyan Angelov
|
50c22b5a12
|
os: implement os.fd_is_pending/1, os.Process.pipe_read/1, os.Process.is_pending/1 (#19787)
|
2023-11-07 13:47:25 +02:00 |
|
Delyan Angelov
|
bd52a94e60
|
tests: add a small delay too between the test retries, in the non -stats branch, handling flaky test failures
|
2023-11-06 16:51:57 +02:00 |
|
JalonSolov
|
01022e918e
|
flag,json,net: handle C calls in .v files (part of enabling -W impure-v as default) (#19779)
|
2023-11-06 14:27:00 +02:00 |
|
Delyan Angelov
|
140c838f2e
|
ci: mark install_test.v as flaky too
|
2023-11-06 12:24:58 +02:00 |
|
Delyan Angelov
|
2362450340
|
ci: mark more tests as flaky
|
2023-11-06 12:23:11 +02:00 |
|
Turiiya
|
9fa1f8e275
|
tools: fix resolving external dependencies in vpm, add test (#19772)
|
2023-11-05 17:31:43 +02:00 |
|
Turiiya
|
1f8fbb51e8
|
tools: simplify command execution in vpm, use os.execute_opt (#19741)
|
2023-11-05 15:55:45 +02:00 |
|
Delyan Angelov
|
9effbec648
|
tests: fix v test-all
|
2023-11-05 13:09:37 +02:00 |
|
Turiiya
|
b734197714
|
tools: use a safer way to initialise settings in vpm (#19755)
|
2023-11-05 11:09:48 +02:00 |
|
Turiiya
|
2ef49b8c11
|
tools: improve the output of v install (#19760)
|
2023-11-04 14:03:35 +02:00 |
|
Turiiya
|
3957bd801d
|
tools: prompt for project meta data on v init too (#19747)
|
2023-11-04 13:15:09 +02:00 |
|
Turiiya
|
230dcb479d
|
tools: improve VCS handling in vpm part2 (#19754)
|
2023-11-04 10:16:43 +02:00 |
|
JalonSolov
|
f1ba664e92
|
builtin: move builtin_test.v to builtin_test.c.v (part of making -W impure-V the default) (#19757)
|
2023-11-04 10:14:50 +02:00 |
|
Turiiya
|
55db150fe1
|
tools.vpm: improve handling of urls that end with .git (#19758)
|
2023-11-04 10:11:48 +02:00 |
|
Turiiya
|
244411ae42
|
tools: use VPM_NO_INCREMENT env var to skip dl count increment when testing vpm (#19756)
|
2023-11-04 08:00:37 +02:00 |
|
Turiiya
|
c2a3eef45b
|
tools: fix windows install of an already existing module with vpm (#19761)
|
2023-11-04 07:59:27 +02:00 |
|
Turiiya
|
be89cbf26f
|
vpm.tools: cleanup and make handling of the different VCS systems more robust (#19740)
|
2023-11-03 20:25:46 +02:00 |
|
Turiiya
|
e34e06350a
|
pref: fix unintended file extensions in default output names, allow for v run file.c.v (#19745)
|
2023-11-03 19:51:44 +02:00 |
|
Turiiya
|
8670dcc200
|
tools: extract vpm commands in separate files (#19729)
|
2023-11-02 21:01:59 +02:00 |
|
Turiiya
|
59660746dd
|
vdoc: escape tags in highlighted html (#19731)
|
2023-11-02 20:58:50 +02:00 |
|