mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 00:21:01 +01:00
The interrupting code is no longer relevant. Since
054be50257 logging no longer checks for interrupts
and in general logging should be noexcept.
Co-authored-by: Alois Wohlschlager <alois1@gmx-topmail.de>
Cherry-picked-from: https://gerrit.lix.systems/c/lix/+/1097
364 B
364 B
| synopsis | issues | |
|---|---|---|
| Interrupting REPL commands works more than once |
|
Previously, this only worked once per REPL session; further attempts would be ignored.
This issue is now fixed, so REPL commands such as :b or :p can be canceled consistently.
This is a cherry-pick of the change from the Lix project.