-
Notifications
You must be signed in to change notification settings - Fork 24
Crashes for Servo with an updated racer #20
Comments
The bogofile stuff is a red herring. Appears to be a problem with the PR that was just merged. Can investigate in the AM. |
okay, thanks! |
Might be related to racer-rust/racer#484 cc @jaxx |
Any updates regarding this? |
@Manishearth I think this is fixed in newer versions of racer, but I haven't updated it in racerd, yet. Have you tried that out locally? |
Trying |
No longer crashes. However, external crates still don't work :/ |
Additionally, |
Were you using plain racer before ycm? |
No, I was using ycm. It would complete local paths fine, and would complete |
I meant to ask about like 3 months ago before ycm supported rust. |
Oh, no, I wasn't using plain racer anytime recently. I was using it like a year ago. |
Perhaps this is the issue? My servo setup doesn't use the same .cargo folder as the rest of my system. This might be causing problems since the crates that Servo uses aren't there in the global .cargo cache. However, this doesn't explain the local path deps not working (these are what I mainly care about anyway. Also, since I'm working on a path dep, there's no nearby Cargo.lock. Do we need to instruct racer on where to find the lockfile? This could perhaps be solved with a config file? YCMD has a |
Opening
document.rs
in Servo aftercargo update -p racer
in the racerd directory gives the following error:This is when I type
use url::
on line 4This is in both vim and sublime.
The text was updated successfully, but these errors were encountered: