intellij icon indicating copy to clipboard operation
intellij copied to clipboard

Bazel include with namespace doesn't work

Open anonrig opened this issue 1 year ago • 0 comments

Description of the bug:

  • Clone github.com/cloudflare/workerd
  • Open clion as bazel project
  • Use BUILD.bazel
  • Sync
  • Go to src/workerd/api/node/buffer.h

image

The recommendation is correct. The file has #include <workerd/jsg/jsg.h> but still src/workerd prefix is needed in include to resolve this macro correctly.

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.

Clion 2024.2

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

ts,js,c++,python,rust

What Bazel plugin version are you using?

latest

Have you found anything relevant by searching the web?

No response

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

No response

anonrig avatar Aug 17 '24 16:08 anonrig