Skip to content

feat(maitake): add WaitCell::subscribe and poll_wait #1280

feat(maitake): add WaitCell::subscribe and poll_wait

feat(maitake): add WaitCell::subscribe and poll_wait #1280

Triggered via pull request July 24, 2023 21:06
Status Success
Total duration 13m 45s
Artifacts

ci.yml

on: pull_request
changed_paths
6s
changed_paths
cargo check (host)
9m 41s
cargo check (host)
rustfmt
21s
rustfmt
clippy
6m 46s
clippy
cargo test (host)
12m 34s
cargo test (host)
build boot image (x86_64)
7m 53s
build boot image (x86_64)
cargo test (cross x64)
7m 37s
cargo test (cross x64)
docs
10m 3s
docs
Loom tests (cordyceps)
2m 29s
Loom tests (cordyceps)
Miri tests (codyceps)
5m 54s
Miri tests (codyceps)
Tests (maitake, no-default-features)
4m 53s
Tests (maitake, no-default-features)
Loom tests (maitake)
3m 55s
Loom tests (maitake)
Loom tests (mycelium-util)
2m 28s
Loom tests (mycelium-util)
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
clippy: hal-x86_64/src/interrupt/apic/io.rs#L284
warning: unused import: `super::*` --> hal-x86_64/src/interrupt/apic/io.rs:284:9 | 284 | use super::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
clippy: hal-x86_64/src/interrupt/apic/io.rs#L284
warning: unused import: `super::*` --> hal-x86_64/src/interrupt/apic/io.rs:284:9 | 284 | use super::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
cargo check (host): hal-x86_64/src/interrupt/apic/io.rs#L284
warning: unused import: `super::*` --> hal-x86_64/src/interrupt/apic/io.rs:284:9 | 284 | use super::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
cargo check (host): trace/src/embedded_graphics.rs#L132
warning: unused variable: `actual_point` --> trace/src/embedded_graphics.rs:132:17 | 132 | Err(actual_point) => unsafe { | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actual_point` | = note: `#[warn(unused_variables)]` on by default
cargo check (host): hal-x86_64/src/interrupt/apic/io.rs#L284
warning: unused import: `super::*` --> hal-x86_64/src/interrupt/apic/io.rs:284:9 | 284 | use super::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
docs: hal-x86_64/src/interrupt/apic/io.rs#L284
warning: unused import: `super::*` --> hal-x86_64/src/interrupt/apic/io.rs:284:9 | 284 | use super::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default