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
cleanup(pystar): inline @bazel_tools and @platforms references (#1531)
The location of the `@bazel_tools` and `@platforms` repositories were
originally part of the semantics.bzl config because performing rewrites
on the code as part of the Bazel code export process was too difficult.
With the direction being reversed (imported instead of exported), and
the scope of the codebase being reduced (just rules_python instead of
the entire Bazel codebase), it's easier to perform copybara rewrites.
In particular, the `"//` strings are problematic to rewrite because they
look like intra-repo references instead of parts of a larger expression.
0 commit comments