Skip to content

Add experimental compile command #679

Add experimental compile command

Add experimental compile command #679

Triggered via pull request December 7, 2023 03:33
Status Failure
Total duration 5m 24s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
Test Suite
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite: crates/steel-core/src/compiler/constants.rs#L9
unused import: `convert::TryFrom`
Test Suite: crates/steel-core/src/parser/tryfrom_visitor.rs#L1
unused import: `steel_parser::tokens::TokenType`
Test Suite: crates/steel-core/src/compiler/program.rs#L249
unused variable: `arity`
Test Suite: crates/steel-core/src/compiler/program.rs#L303
unused variable: `x`
Test Suite: crates/steel-core/src/parser/kernel.rs#L124
unused variable: `engine`
Test Suite: crates/steel-core/src/parser/kernel.rs#L124
variable does not need to be mutable
Test Suite: crates/steel-core/src/parser/kernel.rs#L175
unused variable: `engine`
Test Suite: crates/steel-core/src/parser/kernel.rs#L175
variable does not need to be mutable
Test Suite
`steel-core` (lib) generated 8 warnings (run `cargo fix --lib -p steel-core` to apply 8 suggestions)
Test Suite: crates/steel-pty/src/lib.rs#L50
unused import: `StreamExt`