lix/doc/manual/rl-next
Alois Wohlschlager 914b0febf7
libutil: remove the interrupt-blocking code
The interrupt-blocking code was originally introduced 20 years ago so that
trying to log an error message does not result in an interrupt exception being
thrown and then going unhandled (c8d3882cdc).
However, the logging code does not check for interrupts any more
(054be50257), so this reasoning is no longer
applicable. Delete this code so that later interrupts are unblocked again, for
example in the next line entered into the repl.

Closes: lix-project/lix#296
Change-Id: I48253f5f4272e75001148c13046e709ef5427fbd
2024-05-13 09:03:53 +02:00
..
better-errors-in-nix-repl.md Print top-level errors normally in nix repl 2024-04-09 08:34:40 -07:00
debugger-locals-for-let-expressions.md
debugger-on-trace.md
drop-vendored-toml11.md
drv-string-parse-hang.md
dup-attr-errors.md
empty-search-regex.md
enter-debugger-more-reliably-in-let-and-calls.md Fix the pages in the manual for Lix 2024-05-05 16:11:01 -07:00
env-size-reduction.md
eval-system.md Fix the pages in the manual for Lix 2024-05-05 16:11:01 -07:00
fchmodat2-sandbox.md libstore/local-derivation-goal: prohibit creating setuid/setgid binaries 2024-05-03 16:29:06 +02:00
fix-nested-follows.md Revert "Revert "Merge pull request #6621 from Kha/nested-follows"" 2024-05-03 22:54:38 +00:00
forbid-nested-debuggers.md
formal-order.md
inherit-error-positions.md
inherit-from-by-need.md
leading-period.md Disallow store path names that are . or .. (plus opt. -) 2024-05-02 19:34:38 +02:00
new-assertions.md build: enable libstdc++ assertions 2024-04-08 15:40:12 -07:00
nix-config-show.md Rename nix show-config to nix config show 2024-05-03 16:26:16 +02:00
nix-env-json-drv-path.md
nix-flake-check-logs-actions.md
nix-flake-update-ux.md
nix-profile-names.md Fix the pages in the manual for Lix 2024-05-05 16:11:01 -07:00
nixversion-fake.md
no-cache-eval-errors.md always re-eval cached failures 2024-04-06 04:35:25 +00:00
print-value-in-coercion-error.md
print-value-in-type-error.md
reduce-debugger-clutter.md
repl-doc-command.md repl: improve :doc builtin repl command to support lambdas. 2024-04-03 13:47:22 -06:00
repl-interrupt.md libutil: remove the interrupt-blocking code 2024-05-13 09:03:53 +02:00
repl-overlays.md Add repl-overlays 2024-04-08 17:11:47 -07:00
short-expr-flag.md
source-location-in-while-evaluating-attribute.md
source-positions-in-errors.md
stack-overflow-segfaults.md
upgrade-nix-override.md nix3-upgrade-nix: allow manually specifying new nix 2024-04-29 01:19:21 +00:00
upgrade-nix-profile-compat.md fix nix upgrade-nix on new-style profiles 2024-04-29 01:19:21 +00:00
upstart-removal.md
with-error-reporting.md