Uh oh!
There was an error while loading. Please reload this page.
Extract book into a submodule - #40332
Conversation
steveklabnik
commented
Mar 7, 2017
I pushed two more commits; one fixes a trailing whitespace issue, the last one exempts the book from tidy. I think we don't actually want that, but for now it will let things build. |
There was a problem hiding this comment.
This all seems pretty familiar, perhaps copied from elsewhere in this file? Could that be deduplicated?
There was a problem hiding this comment.
Yeah; I wasn't sure about it. There's just enough that's different.... I bet I can make it work.
There was a problem hiding this comment.
Let's at least refactor out what we can, especially these bits about version/short_hash/stamp/etc
alexcrichton
commented
Mar 8, 2017
lgtm modulo one minor comment. But yeah if you're ok holding off this may be good to wait until after the branch Also the travis failure looks like it may need attention |
steveklabnik
commented
Mar 13, 2017
I've updated the book to be tidy-clean and re-enabled tidy for the book. Let's see what travis has to say... |
well uh, okay then (We should exclude the nostarch dir...) |
steveklabnik
commented
Mar 13, 2017
@alexcrichton I never know what the right way to compare paths is, please check out the latest commit there. This now passes locally on my machine, and so should be good to go sooN! |
alexcrichton
commented
Mar 13, 2017
@bors: r+ |
bors
commented
Mar 13, 2017
📌 Commit 89761c4 has been approved by |
bors
commented
Mar 14, 2017
⌛ Testing commit 89761c4 with merge 8c0fa3d... |
bors
commented
Mar 14, 2017
💔 Test failed - status-appveyor |
steveklabnik
commented
Mar 14, 2017
No idea why tidy didn't see that on my machine... |
@bors: r=alexcrichton |
bors
commented
Mar 14, 2017
📌 Commit 960eb2e has been approved by |
bors
commented
Mar 14, 2017
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Mar 14, 2017
📌 Commit 960eb2e has been approved by |
steveklabnik
commented
Mar 14, 2017
@bors: r=alexcrichton |
bors
commented
Mar 14, 2017
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Mar 14, 2017
📌 Commit 960eb2e has been approved by |
steveklabnik
commented
Mar 14, 2017
@bors: r- |
steveklabnik
commented
Mar 15, 2017
@bors: r=alexcrichton I had to fix up a number of links because, silly me, I forgot to run linkchecker. I am triple checking a clean build locally but there are a lot of p=1 builds in the queue, so gonna r+ this now |
bors
commented
Mar 15, 2017
📌 Commit 9d2cfd4 has been approved by |
bors
commented
Mar 17, 2017
📌 Commit 7c3814f has been approved by |
steveklabnik
commented
Mar 17, 2017
@bors: r- okay i dunno why tidy is now flipping out :( |
steveklabnik
commented
Mar 17, 2017
@bors: r=alexcrichton oh my directory was dirty. I need more ☕️ . Tidy passes. |
bors
commented
Mar 17, 2017
📌 Commit 7c3814f has been approved by |
bors
commented
Mar 17, 2017
☔ The latest upstream changes (presumably #40598) made this pull request unmergeable. Please resolve the merge conflicts. |
We'll bring this back in with the next commit, as a submodule.
It's all in the external repository now.
These pages will help people who have links to the older book.
Becuase I had run a `x.py doc` before doing this work, I had accidentally relied on some files existing in places that they didn't need to be.
This is for coordinating with our publishers; we don't ever want to test it.
Some links needed adjustment to support this new scheme.
The unstable book, libstd, libcore, and liballoc all needed some adjustment.
steveklabnik
commented
Mar 20, 2017
@bors: r=alexcrichton passed everything on my machine |
bors
commented
Mar 20, 2017
📌 Commit 96d3594 has been approved by |
…ichton Extract book into a submodule Part of rust-lang#39588 We probably don't want to land this till after the beta branches on friday, but would still ❤️ a review from @alexcrichton , since I am a rustbuild noob. This pr: 1. removes the book 2. adds it back in as a submodule 3. the submodule includes both the old book and the new book 4. it also includes an index page explaining the difference in editions 5. it also includes redirect pages for the old book URLs. 6. so we build all that stuff too. r? @alexcrichton
Part of #39588
We probably don't want to land this till after the beta branches on friday, but would still ❤️ a review from @alexcrichton , since I am a rustbuild noob.
This pr:
r? @alexcrichton