bazel-gazelle icon indicating copy to clipboard operation
bazel-gazelle copied to clipboard

refactor: change pathTrie per-file to per-directory

Open jbedard opened this issue 1 year ago • 0 comments

This way the pathTrie aligns with the directory structure, excluding files. This should make it easier to do things in parallel per-directory.

Depends on https://github.com/bazel-contrib/bazel-gazelle/pull/1932

What type of PR is this?

Other

What package or component does this PR mostly affect?

all

What does this PR do? Why is it needed?

Which issues(s) does this PR fix?

Fixes #

Other notes for review

jbedard avatar Sep 22 '24 01:09 jbedard