Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinstate previous behavior of notifying the graph listener of `GET_B…
…ATCH` for every `DEP_REQUESTED` call. Recent optimizations in 62d1b0b and 243c2b7 mean that deps can now be requested via `get()` instead of `getBatch()`. It is possible that existing regression tests are no longer WAI because they are not getting the `GET_BATCH` event (i.e. they are passing but not testing what they intend to). Restoring the previous behavior is much easier than hunting down every test that is affected. PiperOrigin-RevId: 479416036 Change-Id: Iea3ac0a2ad02313dc8e61084fa5f585763a5967f
- Loading branch information