If I'm not mistaken, I saw that vcpkg uses "ninja" under the hood. Ninja does a good job of communicating the on-going build process succinctly (e.g. on step 50 of 1000).
It would be great to expose this build progress during installs; otherwise, for a long-running build process, all we see is "Building package xyz..." with no idea for how long it will take to complete.
If exposing the ninja-provided info isn't feasible for some reason (or I'm mistaken that ninja is being used), then perhaps we could communicate some sort of progress?
Thanks for your consideration ;-)
If I'm not mistaken, I saw that vcpkg uses "ninja" under the hood. Ninja does a good job of communicating the on-going build process succinctly (e.g. on step 50 of 1000).
It would be great to expose this build progress during installs; otherwise, for a long-running build process, all we see is "Building package xyz..." with no idea for how long it will take to complete.
If exposing the ninja-provided info isn't feasible for some reason (or I'm mistaken that ninja is being used), then perhaps we could communicate some sort of progress?
Thanks for your consideration ;-)