Stream: general

Topic: Dev setup?


view this post on Zulip Alexandru Ene (Jun 26 2020 at 15:07):

I was doing some work on WASMTIME and I noticed that rust-analyer keeps hanging and I can't issue a cargo build as the index keeps getting locked by cargo check.
Is there something people working on this are using for their dev. setup that's working better? I am super happy with rust-analyzer otherwise, but on wasmtime, maybe other workspaces it hangs quite badly.

view this post on Zulip bjorn3 (Jun 26 2020 at 15:43):

rust-analyzer shouldn't hang. Can you open an issue at https://github.com/rust-analyzer/rust-analyzer/issues?

An experimental Rust compiler front-end for IDEs. Contribute to rust-analyzer/rust-analyzer development by creating an account on GitHub.

view this post on Zulip Alexandru Ene (Jun 26 2020 at 15:45):

It's probably known/related to this: https://github.com/rust-analyzer/rust-analyzer/issues/4828

In the rustc repository, "cargo check" can take a long time. During that time, any other x.py command is blocked because of the workspace lock. Sometimes, I am doing work where I do not w...

Last updated: Nov 22 2024 at 16:03 UTC