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
Previously generated `filegroup` targets can contain
dependency cycle.
The case here is that defined filegroup of a package
should not have deps of other packages but rather to
its `:data` package.
This change removes potential dependency cycles and
makes references to package's `:data`.
0 commit comments