1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00

Revert "doc/rl-next: Add repl-and-logging"

It is already released on 2.28.0

This reverts commit db76487f41.
This commit is contained in:
John Ericson 2025-05-14 17:20:37 -04:00
parent 5ca242018d
commit 1d23d883ad

View file

@ -1,9 +0,0 @@
---
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,