-
Notifications
You must be signed in to change notification settings - Fork 267
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
Request: avoid rustc popping up an own window #1403
Comments
Yeah, I've also wanted to fix mintty doing that eventually, but I don't know if there's an option to start in the background. |
CMD can run a CLI application in a minimized separate window on purpose, using |
Mintty is not a CLI application.
…On Tue, 24 Sep 2019 at 09:34, LigH-de ***@***.***> wrote:
CMD can run a CLI application in a minimized separate window on purpose,
using start /min ... but that seems to me like walking around another
corner.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1403?email_source=notifications&email_token=AAA3H5O65H4X55ZHAJHQ7QDQLHGIPA5CNFSM4IZ4B4R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7NR6VY#issuecomment-534454103>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA3H5IT3YH6OCOFQFBLFWTQLHGIPANCNFSM4IZ4B4RQ>
.
|
I do know that sccache as a |
@LigH-de can you test if the pr with stop the multiple cmd windows popping up? |
It does not. I deleted the contents of lib and bin-* in local* before rebuilding. Already building ripgrep let two cmd windows pop up, I noticed one called rustc. |
Hmm |
Additional issue with manually starting the sccache server: When the script gets interrupted, the server persists, and there is an error message when running it again that every socket should be used only once. |
hmm again, I need to research more on sccache's side |
Since you are trying to use sscache for rust builds, an independent console window for rustc occasionally pops up for a very brief time. This is a bit annoying if you want to run the suite in the background while working on other tasks. Also I am not sure if that might be a sign that something failed. Hard for me to track the exact call that causes this popup, but it seems to be rather a cmd or separate window, not mintty.
The text was updated successfully, but these errors were encountered: