feat: migrate zlog to zig 0.15.1 #7
Annotations
6 errors, 10 warnings, and 2 notices
|
build (ubuntu-latest)
Process completed with exit code 1.
|
|
build (windows-latest)
Unable to locate executable file: zig. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
|
|
build (windows-latest)
The operation was canceled.
|
|
build (windows-latest)
The strategy configuration was canceled because "build.ubuntu-latest" failed
|
|
build (macos-latest)
The operation was canceled.
|
|
build (macos-latest)
The strategy configuration was canceled because "build.ubuntu-latest" failed
|
|
unsafe-undefined:
src/logger.zig#L1015
`undefined` is missing a safety comment
|
|
unsafe-undefined:
src/logger.zig#L1013
`undefined` is missing a safety comment
|
|
unsafe-undefined:
src/logger.zig#L1012
`undefined` is missing a safety comment
|
|
unsafe-undefined:
src/logger.zig#L582
Do not use `undefined` as a default value
|
|
unsafe-undefined:
src/logger.zig#L518
Do not use `undefined` as a default value
|
|
suppressed-errors:
src/logger.zig#L960
Caught error is mishandled with `unreachable`
|
|
suppressed-errors:
benchmarks/comprehensive.zig#L259
`catch` statement suppresses errors
|
|
suppressed-errors:
benchmarks/production.zig#L88
Caught error is mishandled with `unreachable`
|
|
unsafe-undefined:
src/correlation.zig#L90
`undefined` is missing a safety comment
|
|
unsafe-undefined:
src/correlation.zig#L54
Do not use `undefined` as a default value
|
|
build (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
build (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|