Files
lix/src/libutil
Robert HensingandRebecca Turner ee0c195eba Split ignoreException to avoid suppressing CTRL-C
This splits `ignoreException` into `ignoreExceptionExceptInterrupt`
(which ignores all exceptions except `Interrupt`, which indicates a
SIGINT/CTRL-C) and `ignoreExceptionInDestructor` (which ignores all
exceptions, so that destructors do not throw exceptions).

This prevents many cases where Nix ignores CTRL-C entirely.
See: https://github.com/NixOS/nix/issues/7245

Upstream-PR: https://github.com/NixOS/nix/pull/11618
Change-Id: Ie7d2467eedbe840d1b9fa2e88a4e88e4ab26a87b
2024-10-01 15:49:56 -07:00
..
2024-08-25 12:18:20 -07:00
2024-03-09 03:50:06 +01:00
2024-08-26 16:13:03 -07:00
2024-05-09 13:02:45 +00:00
2024-08-04 20:55:45 -07:00
2024-08-08 14:53:17 -07:00
2024-08-26 16:13:03 -07:00
2024-08-04 20:55:45 -07:00
2024-08-26 16:13:03 -07:00
2024-08-23 15:15:21 -07:00
2024-05-29 11:01:34 +02:00
2022-02-25 16:13:02 +01:00