mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 11:19:35 +01: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,