haskell/hie-bios

Progress reporting

Aperta

#405 aperta il 10 giu 2023

 (1 commento) (2 reazioni) (0 assegnatari)Haskell (70 fork)auto 404
ZuriHacgood first issue

Metriche repository

Star
 (198 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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:

  1. An interface for progress reporting for cradles
  2. An implementation of some kind of progress reporting for, say, cabal

Guida contributor