builder,checker,ast: move auto str() before backend gen #14064
Triggered via pull request
December 22, 2025 10:40
Status
Failure
Total duration
12m 45s
Artifacts
–
Annotations
13 errors and 12 warnings
|
msvc-windows
Process completed with exit code 1.
|
|
tcc-windows
Process completed with exit code 1.
|
|
gcc-windows
Process completed with exit code 1.
|
|
gcc-windows
expected ')' before '{' token
|
|
gcc-windows
'strings__IndentParam' undeclared (first use in this function)
|
|
gcc-windows
expected ')' before '{' token
|
|
gcc-windows
'strings__IndentParam' undeclared (first use in this function)
|
|
gcc-windows
expected ')' before '{' token
|
|
gcc-windows
'strings__IndentParam' undeclared (first use in this function)
|
|
gcc-windows
expected ')' before '{' token
|
|
gcc-windows
'strings__IndentParam' undeclared (first use in this function)
|
|
gcc-windows
expected ')' before '{' token
|
|
gcc-windows
'strings__IndentParam' undeclared (first use in this function)
|
|
msvc-windows
module 'strings' is imported but never used. Use `import strings as _`, to silence this warning, or just remove the unused import line
|
|
tcc-windows
module 'strings' is imported but never used. Use `import strings as _`, to silence this warning, or just remove the unused import line
|
|
gcc-windows
implicit declaration of function 'strings__Builder_indent'; did you mean 'strings__Builder_free'? [-Wimplicit-function-declaration]
|
|
gcc-windows
implicit declaration of function 'strings__Builder_writeln'; did you mean 'strings__Builder_write_u8'? [-Wimplicit-function-declaration]
|
|
gcc-windows:
cmd/tools/vsymlink/vsymlink_windows.c.v#L143
passing argument 4 of 'SendMessageTimeoutW' makes integer from pointer without a cast [-Wint-conversion]
|
|
gcc-windows:
cmd/tools/vsymlink/vsymlink_windows.c.v#L134
passing argument 5 of 'RegSetValueExW' from incompatible pointer type [-Wincompatible-pointer-types]
|
|
gcc-windows:
cmd/tools/vsymlink/vsymlink_windows.c.v#L126
passing argument 6 of 'RegQueryValueExW' from incompatible pointer type [-Wincompatible-pointer-types]
|
|
gcc-windows:
cmd/tools/vsymlink/vsymlink_windows.c.v#L126
passing argument 5 of 'RegQueryValueExW' from incompatible pointer type [-Wincompatible-pointer-types]
|
|
gcc-windows:
cmd/tools/vsymlink/vsymlink_windows.c.v#L115
passing argument 5 of 'RegOpenKeyExW' from incompatible pointer type [-Wincompatible-pointer-types]
|
|
gcc-windows:
vlib/builtin/closure/closure_windows.c.v#L24
passing argument 4 of 'VirtualProtect' from incompatible pointer type [-Wincompatible-pointer-types]
|
|
gcc-windows:
vlib/builtin/closure/closure_windows.c.v#L21
passing argument 4 of 'VirtualProtect' from incompatible pointer type [-Wincompatible-pointer-types]
|
|
gcc-windows
module 'strings' is imported but never used. Use `import strings as _`, to silence this warning, or just remove the unused import line
|