Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | Fix progress bar flicker with -L | Eelco Dolstra | |
This was caused by -L calling setLogFormat() again, which caused the creation of a new progress bar without destroying the old one. So we had two progress bars clobbering each other. We should change 'logger' to be a smart pointer, but I'll do that in a future PR. Fixes #6931. | |||
2020-06-11 | Style fixes | Eelco Dolstra | |
2020-06-08 | Move progress-bar.cc to libmain | regnat | |
Needed so that we can include it as a logger in loggers.cc without adding a dependency on nix This also requires moving names.hh to libutil to prevent a circular dependency between libmain and libexpr |