mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
I noticed some flickering in super shell progress lines and realized that it was because there were multiple progress threads running concurrently. This is problematic because each thread has a completely different state so if each thread has an active task, the display will flicker between the two tasks. I think this is caused primarily by dynamic tasks. At least the example where I was seeing it was caused by a dynamic task.