Skip to content

patch path on timeout instead of recalculating everything #525

patch path on timeout instead of recalculating everything

patch path on timeout instead of recalculating everything #525

Triggered via push December 26, 2024 12:36
Status Success
Total duration 1m 57s
Artifacts 1

doc.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
very complex type used. Consider factoring parts into `type` definitions: azalea/src/pathfinder/mod.rs#L524
warning: very complex type used. Consider factoring parts into `type` definitions --> azalea/src/pathfinder/mod.rs:524:16 | 524 | mut query: Query<( | ________________^ 525 | | Entity, 526 | | &mut Pathfinder, 527 | | &mut ExecutingPath, ... | 531 | | &Inventory, 532 | | )>, | |______^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default
unneeded late initialization: azalea/src/pathfinder/mod.rs#L343
warning: unneeded late initialization --> azalea/src/pathfinder/mod.rs:343:5 | 343 | let path; | ^^^^^^^^^ created here ... 378 | path = movements.into_iter().collect::<VecDeque<_>>(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ initialised here | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_late_init = note: `#[warn(clippy::needless_late_init)]` on by default help: move the declaration `path` here | 343 ~ 344 | ... 377 | 378 ~ let path = movements.into_iter().collect::<VecDeque<_>>(); |
Invalid file permissions automatically fixed
mode of './target/doc/.lock' changed from 0600 (rw-------) to 0644 (rw-r--r--)
deploy
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/
deploy
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/
deploy
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/
deploy
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/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "github-pages". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
github-pages Expired
184 MB