Skip to content

visualize unique solutions #31

visualize unique solutions

visualize unique solutions #31

Triggered via push March 27, 2026 17:20
Status Success
Total duration 16m 14s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
fmt
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
fmt
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/
fmt
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/
fmt
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/
fmt
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/
clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
clippy: solitaire-game/src/total_progress.rs#L21
empty line after doc comment
clippy
`solitaire-solver` (lib) generated 8 warnings (run `cargo clippy --fix --lib -p solitaire-solver` to apply 6 suggestions)
clippy: solitaire-solver/src/unique_solutions.rs#L131
using `clone` on type `Move` which implements the `Copy` trait
clippy: solitaire-solver/src/unique_solutions.rs#L62
using `clone` on type `Board` which implements the `Copy` trait
clippy: solitaire-solver/src/solution.rs#L130
this expression creates a reference which is immediately dereferenced by the compiler
clippy: solitaire-solver/src/solution.rs#L121
this `repeat().take()` can be written more concisely
clippy: solitaire-solver/src/unique_solutions.rs#L70
function `canonicalize` is never used
clippy: solitaire-solver/src/unique_solutions.rs#L7
empty line after doc comment
clippy: solitaire-solver/src/unique_solutions.rs#L2
unused import: `unique_solutions`
clippy: solitaire-solver/src/solution.rs#L2
unused import: `self`
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/
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/
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/
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/
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
check: solitaire-game/src/total_progress.rs#L65
unused variable: `board`
check: solitaire-game/src/total_progress.rs#L64
unused variable: `feasible`
check: solitaire-game/src/total_progress.rs#L69
variable does not need to be mutable
check: solitaire-game/src/total_progress.rs#L63
variable does not need to be mutable
check: solitaire-game/src/stats.rs#L298
unused variable: `board`
check: solitaire-game/src/board.rs#L172
unused variable: `colors`
check
`solitaire-solver` (lib) generated 3 warnings (run `cargo fix --lib -p solitaire-solver` to apply 2 suggestions)
check: solitaire-solver/src/unique_solutions.rs#L70
function `canonicalize` is never used
check: solitaire-solver/src/unique_solutions.rs#L2
unused import: `unique_solutions`
check: solitaire-solver/src/solution.rs#L2
unused import: `self`
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/
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/
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/
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/
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
test: solitaire-game/src/total_progress.rs#L65
unused variable: `board`
test: solitaire-game/src/total_progress.rs#L64
unused variable: `feasible`
test: solitaire-game/src/total_progress.rs#L69
variable does not need to be mutable
test: solitaire-game/src/total_progress.rs#L63
variable does not need to be mutable
test: solitaire-game/src/stats.rs#L298
unused variable: `board`
test: solitaire-game/src/board.rs#L172
unused variable: `colors`
test
`solitaire-solver` (lib) generated 3 warnings (run `cargo fix --lib -p solitaire-solver` to apply 2 suggestions)
test: solitaire-solver/src/unique_solutions.rs#L70
function `canonicalize` is never used
test: solitaire-solver/src/unique_solutions.rs#L2
unused import: `unique_solutions`
test: solitaire-solver/src/solution.rs#L2
unused import: `self`
test
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
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
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
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/