feat: migrate zlog to zig 0.15.1 #12
Annotations
11 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: DonIsaac/zlint-action@v0, mlugg/setup-zig@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
examples/otel_example.zig#L21
`catch` statement suppresses errors
|
|
src/async_batcher.zig#L95
Do not use `undefined` as a default value
|
|
src/async_batcher.zig#L94
Do not use `undefined` as a default value
|
|
src/async_batcher.zig#L27
Do not use `undefined` as a default value
|
|
src/async_batcher.zig#L22
Do not use `undefined` as a default value
|
|
src/async_batcher.zig#L185
Caught error is mishandled with `unreachable`
|
|
src/otel.zig#L195
Prefer using type annotations over @as().
|
|
src/zlog.zig#L112
Do not use `undefined` as a default value
|
|
src/zlog.zig#L111
Do not use `undefined` as a default value
|
|
src/writer_handle.zig#L67
comparing with `undefined` is unspecified behavior.
|
The logs for this run have expired and are no longer available.
Loading