Uh oh!
There was an error while loading. Please reload this page.
Sync all unstable features with Unstable Book; add tidy lint. - #40694
Conversation
rust-highfive
commented
Mar 21, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
685425a to
fc22d6eComparefrewsxcv
commented
Mar 21, 2017
r? @rust-lang/docs |
GuillaumeGomez
commented
Mar 21, 2017
Urg, that's a LOT of code! Fine by me otherwise. |
frewsxcv
commented
Mar 21, 2017
@GuillaumeGomez Which code are you talking about? |
steveklabnik
left a comment
There was a problem hiding this comment.
looks good to me, but one stylistic issue
There was a problem hiding this comment.
so, I purposefully put these at the end of sections that do not have docs, just to keep it consistent; would you mind updating the ones you've added to have this?
There was a problem hiding this comment.
Addressed in the latest force push.
bors
commented
Mar 21, 2017
☔ The latest upstream changes (presumably #40693) made this pull request unmergeable. Please resolve the merge conflicts. |
ghost
commented
Mar 21, 2017
I'm confused by the deletion of |
frewsxcv
commented
Mar 21, 2017
@stjepang |
frewsxcv
commented
Mar 21, 2017
Oh, the implementation of the feature landed five days ago. Huh, I'll have to check why my tidy lint wanted it deleted. Good catch |
Actually, the PR for the feature was submitted 5 days ago, and it landed an hour ago. |
fc22d6e to
a294a32Comparefrewsxcv
commented
Mar 23, 2017
Anyone else see anything? If everything looks good, just give me a "r=me" thing. I don't want to approve this until after #40619 merges. |
bors
commented
Mar 23, 2017
☔ The latest upstream changes (presumably #40748) made this pull request unmergeable. Please resolve the merge conflicts. |
a294a32 to
5baaa80Comparefrewsxcv
commented
Mar 23, 2017
#40619 merged. This is ready to go now. r? @steveklabnik |
frewsxcv
commented
Mar 23, 2017
I have no idea what Travis is getting hung up on here. If anyone has thoughts, let me know. |
5baaa80 to
04d6641Comparefrewsxcv
commented
Mar 24, 2017
I don't want this to bit-rot while I try to debug this, so I extracted all the non-tidy-lint changes into a new PR: #40786 |
Add all unstable features to the Unstable Book, also remove a few that either no longer exist or were promoted to stable. These changes were extracted out of rust-lang#40694
…atures, r=steveklabnik Add all unstable features to Unstable Book. Add all unstable features to the Unstable Book, also remove a few that either no longer exist or were promoted to stable. These changes were extracted out of rust-lang#40694
04d6641 to
09ff832Comparefrewsxcv
commented
Mar 29, 2017
This should be ready to go now. |
bors
commented
Mar 31, 2017
⌛ Testing commit 53b35bd with merge 6acc9bf... |
bors
commented
Mar 31, 2017
💔 Test failed - status-travis |
frewsxcv
commented
Mar 31, 2017
@bors retry |
bors
commented
Mar 31, 2017
⌛ Testing commit 53b35bd with merge 09f9d21... |
Add a tidy lint that checks for... * Unstable Book sections with no corresponding SUMMARY.md links * unstable features that don't have Unstable Book sections * Unstable Book sections that don't have corresponding unstable features
53b35bd to
eef2a95Comparefrewsxcv
commented
Mar 31, 2017
@bors r=steveklabnik p=1 new feature got added a few hours ago going to give this a p=1 to make sure this stops getting out of sync |
bors
commented
Mar 31, 2017
📌 Commit eef2a95 has been approved by |
…teveklabnik Sync all unstable features with Unstable Book; add tidy lint. Add a tidy lint that checks for... * Unstable Book sections with no corresponding SUMMARY.md links * unstable features that don't have Unstable Book sections * Unstable Book sections that don't have corresponding unstable features
Add a tidy lint that checks for...