-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cabal user-config update silently enables remote-build-reporting #6210
Comments
I tried with cabal 1.16 (the oldest version I had locally) to see what the default generated
Consequently, the default setting for the ~/.cabal/config file has been this way at least since cabal-install 1.16 |
I think in Europe something like that should require explicit consent nowadays. So better to have |
To clarify: It's irrelevant how long the |
Yes. If remote-build-reporting is not mentioned in the docs? (try https://www.haskell.org/cabal/users-guide/search.html?q=reporting&check_keywords=yes&area=default ) Also, I am a bit confused:
remote-build-reporting: anonymous , not -- remote-build-reporting: anonymous , so I thought that the value shown is not the default.
|
I think this flag was added optimistically and isn't actually set to do anything at the moment? If we actually add a feature to go with it, we'll need to probably make the opt-in genuinely explicit, even though this flag was auto-set for people. |
See haskell#6210 for more information.
I think 6625 fixed this. |
See haskell#6210 for more information.
As suggested in #5973 I am doing
cabal user-config update
.This silently adds a line
remote-build-reporting: anonymous
to the config file (whilethe default setting is
none
).This is with
The text was updated successfully, but these errors were encountered: