-
Notifications
You must be signed in to change notification settings - Fork 529
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
Consider removing sections about std/core libraries #1156
Comments
I think we should also merge std-dev-guide into the rust doc directory alongside rustc-dev-guide. |
Long term I don't think either should be in-tree: rust-lang/rust#81848 (comment). But I guess it makes sense for the std guide to be the same as the rustc guide for now. |
It looks like those comments were written in reaction to the rather large size of the submodule, which looks to be dominated by a few html files for self profile output. Maybe we should put those files on S3 or otherwise not track them in git? And then the rest could be managed via subtree or similar. |
Well, there's also some overhead to having the repo in both places, either @ehuss has to update the submodule when he updates books or someone needs to be in charge of syncing back and forth. It seems a little silly when there's not much benefit from having it in-tree. |
On Thu, Jul 01, 2021 at 11:03:55AM -0700, Joshua Nelson wrote:
Well, there's also some overhead to having the repo in both places, either @ehuss has to update the submodule when he updates books or someone needs to be in charge of syncing back and forth. It seems a little silly when there's not much benefit from having it in-tree.
I personally would love to see it just merged as a subtree and
maintained in-tree; it documents rustc, so having it *in* rustc seems
sensible.
|
Triage (Nov 2024): we should probably make both rustc-dev-guide and std-dev-guide into subtrees (managed via cf. rustc-dev-guide discussion in https://rust-lang.zulipchat.com/#narrow/channel/196385-t-compiler.2Fwg-rustc-dev-guide/topic/a.20move.20to.20main.20repo.20.28rust-lang.2Frust.29. |
The library team has a guide for the standard library. We should consider removing some chapters like https://rustc-dev-guide.rust-lang.org/stability.html from the rustc-dev-guide. First we should ensure that the content being removed is already reflected in the library guide.
The text was updated successfully, but these errors were encountered: