bazel icon indicating copy to clipboard operation
bazel copied to clipboard

StarlarkNativeModule.starlarkifyValue() ignores repo component of labels

Open tetromino opened this issue 4 years ago • 3 comments

@brandjon noted that StarlarkNativeModule.starlarkifyValue() ignores the repo component when val is a Label, so that "@somedep//pkg:foo" is shortened to ":foo" when native.existing_rules() is called inside pkg.

tetromino avatar Aug 11 '21 20:08 tetromino