sbt/internal/util-logging/src
Ethan Atkins d68e2a6361 Make progress lines blink less
The more we call flush, the more likely progress status is to blink. To
reduce the amount of calls to flush, we can instead batch all of the
bytes that are going to be written and wriite them all at once. This
change made progress noticeably less blinky in the zinc project running
the latest sbt snapshot (which frankly was almost siezure inducing when
running publishLocal)
2020-07-22 14:55:25 -07:00
..
main Make progress lines blink less 2020-07-22 14:55:25 -07:00
test Upgrade LineReader to JLine3 2020-07-10 13:37:53 -07:00