bazel-contrib / bazel-gazelle

Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.19k stars 378 forks source link

WIP: Add a lazy indexing mode to gazelle #1892

Open alex-torok opened 1 month ago

alex-torok commented 1 month ago

WIP: Example implementation of lazy indexing (See #1891). Will update docs & add tests once discussion in above issue is further along.

What type of PR is this?

Feature

What package or component does this PR mostly affect?

cmd/gazelle

What does this PR do? Why is it needed?

Add lazy indexing mode. TODO: fill out more context

Which issues(s) does this PR fix?

Fixes #1891

Other notes for review

Currently WIP - please keep discussion in above issue for now.