Skip to content

Support automatically toggling room focus #477

Support automatically toggling room focus

Support automatically toggling room focus #477

Triggered via pull request August 23, 2024 20:45
Status Failure
Total duration 2m 17s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
test (macos-latest)
Process completed with exit code 101.
test (windows-latest)
The job was canceled because "macos-latest" failed.
test (windows-latest)
The operation was canceled.
test (ubuntu-latest)
The job was canceled because "macos-latest" failed.
test (ubuntu-latest)
The operation was canceled.
[clippy] src/windows/room/chat.rs#L656: src/windows/room/chat.rs#L656
warning: unused variable: `store` --> src/windows/room/chat.rs:656:9 | 656 | store: &mut ProgramStore, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` | = note: `#[warn(unused_variables)]` on by default
[clippy] src/windows/room/scrollback.rs#L95: src/windows/room/scrollback.rs#L95
warning: this loop could be written as a `for` loop --> src/windows/room/scrollback.rs:95:5 | 95 | while let Some((i, (key, _))) = iter.next() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `for (i, (key, _)) in iter.by_ref()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#while_let_on_iterator = note: `#[warn(clippy::while_let_on_iterator)]` on by default
test (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, mozilla-actions/sccache-action@v0.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/