Skip to content

Improved support for Bazel #88

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

Closed
Strum355 opened this issue Feb 15, 2021 · 2 comments
Closed

Improved support for Bazel #88

Strum355 opened this issue Feb 15, 2021 · 2 comments

Comments

@Strum355
Copy link
Contributor

Strum355 commented Feb 15, 2021

Related discussions here https://github.com/sourcegraph/sourcegraph/issues/2982#issuecomment-1006670213

@olafurpg olafurpg removed this from the Code Intelligence Iteration 10 milestone Mar 3, 2022
@varungandhi-src varungandhi-src changed the title Bazel support Out-of-the-box indexing support for Bazel Apr 4, 2022
@varungandhi-src varungandhi-src changed the title Out-of-the-box indexing support for Bazel Improved support for Bazel Apr 4, 2022
@olafurpg olafurpg self-assigned this Apr 21, 2022
olafurpg added a commit that referenced this issue May 5, 2022
This commit adds a new Bazel build to this codebase so that Bazel users can
build the semanticdb-javac compiler plugin from source and use it in
their Bazel build. This commit includes examples of how a Bazel user
could potentially enable the compiler plugin dynamically based on a
command-line flag, but we don't know if this is the best way to
integrate lsif-java with a Bazel codebase.

This commit is just an incremental step towards Bazel support, it's not
a complete solution yet because the `lsif-java index-semanticdb` command
still needs additional functionality to read jar files from the
`bazel-bin` directory.
olafurpg added a commit that referenced this issue May 5, 2022
This commit adds a new Bazel build to this codebase so that Bazel users can
build the semanticdb-javac compiler plugin from source and use it in
their Bazel build. This commit includes examples of how a Bazel user
could potentially enable the compiler plugin dynamically based on a
command-line flag, but we don't know if this is the best way to
integrate lsif-java with a Bazel codebase.

This commit is just an incremental step towards Bazel support, it's not
a complete solution yet because the `lsif-java index-semanticdb` command
still needs additional functionality to read jar files from the
`bazel-bin` directory.
olafurpg added a commit that referenced this issue May 5, 2022
This commit adds a new Bazel build to this codebase so that Bazel users can
build the semanticdb-javac compiler plugin from source and use it in
their Bazel build. This commit includes examples of how a Bazel user
could potentially enable the compiler plugin dynamically based on a
command-line flag, but we don't know if this is the best way to
integrate lsif-java with a Bazel codebase.

This commit is just an incremental step towards Bazel support, it's not
a complete solution yet because the `lsif-java index-semanticdb` command
still needs additional functionality to read jar files from the
`bazel-bin` directory.
olafurpg added a commit that referenced this issue May 5, 2022
This commit adds a new Bazel build to this codebase so that Bazel users can
build the semanticdb-javac compiler plugin from source and use it in
their Bazel build. This commit includes examples of how a Bazel user
could potentially enable the compiler plugin dynamically based on a
command-line flag, but we don't know if this is the best way to
integrate lsif-java with a Bazel codebase.

This commit is just an incremental step towards Bazel support, it's not
a complete solution yet because the `lsif-java index-semanticdb` command
still needs additional functionality to read jar files from the
`bazel-bin` directory.
olafurpg added a commit that referenced this issue May 5, 2022
This commit adds a new Bazel build to this codebase so that Bazel users can
build the semanticdb-javac compiler plugin from source and use it in
their Bazel build. This commit includes examples of how a Bazel user
could potentially enable the compiler plugin dynamically based on a
command-line flag, but we don't know if this is the best way to
integrate lsif-java with a Bazel codebase.

This commit is just an incremental step towards Bazel support, it's not
a complete solution yet because the `lsif-java index-semanticdb` command
still needs additional functionality to read jar files from the
`bazel-bin` directory.
olafurpg added a commit that referenced this issue May 5, 2022
This commit adds a new Bazel build to this codebase so that Bazel users can
build the semanticdb-javac compiler plugin from source and use it in
their Bazel build. This commit includes examples of how a Bazel user
could potentially enable the compiler plugin dynamically based on a
command-line flag, but we don't know if this is the best way to
integrate lsif-java with a Bazel codebase.

This commit is just an incremental step towards Bazel support, it's not
a complete solution yet because the `lsif-java index-semanticdb` command
still needs additional functionality to read jar files from the
`bazel-bin` directory.
@olafurpg olafurpg closed this as completed May 5, 2022
@olafurpg
Copy link
Member

olafurpg commented May 5, 2022

Fat finger closed this

@olafurpg olafurpg reopened this May 5, 2022
@olafurpg
Copy link
Member

Closed by #88, but there is no documentation yet. I opened a separate ticket in #445 to track the addition of docs to the lsif-java website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants