-
Notifications
You must be signed in to change notification settings - Fork 13.4k
reference: it is sometimes called "the compiler" in this document #27273
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
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
I think the phrase is talking about the "the", not the "Rust". |
(closed by mistake) |
@huonw That's not clear, and the qualifier is not even needed anyways. It should be obvious that we are talking about the Rust compiler. |
I don't think it's obvious. |
@leodasvacas the are 2 things presented: interpreter and compiler. There is then a claim that the only implementation that exists (at the moment) is a compiler... i.e. there is no interpreter. Given this is the Rust reference, if one were to mention some other compiler, it would be qualified (e.g. the C++ compiler). |
Saying "the C++ compiler" would be unclear, there is no "the C++ compiler" but there are clang and gcc. In the case of rust, we have a compiler which is called "the Rust compiler", rather than "the Rust-o-tron3000". It's good to have precise definitions in a language reference, even if they seem obvious. |
@leodasvacas Do you suggest that all instances of "the compiler" should be replaced with "the Rust compiler"? |
@leodasvacas The phrase "C++ compiler" is valid in cases where the implementation doesn't matter... there is stuff that is common among all implementations. |
After leaving this sit for a while, I think we'll just keep it as it is. Thanks though! |
@steveklabnik if this PR is not good enough to be merged, one that should is one that replaces all occurrences of the compiler with the Rust compiler. Else, we are leaving this inaccurate statement alive:
|
Sure thing. Would you like to do that, or should I?
|
you may |
So, thinking about it more, I actually do prefer this change. It looks like you deleted the branch, though, so I can't re-open. Can you? |
I undeleted it. Thanks for re-considering it. |
@bors: r+ rollup |
No problem, and thanks for being patient. I originally thought this came much, much earlier in the reference. |
you'll need to re-open the issue as well |
Ugh, I thought I did. thanks |
@bors: r+ rollup |
📌 Commit 36582da has been approved by |
yay! |
No description provided.