-
Notifications
You must be signed in to change notification settings - Fork 20
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
Creates 20+ temp files and doesn't delete them. #19
Comments
What platform are you running on? |
I'm running on linux (specifically Kubuntu 14.04.1), but I figured out the problem. I should've paid more attention to the Sublime Text console messages. It couldn't find the So, no |
Had the same thing happen on OS X. Also had |
Specifying the full path to |
This also happens to me on Gentoo GNU/Linux when I don't specify the full path to |
Since this is figured out, this issue should be closed, maybe with a PR that updates the README file? |
+1 it should be made clearer in the README file |
+1 I've had this issue too |
Specifying the full path to racer fixes the issue for me too on Windows.
|
I'm on Mac here, can confirm that the plugin fails to find find racer in $PATH, but when given a absolute path to a symlink to racer, it will work. |
+1 |
Unfortunately I don't have time to maintain this project right now. If anyone else is interested, I'd be happy to transfer the project to a new maintainer? |
@glennw I sent you a private message on Reddit. |
Is this project still maintained, @defuz? |
Sorry for late response. I have implemented the use of daemon mode in separate branch: https://github.com/defuz/RustAutoComplete/blob/daemon-mode/RustAutoComplete.py It works well on OS X (and, I think, on Linux). I have not tested it on Windows yet. Unfortunately, the ability to pass content via stdin was merged to Racer repository only three days ago, and it has not been published yet. I want to wait until it is published in the cargo and then update the plugin. Once again, sorry it took so long to answer. |
Sorry, cannot understand from the thread how to resolve the issue. Have RustAutoComplete plugin installed in Sublime 3 and it creates a lot of temp files in src folder. What should I do to get rid of those? |
@kirhgoff Ensuring that your path to |
Thank you, had to read README more thoroughly, it does work for me now |
I noticed all of these temp files (
tmp[random chars]
) being created beside my source files. They were multiplying pretty fast. I can see it starting when the autocomplete popup is shown, and the more you type, the more it creates. They aren't being deleted though. If I close Sublime Text (version 3065) they are still there. Disabling 'RustAutoComplete' stops them from being created.Any ideas on how to remedy this? I do like RustAutoComplete. It works fine except for the this one thing.
The text was updated successfully, but these errors were encountered: