Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Using stable, everything stopped to work suddenly #241

Closed
Geobert opened this issue Jan 27, 2018 · 12 comments
Closed

Using stable, everything stopped to work suddenly #241

Geobert opened this issue Jan 27, 2018 · 12 comments
Labels

Comments

@Geobert
Copy link

Geobert commented Jan 27, 2018

As title said, yesterday, everything was working fine, and today, nothing work at all. No output window, RLS: done in status bar.

Win10, VSCode 1.19.3

@Geobert
Copy link
Author

Geobert commented Jan 27, 2018

It is RLS related, tried the other Rust plugin (kalitaalexey.vscode-rust), same issue. But I'm on stable, weird.

@Geobert
Copy link
Author

Geobert commented Jan 27, 2018

@devvoid
Copy link

devvoid commented Jan 30, 2018

I'm having the exact same problem. Linux Mint 18.2, running VSCode 1.19.3. Any help would be much appreciated.

@Xanewok
Copy link
Member

Xanewok commented Jan 31, 2018

That looks really off... It seems that a stable rustc is somehow used to compile clippy_lints-0.0.181?
Do you have rust-client.channel set to stable?

@Geobert
Copy link
Author

Geobert commented Jan 31, 2018

I was on stable when it stopped working.

I tried nightly as well.

I was on clippy 0.0.165 (for project reason, cobalt is on this version at the moment)
cargo +nightly-2017-10-09 install clippy --force --vers=0.0.165

but tried 0.0.184 with no luck

@alexreg
Copy link

alexreg commented Mar 3, 2018

Works on nightly for me, but not stable. (No debug output/problems, Mac OS X 10.13, "RLS: Done".) Any update? @nrc?

@nrc
Copy link
Member

nrc commented Mar 5, 2018

@Geobert, @alexreg I'm not clear on why Clippy is a thing here. Since Clippy only works on NIghtly, I would not expect it to work on stable, especially inside the RLS. But I'm not sure why the RLS is trying to compile it anyway.

What exactly are you trying to build? Does it work if you disable Clippy?

@alexreg
Copy link

alexreg commented Mar 5, 2018

@nrc Oh, I missed the comment on clippy. I don't think that applies in my case. For me, the issue is that "goto definition" and mouseover docs don't work (among a few other things).

@Geobert
Copy link
Author

Geobert commented Mar 5, 2018

@nrc : even with "rust-client.channel": "nightly", it's not working at all.

the project cobalt.rs is the one I'm working on. In the file cobalt.rs, build() is the entry point, and it's calling some functions defined in the same file and it can't find their definition.

try today with 0.4.0 of the vscode plugin and nightly-x86_64-pc-windows-msvc updated - rustc 1.26.0-nightly (259e4a678 2018-03-04)

@alexreg
Copy link

alexreg commented Mar 5, 2018

For me it works with the nightly channel, I must be clear. It's just stable it doesn't work on.

@Geobert
Copy link
Author

Geobert commented Mar 21, 2018

#185 (comment)

@nrc nrc added the bug label Mar 29, 2018
@Xanewok
Copy link
Member

Xanewok commented Apr 7, 2019

Stable RLS works with mouse hover and everything. Please reopen if there's still an issue with the stable channel.

@Xanewok Xanewok closed this as completed Apr 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants