-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Reword 'stupid' and 'crazy' in docs. #38782
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
(rust_highfive has picked a reviewer for you, use r? to override) |
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.
Happy to r+ this but the vendored changes need backed out, thanks!
@@ -74,8 +74,7 @@ The remaining architectures look like: | |||
## QEMU | |||
|
|||
Lots of the architectures tested here use QEMU in the tests, so it's worth going | |||
over all the crazy capabilities QEMU has and the various flavors in which we use | |||
it! | |||
over all the capabilities QEMU has and the various flavors in which we use it! |
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.
this change can't work; this is a vendored copy of the https://github.com/rust-lang/libc crate, and would need to be fixed there, that's why CI is failing.
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.
also fixed!
# If we don't have a cross-compiler, however, then we need to do some | ||
# convoluted acrobatics to get this to work. Generate all.{c,rs} on the host | ||
# which will be compiled inside QEMU. Do this here because compiling | ||
# syntex_syntax in QEMU would time out basically everywhere. |
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.
same here
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.
fixed!
Ah, I tried to avoid searching through the submodules and I guess that I missed some. Removed the vendor changes and rebased. |
Thanks! @bors: r+ rollup |
📌 Commit 8ffc3e7 has been approved by |
⌛ Testing commit 8ffc3e7 with merge 2bb0dcc... |
💔 Test failed - status-travis |
Failure is irrelevant. |
@bors: retry |
Reword 'stupid' and 'crazy' in docs. These terms are not very descriptive and are better reworded as something else.
☀️ Test successful - status-appveyor, status-travis |
These terms are not very descriptive and are better reworded as something else.