Kai Liu

Results 18 comments of Kai Liu

支持了有相当一段时间了

This issue was created months ago, and both CLion and Bazel plugin have been updated many times since then. Seems that this issue simply got resolved, maybe as a side...

Turns out that the issue still exists. The previous test that I succeeded is caused by absl installed in the system include directory, not fetched by the bazel. MRE: `.bazelrc`...

> I don't know how to reproduce it, just tried with catch and it seems correct > > WORKSPACE: > > ``` > > load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") > > http_archive( >...

With further investigation, I found that `@cache2//:cache2` and `@cache2//:cache2_main` both have `includes`. This will make `#include` work regardless of whether `external_include_paths` is enabled. In contrast, abseil-cpp has no `includes` in...

This issue persists after upgraded to 2025.03.18.0.1-api-version-243. Also some new discovery. I tried using system clang instead of my self-built clang and it seems to work. However, `` resolves to...

> [@erinacio](https://github.com/erinacio) well this happens with crosstool thing. can't you update to [platforms](https://bazel.build/concepts/platforms) and tell us whether the issue is reproducible there? That's not trivial task for me.... I have...

> > Also, may I have a basic explanation why this didn't break with older versions but breaks now? What has changed in the plugin? > > we did some...

The issue still persists after upgraded to CLion 2025.1 and Bazel plugin 2025.04.01.0.1-api-version-251.

This is interesting. Besides of plugin maintainers investigating this issue, I will also do some investigation on my side. Currently I'm busy with work. When I become vacant I would:...