-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rust configure is misinvoking sed -i on Mac OS X #6929
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
Comments
Clang is not in the tree now, so this configure step has no effect (unless ones workspace still has clang sitting around). |
Odd, I had thought I had seen it on relatively fresh workspaces. I guess I will double-check. |
Okay, I was confused by @brson's comment. I thought he was saying that this line should not be firing, but I think he is saying that it can be safely removed. (Thus I am not crazy, and one will indeed still see the message on fresh workspaces, or non-fresh ones, really anywhere you run configure on OS X.) Anyway, I'll remove the line. |
needless_range_loop: improve documentation fixes rust-lang#6929 changelog: [`needless_range_loop`]: improve documentation
These lines
are not correct for sed on OS X, where the extension for the backup files is required when using
-i
I believe this is what causes the following output during configure:
The text was updated successfully, but these errors were encountered: