intellij icon indicating copy to clipboard operation
intellij copied to clipboard

"Enable Analysis for Whole Project" results in "Argument list too long"

Open dkashyn-sfdc opened this issue 1 year ago • 0 comments

Description of the bug:

Just try to enable analysis for some big project.

The same issue as in https://github.com/bazelbuild/intellij/issues/6478

Which category does this issue belong to?

Intellij

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.

243.21565.193

What programming languages and tools are you using? Please provide specific versions.

No response

What Bazel plugin version are you using?

2024.11.19.0.1-api-version-243

Have you found anything relevant by searching the web?

There are already com.google.idea.blaze.base.sync.aspects.BlazeIdeInterfaceAspectsImpl#prepareTargetPatternFile and com.google.idea.blaze.base.dependencies.BlazeQuerySourceToTargetProvider#prepareQueryFile so third one will be too much, I'd say and some generalization is required.

Any other information, logs, or outputs that you want to share?

No response

dkashyn-sfdc avatar Dec 10 '24 18:12 dkashyn-sfdc