Skip to content

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

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

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

Triggered via pull request July 24, 2023 20:21
Status Success
Total duration 14m 1s
Artifacts

ci.yml

on: pull_request
changed_paths
8s
changed_paths
cargo check (host)
8m 39s
cargo check (host)
rustfmt
24s
rustfmt
clippy
6m 45s
clippy
cargo test (host)
11m 43s
cargo test (host)
build boot image (x86_64)
6m 15s
build boot image (x86_64)
cargo test (cross x64)
8m 53s
cargo test (cross x64)
docs
12m 33s
docs
Loom tests (cordyceps)
2m 31s
Loom tests (cordyceps)
Miri tests (codyceps)
4m 8s
Miri tests (codyceps)
Tests (maitake, no-default-features)
5m 18s
Tests (maitake, no-default-features)
Loom tests (maitake)
3m 59s
Loom tests (maitake)
Loom tests (mycelium-util)
2m 25s
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