Skip to content

Screen fades, window details, top screen settings & in-game timer (#224) #222

Screen fades, window details, top screen settings & in-game timer (#224)

Screen fades, window details, top screen settings & in-game timer (#224) #222

Triggered via push December 20, 2023 02:41
Status Success
Total duration 1m 6s
Artifacts

release.yml

on: push
check-symbols  /  test
13s
check-symbols / test
check-headers  /  compile
5s
check-headers / compile
check-headers  /  format-check
3s
check-headers / format-check
check-symbols  /  format-check
15s
check-symbols / format-check
check-resymgen  /  format-check
8s
check-resymgen / format-check
check-resymgen  /  build-and-test
16s
check-resymgen / build-and-test
check-resymgen  /  clippy-check
15s
check-resymgen / clippy-check
check-headers  /  implicit-padding-check
7s
check-headers / implicit-padding-check
check-headers  /  compile-no-builtin
4s
check-headers / compile-no-builtin
check-headers  /  compile-unsized
4s
check-headers / compile-unsized
check-headers  /  format
0s
check-headers / format
check-symbols  /  format
0s
check-symbols / format
check-symbol-header-sync  /  sync-check
6s
check-symbol-header-sync / sync-check
generate-and-deploy
20s
generate-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
use of `or_insert_with` to construct default value: src/data_formats/symgen_yml/merge.rs#L503
warning: use of `or_insert_with` to construct default value --> src/data_formats/symgen_yml/merge.rs:503:18 | 503 | .or_insert_with(HashMap::new) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
use of `or_insert_with` to construct default value: src/data_formats/symgen_yml/merge.rs#L505
warning: use of `or_insert_with` to construct default value --> src/data_formats/symgen_yml/merge.rs:505:18 | 505 | .or_insert_with(HashMap::new) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default
manual backwards iteration: src/checks.rs#L59
warning: manual backwards iteration --> src/checks.rs:59:46 | 59 | if let Some(c) = name.chars().rev().next() { | ^^^^^^^^^^^^^ help: use: `.next_back()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_next_back = note: `#[warn(clippy::manual_next_back)]` on by default
check-resymgen / clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-resymgen / build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-symbols / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-symbols / format-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
generate-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/