Uh oh!
There was an error while loading. Please reload this page.
Update/remove some old readmes - #57652
Conversation
nikomatsakis
commented
Jan 18, 2019
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. |
nikomatsakis
commented
Jan 18, 2019
r=me on the existing changes, but maybe you want to act on some of the deletions above, @mark-i-m ? |
mark-i-m
commented
Jan 18, 2019
Thanks @nikomatsakis! I updated the PR with the deletions. |
michaelwoerister
commented
Jan 21, 2019
https://github.com/rust-lang/rust/blob/master/src/librustc/dep_graph/README.md seems to forward to the rustc-guide anyway. |
nikomatsakis
commented
Jan 24, 2019
@bors r+ |
bors
commented
Jan 24, 2019
📌 Commit dcd56d1 has been approved by |
nikomatsakis
commented
Jan 24, 2019
@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)?