Krchi
|
e1147c73d8
|
cgen: move sort fn after interface definitions(fix #24465) (#24967)
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
native backend CI / native-backend-ubuntu (push) Waiting to run
native backend CI / native-backend-windows (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Waiting to run
wasm backend CI / wasm-backend (windows-2022) (push) Waiting to run
|
2025-07-25 07:27:51 +03:00 |
|
Delyan Angelov
|
da0485f1d1
|
ci: add checks for compilation of vlang/gui to v_apps_and_modules_compile_ci.yml
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
native backend CI / native-backend-ubuntu (push) Waiting to run
native backend CI / native-backend-windows (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Waiting to run
wasm backend CI / wasm-backend (windows-2022) (push) Waiting to run
Workflow Lint / lint-yml-workflows (push) Has been cancelled
|
2025-07-24 23:31:58 +03:00 |
|
kbkpbot
|
af046e1c6e
|
eval: add more infix op support; fix early func return (#24965)
|
2025-07-24 21:10:10 +03:00 |
|
Felipe Pena
|
a309593f56
|
markused: fix interface fields and chan usage (fix #24961) (#24962)
|
2025-07-24 18:25:41 +03:00 |
|
Delyan Angelov
|
05479f3bd9
|
tools: improve alignment for v repeat "program" "program_that_is_over_10x_faster"
|
2025-07-24 15:46:54 +03:00 |
|
Felipe Pena
|
267d8262b3
|
parser,markused: support @[markused] for interface declarations too (#24963)
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
native backend CI / native-backend-ubuntu (push) Waiting to run
native backend CI / native-backend-windows (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
wasm backend CI / wasm-backend (windows-2022) (push) Waiting to run
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Waiting to run
|
2025-07-24 08:14:30 +03:00 |
|
Delyan Angelov
|
93a1989b0b
|
regex: fix OOB bug discovered through ./v -g -force-bounds-checking vlib/regex/ (fix by @penguindark) (#24960)
|
2025-07-24 08:10:45 +03:00 |
|
Delyan Angelov
|
66946738fb
|
tests: fix some of the notices/warnings/errors discovered through find . |grep _test.v$ |xargs -i ./v -g -keepc -skip-running {}
|
2025-07-24 07:38:03 +03:00 |
|
kbkpbot
|
e5c3b65895
|
eval: reset return value after const eval and fix if-expr (#24955)
|
2025-07-24 07:33:34 +03:00 |
|
Felipe Pena
|
edf6c22e9c
|
cgen: fix callback codegen on generic struct resolution (fix #24947) (#24948)
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
native backend CI / native-backend-ubuntu (push) Waiting to run
native backend CI / native-backend-windows (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Waiting to run
wasm backend CI / wasm-backend (windows-2022) (push) Waiting to run
|
2025-07-23 20:49:25 +03:00 |
|
Felipe Pena
|
7472a745e0
|
parser: allow keyword as struct param key on fn call (fix #24957) (#24958)
|
2025-07-23 20:48:03 +03:00 |
|
Delyan Angelov
|
4037765828
|
builtin: fix OOB bugs in s.is_bin, s.is_oct, s.is_hex, discovered through ./v -force-bounds-checking test vlib/builtin/
|
2025-07-23 15:52:18 +03:00 |
|
Delyan Angelov
|
bf03add8eb
|
v.help: document the new -force-bounds-checking option
|
2025-07-23 15:44:50 +03:00 |
|
Delyan Angelov
|
5c56909547
|
strconv: fix bounds check bug, discovered by the equivalent of ./v -g -force-bounds-checking test vlib/toml/ (thanks to tankf33der)
|
2025-07-23 15:38:04 +03:00 |
|
Delyan Angelov
|
2eacc6fadb
|
pref,parser: implement support for -force-bounds-checking to enable easier testing of functions tagged with @[direct_array_access] (essentially turning off that flag)
|
2025-07-23 15:33:51 +03:00 |
|
Delyan Angelov
|
da00a46bcc
|
builtin: prepare for adding a -force-bounds-checking option
|
2025-07-23 15:26:17 +03:00 |
|
Delyan Angelov
|
ba826c047b
|
ci: retry session_app_test.v 2 times, since it is network dependent, and sometimes (rarely) fails
|
2025-07-23 15:09:58 +03:00 |
|
Delyan Angelov
|
43a4f3fa76
|
math.big: fix validate_string and integer_from_regular_string (check for characters.len > 0, before accessing characters[0])
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
native backend CI / native-backend-ubuntu (push) Waiting to run
native backend CI / native-backend-windows (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Waiting to run
wasm backend CI / wasm-backend (windows-2022) (push) Waiting to run
Workflow Lint / lint-yml-workflows (push) Has been cancelled
|
2025-07-23 15:04:55 +03:00 |
|
kbkpbot
|
735f8efb61
|
native: add comptime cpu archs support (#24956)
|
2025-07-23 14:33:19 +03:00 |
|
Laurent Cheylus
|
1f11b2b99c
|
ci: use FreeBSD version 14.3 after the bump of cross-platform-actions/action to 0.29.0 (#24953)
|
2025-07-23 13:25:47 +03:00 |
|
Mike
|
864e68527b
|
slow_tests: fix crash on clang for asm_test.amd64.v (#24954)
|
2025-07-23 13:24:24 +03:00 |
|
Delyan Angelov
|
f2fe971369
|
make.bat: add /F 16777216 option to cl.exe, to fix msvc v.exe bootstrapping
|
2025-07-23 12:57:56 +03:00 |
|
Felipe Pena
|
ae1fa8aced
|
markused: skip unused symbols, dump fns and generic specialization (fix #24921) (fix #24927) (#24924)
|
2025-07-23 08:50:31 +03:00 |
|
dependabot[bot]
|
938f462daf
|
ci: bump cross-platform-actions/action from 0.28.0 to 0.29.0 (#24952)
|
2025-07-23 08:38:36 +03:00 |
|
Krchi
|
708c73b4ea
|
cgen: fix const fixed array with type alias (fix #24936) (#24946)
|
2025-07-22 17:52:00 +03:00 |
|
Delyan Angelov
|
810a90efa6
|
ci: add a watchdog timer thread to ringbuffer_test.v, to make sure the program exits in a reasonable time (~10s). Let the test be retried 2 times in a row if it fails.
|
2025-07-22 12:48:29 +03:00 |
|
Delyan Angelov
|
9f0094b0b4
|
ci: skip ringbuffer_test.v in the tcc-windows and msvc-windows jobs too, to avoid flakyness for unrelated commits/PRs.
|
2025-07-22 12:39:14 +03:00 |
|
Delyan Angelov
|
4205697d88
|
fmt: fix if x := g() { x } else { return } adding newline after return (fix #24908) (#24945)
|
2025-07-22 11:45:59 +03:00 |
|
kbkpbot
|
5d4e89f888
|
os,runtime: move some C struct and fn def to builtin (#24942)
|
2025-07-22 07:55:53 +03:00 |
|
Delyan Angelov
|
ae0937c83e
|
docs: check vlib/time too in the report-missing-dots-in-doc-comments job
|
2025-07-21 18:43:40 +03:00 |
|
Mike
|
8578fd477a
|
math.big: fix zero base in big_mod_pow(), add tests (#24940)
|
2025-07-21 17:07:38 +03:00 |
|
Mike
|
080b56f0a9
|
math.big: fix big_mod_pow() (#24939)
|
2025-07-21 08:46:00 +03:00 |
|
Mike
|
46d4a6f8af
|
math.big: add shrink zeros to karatsuba and toom-cook (#24937)
|
2025-07-20 20:47:17 +03:00 |
|
Mike
|
987c211517
|
math.big: fix the order of calculations in mod_pow() to improve performance (#24935)
|
2025-07-20 15:27:20 +03:00 |
|
Kim Shrier
|
e3d047822d
|
pool: fix idle_conns assertion in test_pool_close (#24932)
|
2025-07-20 11:14:57 +03:00 |
|
Laurent Cheylus
|
04f90f0f2c
|
os: remove commented code in home_dir() function (#24929)
|
2025-07-20 06:20:56 +03:00 |
|
Kim Shrier
|
e3b07d9ddc
|
tests: cast C.AF_INET to u16 to avoid type error (#24933)
|
2025-07-20 04:58:30 +03:00 |
|
Alexander Medvednikov
|
d87b8c2627
|
checker: improve virtual C consts
|
2025-07-19 19:27:59 +03:00 |
|
Alexander Medvednikov
|
4dc9167b60
|
parser: fix const error
|
2025-07-19 18:51:06 +03:00 |
|
Alexander Medvednikov
|
9ef51ee714
|
v: virtual C consts with custom types (const C.MY_CONST u8)
|
2025-07-19 18:47:44 +03:00 |
|
Delyan Angelov
|
3725576729
|
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
|
2025-07-19 11:51:01 +03:00 |
|
JalonSolov
|
ae9a69bdf7
|
doc: add missing word in union section (#24926)
|
2025-07-19 09:17:06 +03:00 |
|
JalonSolov
|
6dad361eb7
|
doc: improve union section (#24925)
|
2025-07-18 22:40:50 +03:00 |
|
Larsimusrex
|
747af8c360
|
x.json2.decoder2: fix decoding of structs with option fields (fix #24409) (#24922)
|
2025-07-18 11:03:21 +03:00 |
|
Delyan Angelov
|
736d79f455
|
v.vmod: fix typo spotted by Emma on Discord
|
2025-07-18 10:58:36 +03:00 |
|
Felipe Pena
|
cb8b8f22a2
|
markused: cleanup logic + skip unused conditional fn (#24911)
|
2025-07-17 17:56:24 +03:00 |
|
kbkpbot
|
a1b7f5485f
|
eval: add comptime-if support (#24919)
|
2025-07-17 17:52:41 +03:00 |
|
Laurent Cheylus
|
54e8ed5ec5
|
runtime: add used_memory implementation for OpenBSD (#24918)
|
2025-07-17 17:51:07 +03:00 |
|
Kim Shrier
|
c3dfe62d7b
|
runtime: add used_memory() implementation for FreeBSD (#24909)
|
2025-07-17 10:14:01 +03:00 |
|
Larsimusrex
|
54c6daab54
|
decoder2: fix checking and decoding of escape characters (fix #24834) (#24915)
Co-authored-by: Lars Dumke <lars-luis.dumke@keysight.com>
|
2025-07-17 08:34:05 +03:00 |
|