zellij/zellij-server/src
har7an 502af243e0
Fix compiler warnings (#4053)
* chore(cargo): Update dependencies

for xtask subcommand to remove warnings about unknown compiler
attributes.

* deps(xtask): Remove `lazy_static`

as dependency, since the code we need can now be expressed using rusts
`std` builtin types.

* fix(xtask): Hide deprecated args

so the compiler doesn't complain about dead code any more.

* fix(xtask): Remove needless borrow.

* fix: Remove dead code

across the codebase, as discovered by the rust compiler.

* fix(server): Log previously ignored errors.

* fix(xtask): Remove needless `format!` calls.

* fix(xtask): Remove superfluous return statement.

* fix(client): Remove unused enum variant

from `ClientInstruction` and all code attached to it.

* fix(server): Restore functions needed in tests.

* chore: Apply rustfmt.

* fix(server): Add missing code.

* fix: Remove leftover warnings.

* CHANGELOG: Add MR #4026.

* fix(xtask): Pin `xshell` to version 0.2.2

because release 0.2.3 changed the way stdin is handled, breaking
interactive command invocations (such as we use).
2025-03-10 16:50:20 +00:00
..
output feat(terminal): mouse AnyEvent tracking (1003) 2025-01-14 15:42:06 +01:00
panes Fix compiler warnings (#4053) 2025-03-10 16:50:20 +00:00
plugins Fix compiler warnings (#4053) 2025-03-10 16:50:20 +00:00
tab Fix compiler warnings (#4053) 2025-03-10 16:50:20 +00:00
ui fix(panes): various fixes for rendering stacked panes without pane frames (#4035) 2025-03-02 13:18:12 +01:00
unit fix(stacked-panes): better handling of adding new panes to a stack (#4016) 2025-02-22 12:45:30 +01:00
background_jobs.rs fix(http): web requests (#3643) 2024-10-04 18:09:06 +02:00
lib.rs Fix compiler warnings (#4053) 2025-03-10 16:50:20 +00:00
logging_pipe.rs dependencies: switch from Wasmer to Wasmtime (#3349) 2024-06-28 16:47:43 +02:00
os_input_output.rs chore(deps): update some dependencies (#4019) 2025-02-24 11:39:44 +01:00
pty.rs fix(ux): some filepicker improvements (#4007) 2025-02-20 10:03:34 +01:00
pty_writer.rs fix(rendering): occasional glitches while resizing (#2621) 2023-07-12 20:30:41 +02:00
route.rs Fix compiler warnings (#4053) 2025-03-10 16:50:20 +00:00
screen.rs fix(panes): various fixes for rendering stacked panes without pane frames (#4035) 2025-03-02 13:18:12 +01:00
session_layout_metadata.rs feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +02:00
terminal_bytes.rs Fix compiler warnings (#4053) 2025-03-10 16:50:20 +00:00
thread_bus.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00