You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we don't give good feedback to the user when the build tool is building stuff. Ideally, we would show something like "Building dependencies 54/500" or something via progress reporting.
However this is pretty hard to do well since we just shell out to the build tool and don't have a proper interface. Nonetheless, a hacky implementation in terms of parsing the stdout or something would be really nice for users and so I think it's probably worth it.
We'd need two things:
An interface for progress reporting for cradles
An implementation of some kind of progress reporting for, say, cabal
The text was updated successfully, but these errors were encountered:
At the moment we don't give good feedback to the user when the build tool is building stuff. Ideally, we would show something like "Building dependencies 54/500" or something via progress reporting.
However this is pretty hard to do well since we just shell out to the build tool and don't have a proper interface. Nonetheless, a hacky implementation in terms of parsing the stdout or something would be really nice for users and so I think it's probably worth it.
We'd need two things:
The text was updated successfully, but these errors were encountered: