Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web.bzl: avoid depset union operators
Summary: The `+`, `+=`, and `|` operators on depsets, as well as `depset.union`, are deprecated due to performance problems: <bazelbuild/bazel#5817> As of a recent Bazel commit, `.union` is removed is removed entirely, so the operators may be soon on the chopping block: <bazelbuild/bazel@693963f> This commit removes remaining uses from TensorBoard. Google-internal source: <http://cl/283060975> (thanks, @laurentlb!). Test Plan: Running `bazel run //tensorboard` still works. Co-authored-by: Laurent Le Brun <[email protected]> wchargin-branch: remove-depset-union
- Loading branch information