Alex Balik

Results 9 comments of Alex Balik

This is still an issue in recent versions of IJ and the Bazel plugin. Any updates @liucijus?

cc @ujohnny who's been working on `strip_include_prefix` recently.

Ok I found the bug and was able to fix it in https://github.com/bazelbuild/intellij/pull/5969. The current code is written assuming the `strip_include_prefix` is a package-relative path, but [strip_include_prefix](https://bazel.build/reference/be/c-cpp#cc_library.strip_include_prefix) can also be...

I'm hitting this same issue - In my case I'm spawning 10 `aws s3 cp` processes concurrently in Go code using goroutines and a few of them will fail with...

I debugged this in the `intellij_info_aspect` and the problem seems to be that the include paths are not propagated from the `implementation_deps` to the target [here](https://github.com/bazelbuild/intellij/blob/556dbd68047825a1a2313f121b0704b016520b70/aspect/intellij_info_impl.bzl#L463C5-L466). If I update the...

@tpasternak I added a PR for this - https://github.com/bazelbuild/intellij/pull/5220. Let me know if this approach makes sense.

Looks like https://github.com/bazelbuild/rules_jvm_external/pull/1173 got released. I think we just need to rebase after https://github.com/bazel-contrib/rules_jvm/pull/288 is merged.

@tpasternak would you be able to take a look at this?

Closing since a similar fix was made in https://github.com/bazelbuild/intellij/pull/6919.