#321 requested to provide info about what is currently running for long tasks. We used write-progress for that, but it never could report any real progress, it only shown the currently running tasks. This now causes formatting issues on Linux, and a lot of overhead on both platforms. So I removed the progress, and now we need a better way of reporting what is happening, and we should also make it CI server log friendly.
#321 requested to provide info about what is currently running for long tasks. We used write-progress for that, but it never could report any real progress, it only shown the currently running tasks. This now causes formatting issues on Linux, and a lot of overhead on both platforms. So I removed the progress, and now we need a better way of reporting what is happening, and we should also make it CI server log friendly.