Skip to content

Wait for plugins to load before starting the ECS (#212) #2197

Wait for plugins to load before starting the ECS (#212)

Wait for plugins to load before starting the ECS (#212) #2197

Triggered via push March 25, 2025 04:30
Status Success
Total duration 1m 44s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
very complex type used. Consider factoring parts into `type` definitions: azalea-client/src/plugins/events.rs#L182
warning: very complex type used. Consider factoring parts into `type` definitions --> azalea-client/src/plugins/events.rs:182:12 | 182 | query: Query<(Entity, &LocalPlayerEvents), (Added<InLoadedChunk>, Without<SentSpawnEvent>)>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = 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
use `std::ptr::eq` when comparing raw pointers: azalea-brigadier/src/command_dispatcher.rs#L352
warning: use `std::ptr::eq` when comparing raw pointers --> azalea-brigadier/src/command_dispatcher.rs:352:35 | 352 | let redirect = if redirect.data_ptr() == self.root.data_ptr() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::ptr::eq(redirect.data_ptr(), self.root.data_ptr())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_eq = note: `#[warn(clippy::ptr_eq)]` on by default
clippy_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/
clippy_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/
clippy_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/
clippy_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/