improve cross platofrm build #1
Annotations
7 errors and 7 warnings
Clippy:
src/main.rs#L7
this import is redundant
|
Clippy:
src/interpreter/mod.rs#L71
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Clippy:
src/interpreter/mod.rs#L108
useless use of `format!`
|
Clippy:
src/lexer/mod.rs#L27
name `EOF` contains a capitalized acronym
|
Clippy:
src/lexer/mod.rs#L97
use of `char::is_digit` with literal radix of 10
|
Clippy:
src/lexer/mod.rs#L189
use of `char::is_digit` with literal radix of 10
|
Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Set up Rust
Unexpected input(s) 'targets', valid inputs are ['toolchain', 'target', 'default', 'override', 'profile', 'components']
|
Set up Rust
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/
|
Set up Rust
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/
|
Set up Rust
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/
|
Set up Rust
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/
|
Loading