Skip to content

fix: add granular updates and fix text editor jitter #230

fix: add granular updates and fix text editor jitter

fix: add granular updates and fix text editor jitter #230

Triggered via push March 29, 2024 10:23
Status Success
Total duration 3m 29s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
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/
Clippy: flax/src/archetype/mod.rs#L2
the item `Box` is imported redundantly
Clippy: flax/src/archetype/mod.rs#L5
the item `Vec` is imported redundantly
Clippy: flax/src/archetype/batch.rs#L3
the item `Vec` is imported redundantly
Clippy: flax/src/archetype/changes.rs#L6
the item `Vec` is imported redundantly
Clippy: flax/src/commands.rs#L3
the item `Box` is imported redundantly
Clippy: flax/src/commands.rs#L3
the item `Vec` is imported redundantly
Clippy: flax/src/entity/builder.rs#L8
the item `Box` is imported redundantly
Clippy: flax/src/entity/builder.rs#L8
the item `Vec` is imported redundantly
Clippy: flax/src/entity/store.rs#L5
the item `Vec` is imported redundantly
Clippy: flax/src/filter/change.rs#L1
the item `Vec` is imported redundantly
check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
check: flax/src/fetch/transform.rs#L8
unused import: `super::EntityRefs`
check
`flax` (lib) generated 1 warning (run `cargo fix --lib -p flax` to apply 1 suggestion)
check: violet-core/src/editor.rs#L1
unused import: `ops::RangeInclusive`
check
`violet-core` (lib) generated 1 warning (run `cargo fix --lib -p violet-core` to apply 1 suggestion)
check: violet-wgpu/src/systems.rs#L3
unused import: `Metrics`
check: violet-wgpu/src/systems.rs#L11
unused import: `glam::Vec2`
check: violet-wgpu/src/systems.rs#L16
unused imports: `Rect`, `layout_bounds`, `rect`
check
`violet-wgpu` (lib) generated 3 warnings (run `cargo fix --lib -p violet-wgpu` to apply 3 suggestions)
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_miri
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
test_miri
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
test_miri
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_miri
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_miri
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_miri
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_miri: flax/src/archetype/mod.rs#L2
the item `Box` is imported redundantly
test_miri: flax/src/archetype/mod.rs#L5
the item `Vec` is imported redundantly
test_miri: flax/src/archetype/batch.rs#L3
the item `Vec` is imported redundantly
test_miri: flax/src/archetype/changes.rs#L6
the item `Vec` is imported redundantly
test_miri: flax/src/commands.rs#L3
the item `Box` is imported redundantly
test_miri: flax/src/commands.rs#L3
the item `Vec` is imported redundantly
test_miri: flax/src/entity/builder.rs#L8
the item `Box` is imported redundantly
test_miri: flax/src/entity/builder.rs#L8
the item `Vec` is imported redundantly
test_miri: flax/src/entity/store.rs#L5
the item `Vec` is imported redundantly
test_miri: flax/src/filter/change.rs#L1
the item `Vec` is imported redundantly
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
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/
test: flax/src/fetch/transform.rs#L8
unused import: `super::EntityRefs`
test
`flax` (lib) generated 1 warning (run `cargo fix --lib -p flax` to apply 1 suggestion)
test: violet-core/src/editor.rs#L1
unused import: `ops::RangeInclusive`
test
`violet-core` (lib) generated 1 warning (run `cargo fix --lib -p violet-core` to apply 1 suggestion)
test: violet-wgpu/src/systems.rs#L3
unused import: `Metrics`
test: violet-wgpu/src/systems.rs#L11
unused import: `glam::Vec2`
test: violet-wgpu/src/systems.rs#L16
unused imports: `Rect`, `layout_bounds`, `rect`
test
`violet-wgpu` (lib) generated 3 warnings (run `cargo fix --lib -p violet-wgpu` to apply 3 suggestions)