Miscellaneous updates and fixes #380
Annotations
31 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Setup 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/
|
Setup 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/
|
Setup 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/
|
Setup 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/
|
Test All
`/home/runner/work/blade/blade/.cargo/config` is deprecated in favor of `config.toml`
|
Test All:
blade-macros/tests/main.rs#L8
struct `ShaderParams` is never constructed
|
Test All
`blade-macros` (test "main") generated 1 warning
|
Test All
`blade-asset` (lib test) generated 1 warning (run `cargo fix --lib -p blade-asset --tests` to apply 1 suggestion)
|
Check Basics
`/home/runner/work/blade/blade/.cargo/config` is deprecated in favor of `config.toml`
|
Test Basics
`/home/runner/work/blade/blade/.cargo/config` is deprecated in favor of `config.toml`
|
Test Basics:
blade-render/src/model/mod.rs#L3
unused imports: `Entry`, `HashMap`
|
Test Basics:
blade-render/src/texture/mod.rs#L2
unused imports: `io`, `mem`, `slice`
|
Test Basics:
blade-render/src/texture/mod.rs#L116
unused import: `blade_graphics::TextureFormat as Tf`
|
Test Basics:
blade-render/src/model/mod.rs#L488
unused variable: `source`
|
Test Basics:
blade-render/src/model/mod.rs#L490
unused variable: `meta`
|
Test Basics:
blade-render/src/model/mod.rs#L491
unused variable: `cooker`
|
Test Basics:
blade-render/src/model/mod.rs#L492
unused variable: `exe_context`
|
Test Basics:
blade-render/src/texture/mod.rs#L130
unused variable: `src`
|
Test Basics:
blade-render/src/texture/mod.rs#L110
unused variable: `source`
|
Test GLES
`/home/runner/work/blade/blade/.cargo/config` is deprecated in favor of `config.toml`
|
Test GLES:
blade-graphics/src/gles/egl.rs#L200
unnecessary qualification
|
Test GLES:
blade-graphics/src/gles/command.rs#L375
unused variable: `index`
|
Test GLES:
blade-graphics/src/gles/command.rs#L556
unused variable: `dst`
|
Test GLES:
blade-graphics/src/gles/command.rs#L557
unused variable: `size`
|
Test GLES:
blade-graphics/src/gles/command.rs#L558
unused variable: `value`
|
Test GLES:
blade-graphics/src/gles/command.rs#L614
unused variable: `row_texels`
|
Test GLES:
blade-graphics/src/gles/command.rs#L687
unused variable: `src`
|
Test GLES:
blade-graphics/src/gles/command.rs#L688
unused variable: `dst`
|
Test GLES:
blade-graphics/src/gles/command.rs#L689
unused variable: `bytes_per_row`
|
Loading