Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Eh2406 (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. |
dwijnand
left a comment
There was a problem hiding this comment.
Ran out of time. Some initial comments/questions.
ARCHITECTURE.md
Outdated
There was a problem hiding this comment.
Do we prefer "lockfile" or "lock file"?
There was a problem hiding this comment.
I just normalised to the more common variant; otherwise ambivalent.
There was a problem hiding this comment.
Yeah I can believe that. I think I've been using lockfile, but I'm happy with a decision and applying it uniformly.
There was a problem hiding this comment.
Do we prefer "doctest" or "doc test"?
There was a problem hiding this comment.
Do we prefer doc comments to end in full stops?
dwijnand
left a comment
There was a problem hiding this comment.
Finished reviewing. There are some mistakes to fix and some more comments/questions. The "E.g.," (and "I.e.,") still look wrong to me, and I'd prefer something else. Also I think we can keep git as "git" unless it starts a sentence or phrase. Finally we're a bit inconsistent on how we format GitHub URLs and URLs in general, but I don't mind what we do there.
|
@dwijnand Thanks for the review. Pushed a bunch of fixes. Hopefully we're either ready to merge now or very close. :-) |
|
@alexreg want to get CI passing? Then I'll give this a final review and hopefully/ideally land it. |
|
@dwijnand Ah sorry, should be done now... |
|
There was a trailing unused import, so I think this should pass now. |
|
@alexreg something broke with this PR. I've repushed my test-fixing commit, which you can see on your branch, but it's not showing up here in the PR and Travis CI didn't get it either. I think you should open a new PR and hopefully it doesn't break again :) |
|
Resubmitted as #6687. |
Related to the larger effort of rust-lang/rust#58036.