8000 Fix immutable frozen set bug in defs.bzl by jamiesnape · Pull Request #262 · bazel-contrib/rules_python · GitHub
[go: up one dir, main page]

Skip to content

Fix immutable frozen set bug in defs.bzl #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 5, 2019
Merged

Fix immutable frozen set bug in defs.bzl #262

merged 2 commits into from
Dec 5, 2019

Conversation

jamiesnape
Copy link
Contributor
@jamiesnape jamiesnape commented Dec 3, 2019

When adding tags to a native py_library rule that is created through a macro we
were not properly considering the case where the tags came from a different
file and therefore were frozen. This caused an error.

Analog of bazelbuild/rules_cc@cfe68f6.

When adding tags to a native py_library rule that is created through a macro we
were not properly considering the case where the tags came from a different
file and therefore were frozen. This caused an error.

Analog of bazelbuild/rules_cc@cfe68f6

Co-authored-by: Googler <plf@google.com>
@brandjon
Copy link
Contributor
brandjon commented Dec 5, 2019

Thanks!

@brandjon brandjon merged commit 38f86fb into bazel-contrib:master Dec 5, 2019
@jamiesnape jamiesnape deleted the fix-immutable-frozen-set-bug branch December 5, 2019 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0