1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/doc/manual/rl-next/repl-and-logging.md
2025-05-14 16:58:57 -04:00

417 B

synopsis issues prs
Fix chopped up repl output
12599
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. REPL output should no longer interrupt or be interrupted by the logger mid-message,