Files
gerrit/tools
Vladimir Moskva 8f5ca5abf9 Make bzl files compatible with mutating behavior of += on lists
In the future versions of Bazel (starting with 0.7 or 0.8) += on lists
will behave like in Python, by mutating the left hand side list. If this
list is frozen it will cause a runtime error. To preserve the previous
behavior such lists should be either copied or the `a = a + b` syntax
should be used (which is completely equivalent with the old behavior of
+= on lists).

Change-Id: I3ef62e0c1f3b5ceca705ed4fa331122c3190991e
2017-11-08 15:46:38 +09:00
..
2017-06-12 08:53:05 +09:00
2017-07-31 10:44:57 +00:00
2015-08-26 09:03:24 -06:00
2017-05-15 17:00:01 +09:00
2016-12-07 11:33:07 +00:00
2017-02-10 08:24:15 +01:00
2015-06-18 17:10:11 +02:00
2017-03-03 08:12:45 -06:00