summaryrefslogtreecommitdiff
path: root/releasenotes/notes/circular-deps-649f0fdd4dc5599f.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Support enqueuing behind circular dependenciesJames E. Blair2021-03-011-0/+6
Change Ic121b2d8d057a7dc4448ae70045853347f265c6c omitted support for enqueuing changes behind a cycle in order to avoid having them show up in the middle of the cycle. However, we can process changes behind a cycle if we wait until we have completely enqueued the cycle before we embark on enqueing changes behind it. This also removes unused pipelines which cause extra processing and output in the unit tests. Also add a release note about circular deps, and describe additional caveats about using circular dependencies in the documentation. Change-Id: I64c0d4e8c20e4638bbafb18409cd28c062369738