mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
417 B
417 B
synopsis | issues | prs | ||
---|---|---|---|---|
Fix chopped up repl output |
|
|
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,