You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the build system to only rebuild types when source files change, rather than rebuilding for every build. This is accomplished by:
1. Adding explicit file dependencies to the types target
2. Creating a new build_types_when_needed target that tracks source files
3. Adding a convenient alias in the root BUILD.bazel
0 commit comments