Debian Patches

Status for rust-alacritty/0.11.0-4

Patch Description Author Forwarded Bugs Origin Last update
remove-non-linux-deps.patch no
bump-notify-dep.patch [PATCH 1/2] Update to notify v5 via notify_debouncer_mini
v5 notify moved the debounced API into its own crate,
notify_debouncer_mini. The debounced API doesn't provide details on the
type of event that happened, just that a list of events or errors
happened. Therefore, trigger reload on any event for a matching path.

Disable default features for notify_debouncer_mini since std::sync::mpsc
is being used, so there's no need to pull in crossbeam-channel.
James McCoy <jamessan@jamessan.com> no 2022-10-30
Add--T-short-form-for---title.patch [PATCH] Add -T short form for --title
Debian-based distributions provide a standard interface to launch a
terminal via the x-terminal-emulator name. In order for a terminal
emualtor to satisfy that interface, it must

* Be VT100 compatiable
* Support the "-e <command> <args>" CLI option
* Support the "-T <title>" CLI option

Adjust the short form of --title accordingly, providing -t as an alias
to avoid breaking any existing usage.
James McCoy <jamessan@jamessan.com> no 2022-12-10
Fix-notify-doing-active-polling.patch [PATCH] Fix notify doing active polling
The `notify-debouncer-mini` spawn a thread which checks the events
every timeout, which is not desired since we want to avoid active
polling.

This commit re-implements debouncer based on the `RecommendedWatcher`
without adding an extra thread on top and not doing any busy-waiting.

Fixes #6652.
Kirill Chibisov <contact@kchibisov.com> no 2023-02-02

All known versions for source package 'rust-alacritty'

Links