16351 Commits

Author SHA1 Message Date
Delyan Angelov
cbb67b2009
ci: mark more ever more tests as flaky 2023-11-03 12:26:25 +02:00
Delyan Angelov
03709169e2
ci: mark more tests as flaky 2023-11-03 07:12:33 +02:00
JalonSolov
29d60280c4
net.http: increase max_redirects to 16 (#19743) 2023-11-03 06:57:16 +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
yuyi
d33e7e7903
checker: cleanup in check_types() (#19737) 2023-11-02 20:50:55 +02:00
Turiiya
eb74856899
cgen: reduce expense in repetitively called functions by using consts (#19732) 2023-11-02 14:56:14 +02:00
Daniel Däschle
1e80e47b79
doc: fix duplication in toc (#19726) 2023-11-02 12:52:34 +03:00
Turiiya
8f05b0feea
ast: reduce cost of frequently called functions by using constants (#19733) 2023-11-02 11:44:49 +02:00
Delyan Angelov
0b58a4dda2
ci: remove the concurrency group from bootstrapping_works_ci.yml (prevent spurious cancels) 2023-11-01 20:02:41 +02:00
Delyan Angelov
f2d2ed1f4a
testing: fix notices with v test-all on Linux for v -freestanding str_array_example.v 2023-11-01 19:35:02 +02:00
Delyan Angelov
cc1193f331
tools: use @VCURRENTHASH instead of @VHASH in vdoc 2023-11-01 14:15:17 +02:00
Delyan Angelov
f3425139fb
tools: make vdoc more verbose with -v to more easily diagnose parsing problems on incomplete code examples with it 2023-11-01 14:02:33 +02:00
Delyan Angelov
c7e6a1c8fa
tools: make vdoc more robust to incomplete code in code examples (do not stop for errors in them) 2023-11-01 14:01:09 +02:00
Larpon
1356c61c87
parser: add set_all + clear_all methods to [flag] enum bitfields (#19717) 2023-11-01 13:20:52 +02:00
Turiiya
c82c760df7
os: add a new function execute_opt (#19723) 2023-11-01 13:17:33 +02:00
Ned
6c83d9a205
vdoc: support for highlighting code in README's (#19725) 2023-11-01 13:11:37 +02:00
Turiiya
be487b3c36
tools.vpm: cleanup install part1 (#19718) 2023-11-01 12:46:07 +02:00
Turiiya
7eaf21ec27
fmt: align ternary expressions in const blocks (#19721) 2023-11-01 12:33:59 +02:00
Marco Santos
cee947ca9e
net.html: add note to parse and parse_file, that they will produce a DOM with lowercased tag names (#19720) 2023-11-01 12:28:21 +02:00
Delyan Angelov
adb46ff645
ci: make macos_ci.yml more robust (use -no-parallel for the UI examples) 2023-11-01 12:21:00 +02:00
Turiiya
eab77ccb9a
checker: turn warning for var and param module name duplicates into error (#19645) 2023-11-01 08:20:57 +02:00
Joe C
a63f3e6f77
coroutines: use photon work_pool when nr_jobs > 0, and use photon libc fn wrappers (#19711) 2023-10-31 20:12:52 +03:00
Delyan Angelov
57a7db11bf
json: fix comment (MyTitle -> ETitle) (#19719) 2023-10-31 18:41:21 +02:00
Delyan Angelov
d350a6846a
docs: document [json: ETitle] in vlib/json/README.md too 2023-10-31 15:59:02 +02:00
Turiiya
e465f7490c
tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
Turiiya
3708061d61
tools.vpm: fix install --once for external modules, add already installed info, add test (#19702) 2023-10-31 15:00:30 +02:00
Turiiya
a2dabddc70
testing: add temporary file hash to prevent accidental collisions with test file binaries (#19710) 2023-10-31 08:07:51 +02:00
Turiiya
1c4c5050de
v.help: add [noreturn] attribute to print_and_exit (#19706) weekly.2023.44 2023-10-30 14:58:45 +02:00
shove
880ce7a33f
crypto: eliminate deprecating notifications from internal calls to checksum() (#19707) 2023-10-30 14:54:52 +02:00
yuyi
6609223201
parser: cleanup enum_decl() in parser.v (#19701) 2023-10-30 09:32:35 +02:00
shove
395b55f0cf
crypto.md5: fix calculating the same hash values, when .sum() is called several times (#19703) 2023-10-30 09:30:34 +02:00
Turiiya
00bf5c4a16
bench: update readme headings (#19704) 2023-10-30 09:28:46 +02:00
Turiiya
690ec7d3a5
all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
shove
ac40981bcc
crypto.sha: fix calculating the same hash values when .sum() is called several times for sha1/256/512 (fix #19696) (#19697) 2023-10-30 03:25:54 +02:00
Turiiya
109fc22269
tools.vpm: simplify, use more stdlib functionality part2, add more tests (#19692) 2023-10-30 03:21:28 +02:00
Turiiya
c6d3a235f5
v.help: add ExitOptions params struct to print_and_exit (#19698) 2023-10-30 03:10:48 +02:00
shove
aa28efc0b1
checker: fix negative cap, len checks in array init (#19694) 2023-10-29 15:33:33 +03:00
Turiiya
1e578b1144
checker: extend byte deprecation warnings to return types (#19668) 2023-10-29 14:25:15 +02:00
Turiiya
e86abe0376
checker: extend byte deprecation warning to array init types (#19671) 2023-10-29 14:22:51 +02:00
yuyi
7681a0b46d
checker: check error of implementing other module private interface (fix #19620) (#19688) 2023-10-29 14:20:16 +02:00
shove
0148914e47
cgen: fix array contains method with interface(fix #19670) (#19675) 2023-10-29 14:14:05 +02:00
Felipe Pena
4a99b1ef2d
cgen: fix infix op when handling comptime selector (#19691) 2023-10-29 14:03:56 +02:00
Turiiya
00165d147b
tools: add vpm tests for installing modules with different URLs/identifiers (#19664) 2023-10-29 11:22:21 +02:00
Turiiya
52a556c346
fmt: respect range index expressions in match branches (#19684) 2023-10-29 11:16:43 +02:00
Turiiya
5c2eafc154
fmt: recognize or blocks in call args (#19690) 2023-10-29 11:15:07 +02:00
Turiiya
b9d0aedb09
tools: cleanup vcreate tests (#19666) 2023-10-29 04:36:16 +02:00
Turiiya
fd04c9d9aa
fmt: fix map value aligment when using keys with uft8 symbols (#19689) 2023-10-29 04:11:54 +03:00
l-m
c32b04d5be
wasm: implement inline assembly (#19686) 2023-10-29 03:08:39 +03:00
Turiiya
705eea8dcc
checker: extend byte deprecation warning to struct fields (#19653) 2023-10-28 18:55:04 +03:00