haskell/hie-bios

Progress reporting

开放

#405 创建于 2023年6月10日

 (1 条评论) (2 个反应) (0 位负责人)Haskell (70 个派生)auto 404
ZuriHacgood first issue

仓库指标

星标
 (198 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南