-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename other occs of (Code/File)Map to Source(Map/File) #51574 #55190
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @eddyb (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. |
@bors r+ |
📌 Commit f37b2a11c6228cab83d397ac369b0224f76460e5 has been approved by |
☔ The latest upstream changes (presumably #55114) made this pull request unmergeable. Please resolve the merge conflicts. |
RELEASES.md
Outdated
@@ -1164,7 +1164,7 @@ Compatibility Notes | |||
- [Changes in method matching against higher-ranked types][43880] This may cause | |||
breakage in subtyping corner cases. [A more in-depth explanation is available.][info/43880] | |||
- [rustc's JSON error output's byte position start at top of file.][42973] | |||
Was previously relative to the rustc's internal `CodeMap` struct which | |||
Was previously relative to the rustc's internal `SourceMap` struct which |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this sould be changed, because CodeMap
was the name back then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, it does speak in past tense.
r? @bjorn3 |
@dlavati i'm not part of the rust lang org. :) |
r? @petrochenkov this is a follow-up on #52953 |
Could you keep the naming scheme consistent with #52953, i.e.
, and also squash all the changes into one commit. |
ae2007b
to
06ed33b
Compare
Thanks! |
📌 Commit 06ed33b5e75a8c664dfe49d71d3faf15fa4d8a9b has been approved by |
☔ The latest upstream changes (presumably #55347) made this pull request unmergeable. Please resolve the merge conflicts. |
@dlavati |
06ed33b
to
6c9f6a1
Compare
@bors r+ |
📌 Commit 6c9f6a1 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
📣 Toolstate changed by #55190! Tested on commit fb2446a. 💔 clippy-driver on windows: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). |
Tested on commit rust-lang/rust@fb2446a. Direct link to PR: <rust-lang/rust#55190> 💔 clippy-driver on windows: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). 💔 clippy-driver on linux: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). 💔 rls on windows: test-fail → build-fail (cc @nrc, @rust-lang/infra). 💔 rls on linux: test-fail → build-fail (cc @nrc, @rust-lang/infra).
3382: Rustup to rustc 1.31.0-nightly (fb2446a 2018-10-30) r=Manishearth a=Manishearth Fixes breakage caused by rust-lang/rust#55190 Co-authored-by: Manish Goregaokar <manishsmail@gmail.com>
Additional renamings for #51574.