-
Notifications
You must be signed in to change notification settings - Fork 316
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
CLion sync failes due to invalid aspect path #7302
Comments
Same error with 2025.01.21.0.2-api-version-243 after downgrading to CLion 2024.3.2 |
Thanks for the report, we received similar one internally yesterday. Could you please try invalidate IDE cache and tick "Clear file system cache..." and get back to us with the observations? |
@milancpp Also, could you make sure that .clwb is not part of your |
This yields no observable difference, same error.
@LeFrosch thanks, this is the problem. After removing .clwb syncs are working again |
@ujohnny We might need to do something about this .bazelignore stuff. Seems to be quite common that people ignore the .clwb / .ijwb directories. |
Indeed, was it a common practice because it was failing the build previously because of java targets in it? I guess we can fail a sync if |
and next beta will be promoted to stable next Tuesday, so we have some time for that |
Description of the bug:
After updating to 2025.01.21.0.2-api-version-251 and CLion 2025.1 EAP I'm getting errors like the following during syncing:
As a result, analysis fails and no targets are imported.
Which category does this issue belong to?
CLion
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which Intellij IDE are you using? Please provide the specific version.
CLion 2025.1 EAP
What programming languages and tools are you using? Please provide specific versions.
C++, Python
What Bazel plugin version are you using?
2025.01.21.0.2-api-version-251
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
I tried importing the workspace from scratch, to no avail.
The text was updated successfully, but these errors were encountered: