haskell / haskell/cabal

Implement opt-in for anonymous build reporting

未关闭
#722 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
cabal-install: other old-milestone: ⊥ type: enhancement
主要语言
Haskell
星标
1.7k
派生
750
平均合并
4 天 3 小时
30 天内合并 PR
28

描述

(Imported from [Trac #732](http://hackage.haskell.org/trac/hackage/ticket/732), reported by @dcoutts on 2010-09-01)

We want people to send in anonymous build reports. We also want to respect people's privacy. The suggestion is that we should use an opt-in system but make it very easy to opt in.

Currently most users have a config file that contains no value set for the config file fields that control the build reporting feature. The suggestion is that when the build reporting config items are not set then we should interactively prompt users like so:

$ cabal update

Cabal can send build reports back to to the package server.
Build reporting helps to improve package quality. The information
sent back is minimal and it does not identify your computer.
For more details see: http://haskell.org/cabal/reporting
Enable automatic anonymous reporting of package builds? [y/n/?]
Downloading the latest package list from hackage.haskell.org
We would then rewrite the config file with the updated setting, either on or off. That will require that we correctly preserve settings and comments in the config file.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。