Uh oh!
There was an error while loading. Please reload this page.
Add top level sections to the Unstable Book. - #41295
Conversation
rust-highfive
commented
Apr 14, 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. |
e578268 to
4592345Compare4592345 to
952b14dCompareThere was a problem hiding this comment.
Looks like a Cargo.lock file here needs to be updated presumably because of this change.
952b14d to
8dd523eComparesteveklabnik
commented
Apr 14, 2017
While we're doing this, should language features vs library features also happen? |
frewsxcv
commented
Apr 14, 2017
Yeah, I can do that. |
bors
commented
Apr 15, 2017
☔ The latest upstream changes (presumably #41305) made this pull request unmergeable. Please resolve the merge conflicts. |
66aa506 to
ae71ca1Comparefrewsxcv
commented
Apr 15, 2017
@steveklabnik How does this look? |
ae71ca1 to
400ed25Comparefrewsxcv
commented
Apr 16, 2017
If anyone has any idea what's going on with the linkchecker here, please let me know |
400ed25 to
888bfa7Comparefrewsxcv
commented
Apr 16, 2017
I fixed most of the tidy lint issues, I had to disable linkchecker for the Unstable Book (for now), since I'm using a subdirectory which mdbook uses The remaining issues are here: These require changes upstream to the book and reference. What's the recommended approach? Set up redirects for everything? |
bors
commented
Apr 16, 2017
☔ The latest upstream changes (presumably #40409) made this pull request unmergeable. Please resolve the merge conflicts. |
We say this PR is good to go, then you update the submodules in this PR and ship it together. let's do that |
frewsxcv
commented
Apr 17, 2017
Sooooo is this PR good to go? ;) I can take care of the merge conflict, though they're going to keep popping up until this (and the book/reference PRs) gets shipped |
steveklabnik
commented
Apr 17, 2017
Yes, conceptually this PR is good to go; as long as you can take care of all of it within this week (due to beta branching), then let's do it. |
888bfa7 to
fc62ba6ComparePrior to this commit, the contents of the Unstable Book were assumed to be unstable features. This commit moves features into 'language features' or 'library features' subsections. It also moves the 'linker_flavor' compiler flag into a new 'Compiler Flags' subsection. Even though it was helpful, I removed the tidy check that cross-references the SUMMARY.md links with the Unstable Book directory contents just because it would be difficult to maintain. Relevant PR: rust-lang#41142.
19851f4 to
bf202c8Comparefrewsxcv
commented
Apr 19, 2017
@bors r=steveklabnik |
bors
commented
Apr 19, 2017
📌 Commit bf202c8 has been approved by |
…teveklabnik Add top level sections to the Unstable Book. Prior to this commit, the contents of the Unstable Book were assumed to be unstable features. This commit moves features into 'language features' or 'library features' subsections. It also moves the 'linker_flavor' compiler flag into a new 'Compiler Flags' subsection. Even though it was helpful, I removed the tidy check that cross-references the SUMMARY.md links with the Unstable Book directory contents just because it would be difficult to maintain. Relevant PR: rust-lang#41142.
eddyb
commented
Apr 19, 2017
@bors r- Likely responsible for #41387 (comment) |
frewsxcv
commented
Apr 19, 2017
bors
commented
Apr 19, 2017
📌 Commit 2e2a670 has been approved by |
…teveklabnik Add top level sections to the Unstable Book. Prior to this commit, the contents of the Unstable Book were assumed to be unstable features. This commit moves features into 'language features' or 'library features' subsections. It also moves the 'linker_flavor' compiler flag into a new 'Compiler Flags' subsection. Even though it was helpful, I removed the tidy check that cross-references the SUMMARY.md links with the Unstable Book directory contents just because it would be difficult to maintain. Relevant PR: rust-lang#41142.
…teveklabnik Add top level sections to the Unstable Book. Prior to this commit, the contents of the Unstable Book were assumed to be unstable features. This commit moves features into 'language features' or 'library features' subsections. It also moves the 'linker_flavor' compiler flag into a new 'Compiler Flags' subsection. Even though it was helpful, I removed the tidy check that cross-references the SUMMARY.md links with the Unstable Book directory contents just because it would be difficult to maintain. Relevant PR: rust-lang#41142.
Prior to this commit, the contents of the Unstable Book were assumed to
be unstable features. This commit moves features into 'language features'
or 'library features' subsections. It also moves the 'linker_flavor'
compiler flag into a new 'Compiler Flags' subsection.
Even though it was helpful, I removed the tidy check that
cross-references the SUMMARY.md links with the Unstable Book directory
contents just because it would be difficult to maintain.
Relevant PR: #41142.