Skip to content
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

Bazel include with namespace doesn't work #6648

Closed
anonrig opened this issue Aug 17, 2024 · 1 comment
Closed

Bazel include with namespace doesn't work #6648

anonrig opened this issue Aug 17, 2024 · 1 comment
Assignees
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: IntelliJ IntelliJ plugin type: bug

Comments

@anonrig
Copy link

anonrig commented Aug 17, 2024

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 anonrig added awaiting-maintainer Awaiting review from Bazel team on issues type: bug labels Aug 17, 2024
@github-actions github-actions bot added the product: IntelliJ IntelliJ plugin label Aug 17, 2024
@mai93 mai93 assigned ujohnny and LeFrosch and unassigned mai93 Aug 19, 2024
@LeFrosch
Copy link
Collaborator

Should be addressed by #6759

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: IntelliJ IntelliJ plugin type: bug
Projects
None yet
Development

No branches or pull requests

4 participants