Skip to content

start implementing const folding #213

start implementing const folding

start implementing const folding #213

Triggered via push March 30, 2024 17:39
Status Failure
Total duration 37s
Artifacts

ci.yaml

on: push
Build check
27s
Build check
Lint (clippy)
25s
Lint (clippy)
Format
20s
Format
Build WASM & website
0s
Build WASM & website
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 29 warnings
Format
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Lint (clippy): src/ir.rs#L800
unused variable: `value_stack`
Lint (clippy): src/ir.rs#L800
variable does not need to be mutable
Lint (clippy): src/ir.rs#L37
method `const_fold` is never used
Lint (clippy): src/ir.rs#L807
fields `int`, `float`, `boolean`, and `string` are never read
Lint (clippy): src/ir.rs#L814
fields `tag` and `value` are never read
Lint (clippy): src/targets/wasm.rs#L80
accessing first element with `input_types.get(0)`
Lint (clippy): src/targets/wasm.rs#L86
accessing first element with `input_types.get(0)`
Lint (clippy): src/targets/wasm.rs#L98
accessing first element with `input_types.get(0)`
Lint (clippy): src/targets/wasm.rs#L104
accessing first element with `input_types.get(0)`
Lint (clippy): src/targets/wasm.rs#L117
accessing first element with `input_types.get(0)`
Format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Format
The `set-output` 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/
Format
The `set-output` 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/
Format
The `set-output` 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/
Format
The `set-output` 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/
Lint (clippy)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint (clippy)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint (clippy)
The `set-output` 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/
Lint (clippy)
The `set-output` 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/
Lint (clippy)
The `set-output` 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/
Lint (clippy)
The `set-output` 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/
Lint (clippy): src/sb3.rs#L249
fields must be the same type across all variants - no getter will be emitted for this field
Lint (clippy): src/sb3.rs#L412
fields must be the same type across all variants - no getter will be emitted for this field
Lint (clippy)
`hyperquark` (lib) generated 2 warnings
Build check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build check
The `set-output` 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 check
The `set-output` 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 check
The `set-output` 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 check
The `set-output` 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 check: src/sb3.rs#L249
fields must be the same type across all variants - no getter will be emitted for this field
Build check: src/sb3.rs#L412
fields must be the same type across all variants - no getter will be emitted for this field
Build check: src/ir.rs#L800
unused variable: `value_stack`
Build check: src/ir.rs#L800
variable does not need to be mutable
Build check: src/ir.rs#L37
method `const_fold` is never used
Build check: src/ir.rs#L807
fields `int`, `float`, `boolean`, and `string` are never read
Build check: src/ir.rs#L814
fields `tag` and `value` are never read
Build check
`hyperquark` (lib) generated 7 warnings (run `cargo fix --lib -p hyperquark` to apply 1 suggestion)