mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
doc/rl-next: Add repl-and-logging
This commit is contained in:
parent
721b09a69f
commit
db76487f41
1 changed files with 9 additions and 0 deletions
9
doc/manual/rl-next/repl-and-logging.md
Normal file
9
doc/manual/rl-next/repl-and-logging.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
synopsis: "Fix chopped up repl output"
|
||||
issues: [12599]
|
||||
prs: [12604]
|
||||
---
|
||||
|
||||
The REPL and logger now contend for standard output in a much more systematic manner.
|
||||
In particular, the synchronisation mechanism is more error-tolerant, by virtue of now using [RAII](https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization).
|
||||
REPL output should no longer interrupt or be interrupted by the logger mid-message,
|
Loading…
Add table
Add a link
Reference in a new issue