Skip to content
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

find-definition does not work in *read-only* projects like rust-source #44

Open
colin-kiegel opened this issue Jul 17, 2015 · 0 comments

Comments

@colin-kiegel
Copy link

find-definiton works fine in my projects even on std-library use std::collections::HashMap; - it jumps directly into my rust-source at /usr/local/src/rust/src/. However this is readonly - and I would like to keep it that way.

If I want to explore rust-source by use of find-definition it does not work unless I make it writable for my current user.

I understand that racer needs to have some temporary files. But shouldn't it be possible to explore read-only repositories? I think racer could use a standard-temporary directory like /var or /tmp in that case (or even in general).

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant