Skip to content

Improve Title Abbreviation Performance (#761) #696

Improve Title Abbreviation Performance (#761)

Improve Title Abbreviation Performance (#761) #696

Triggered via push January 18, 2024 21:41
Status Success
Total duration 14m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Generate bindings
17s
Generate bindings
Check clippy lints
1m 2s
Check clippy lints
Check formatting
12s
Check formatting
Run benchmarks
5m 22s
Run benchmarks
Generate documentation
0s
Generate documentation
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build (Bare Metal Nvidia PTX 64): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal ARM Cortex-M thumbv7m): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal RISC-V 32 imac): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal ARM Cortex-M thumbv8m.main Hardware Float): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal ARM Cortex-M thumbv7em): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal ARM Cortex-M thumbv8m.base): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal ARM Cortex-M thumbv8m.main): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal RISC-V 64 gc): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal RISC-V 64 imac): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
build (Bare Metal ARM Cortex-M thumbv7em Hardware Float): src/platform/mod.rs#L34
unused import: `alloc::string::String as PathBuf`
Check clippy lints: src/component/splits/column.rs#L180
this function has too many arguments (9/7)
Check clippy lints: src/component/splits/column.rs#L231
this function has too many arguments (9/7)
Check clippy lints: src/component/splits/column.rs#L324
very complex type used. Consider factoring parts into `type` definitions
Check clippy lints: src/hotkey_config.rs#L88
this returns a `Result<_, ()>`
Check clippy lints: src/rendering/mod.rs#L506
this function has too many arguments (11/7)
Check clippy lints: src/rendering/mod.rs#L593
this function has too many arguments (8/7)
Check clippy lints: src/rendering/mod.rs#L624
this function has too many arguments (8/7)
Check clippy lints: src/rendering/mod.rs#L676
this function has too many arguments (9/7)
Check clippy lints: src/run/editor/mod.rs#L846
this returns a `Result<_, ()>`
Check clippy lints: src/timing/timer/mod.rs#L151
the `Err`-variant returned from this function is very large
build (WebAssembly Unknown): src/platform/wasm/unknown/mod.rs#L4
unused import: `std::sync::RwLock`
build (WebAssembly Web): src/platform/wasm/web/mod.rs#L3
unused import: `std::sync::RwLock`