-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update/remove some old readmes #57652
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
Conversation
I think we already moved this to the rustc-guide, more or less. @michaelwoerister can probably speak better to how up to date this is -- I suspect not very -- but also they had said they were interested in writing up a proper introduction to the query system + incremental for rustc-guide. Therefore, I think, remove.
This content is mostly still accurate, I believe. I expect for this code to be removed from the compiler, but likely not for some time (basically once NLL takes over completely, still some time from now). I'd probably go with "wait for system to be removed". This is actually obsolete now. We should delete it. This will go away once NLL takes over. Wait for system to be deleted, I think. |
r=me on the existing changes, but maybe you want to act on some of the deletions above, @mark-i-m ? |
Thanks @nikomatsakis! I updated the PR with the deletions. |
https://github.com/rust-lang/rust/blob/master/src/librustc/dep_graph/README.md seems to forward to the rustc-guide anyway. |
@bors r+ |
📌 Commit dcd56d1 has been approved by |
@bors rollup |
Update/remove some old readmes r? @nikomatsakis cc rust-lang#48478 There are a bunch of READMEs with content that I would like to see a final decision made on: - https://github.com/rust-lang/rust/tree/master/src/librustc/ty/query - https://github.com/rust-lang/rust/tree/master/src/librustc/dep_graph - https://github.com/rust-lang/rust/blob/master/src/librustc/infer/region_constraints - https://github.com/rust-lang/rust/tree/master/src/librustc/infer/higher_ranked - https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve - https://github.com/rust-lang/rust/blob/master/src/librustc_borrowck/borrowck It's not clear how useful or obsolete any of these are. I would really appreciate if the appropriate domain experts for each of these could respond with one of (a) delete it, (b) wait for system to be remove, or (c) move it to rustc-guide. @nikomatsakis do you know who to ping for any of these (sorry, I suspect many of them are you)?
Rollup of 5 pull requests Successful merges: - #56217 (Add grammar in docs for {f32,f64}::from_str, mention known bug.) - #57294 (When using value after move, point at span of local) - #57652 (Update/remove some old readmes) - #57802 (Print visible name for types as well as modules.) - #57865 (Don't ICE when logging unusual types) Failed merges: r? @ghost
r? @nikomatsakis
cc #48478
There are a bunch of READMEs with content that I would like to see a final decision made on:
It's not clear how useful or obsolete any of these are. I would really appreciate if the appropriate domain experts for each of these could respond with one of (a) delete it, (b) wait for system to be remove, or (c) move it to rustc-guide. @nikomatsakis do you know who to ping for any of these (sorry, I suspect many of them are you)?