-
Notifications
You must be signed in to change notification settings - Fork 997
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
Cyclic deps with test_store #4443
Comments
Holy... I had no idea it was caused by this. I've had |
Nice! I had no idea that that's behind all those annoying errors in tests. |
This has been addressed with #4510 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Currently,
rust-analyzer
can't index the whole project because of some cyclic deps.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Using
rust-analyzer analysis-stats .
or using the VSCode extension in the project gives this problem.The development mainly of tests is more difficult because there are a lot of the following error in functions from
test-store
:It just affects the rust-analyzer, cargo continues to build well.
What is the expected behavior?
It should index all the files from the different project of the workspace using rust-analyzer.
This may not be a problem with graph-node but with rust-analyzer. There's this issue on their repository with other people with the same problem but graph-node has cyclics depenencies.
The text was updated successfully, but these errors were encountered: