-
Notifications
You must be signed in to change notification settings - Fork 13.3k
./configure --help
should print --disable-docs
instead of --enable-docs
#131883
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
Comments
The description was copypasted from the previous issue, so I've updated it to be accurate to the current situation. I'm also going to remove the bug label since this is consistent across all This would require refactoring |
The title still doesn't make any sense. Please write the context clearly before opening this or any other issues. |
I asked at #129146 to show in The context is, that I do not want to see, when reading |
The context seems pretty clear to me:
because
Shoehorning the entirety of an issue's context into its title has never been a requirement afaict, but a possible alternate title might be " |
$ ./configure --help | rg docs
--enable-docs OR --disable-docs build standard library documentation We don't just display |
That is the point of this ticket: I asked to change how the configure script works.
This is fine. Then the default value is “check/auto/depends”, and Not very relevant, but to be precise, with rust-1.82
as I wrote initially, and it does not emit:
|
With rust 1.82 ./configure --help prints:
This does not indicate if the docs for the standard library will be built if the argument is omitted. If the
--help
output wasthis would have suggested, that by default the documentation is built. Cf. https://ab.bapha.be/posts/help-output/)
config.example.toml
containsFor me the last line means, that by default the documentation is build. Indeed, ./configure --disable-docs puts in config.toml: docs = false.
--enable-docs
to--disable-docs
to indicate what actions users should take in order to deviate from the default behaviour.See also #129146.
The text was updated successfully, but these errors were encountered: