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
Convert strings to label with the correct repository
Remove `absolute_target` and use `Label` in the top-level bzl scope. This makes `Label` correctly evaluate to point to the repository where bzl file resides.
Bzlmod is more stringent about labels and `absolute_target` implementation doesn't work with it - the created labels are de-funct.
This works towards bazelbuild#660
It's one of the minor issues.
0 commit comments