zellij/zellij-server/src
har7an 9f900a7325
Fix compiler warnings (#4026)
* 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.
2025-02-28 14:09:35 +00:00
..
output feat(terminal): mouse AnyEvent tracking (1003) 2025-01-14 15:42:06 +01:00
panes Fix compiler warnings (#4026) 2025-02-28 14:09:35 +00:00
plugins Fix compiler warnings (#4026) 2025-02-28 14:09:35 +00:00
tab Fix compiler warnings (#4026) 2025-02-28 14:09:35 +00:00
ui fix(ux): some filepicker improvements (#4007) 2025-02-20 10:03:34 +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 (#4026) 2025-02-28 14:09:35 +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 (#4026) 2025-02-28 14:09:35 +00:00
screen.rs feat(plugins): add tab history to the SessionUpdate Event (#4014) 2025-02-21 19:34:38 +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 (#4026) 2025-02-28 14:09:35 +00:00
thread_bus.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00