Replace JSON case cache serialization with binary files #4198
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 9 warnings
build
Process completed with exit code 3.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/webgpu/util/floating_point.ts#L44
'reinterpretF16AsU16' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/webgpu/util/floating_point.ts#L45
'reinterpretF32AsU32' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/webgpu/util/floating_point.ts#L46
'reinterpretF64AsU32s' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/webgpu/util/floating_point.ts#L47
'reinterpretU16AsF16' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/webgpu/util/floating_point.ts#L48
'reinterpretU32AsF32' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/webgpu/util/floating_point.ts#L49
'reinterpretU32sAsF64' is defined but never used. Allowed unused vars must match /^_/u
|