Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Update rules_protobuf #56

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

vladmos
Copy link
Member

@vladmos vladmos commented Oct 12, 2017

Starting from Bazel 0.8 the += operator applied to lists will mutate them instead of copying. This is an incompatible behavior and repostories should be fixed in advance.

To reproduce the future behavior one can use the following flag:

bazel build --incompatible_list_plus_equals_inplace //...

This PR updates rules_protobuf so that the following commit is also included: pubref/rules_protobuf@4cc90ab

@mattmoor mattmoor self-requested a review October 12, 2017 16:22
@mattmoor mattmoor changed the base branch from master to update-pubref October 12, 2017 16:57
@mattmoor
Copy link
Contributor

Merging this into a branch off master, so that I can verify Travis passes before merging to master.

@mattmoor mattmoor merged commit d4d389e into bazelbuild:update-pubref Oct 12, 2017
@vladmos vladmos deleted the update_rules_protobuf branch October 12, 2017 17:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants