aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/standalone/StandaloneSpawnStrategyTest.java
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2017-06-19 16:02:42 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-06-19 18:25:15 +0200
commit1fcea38b3a838de6cad23c83c892a1ce2d1272f5 (patch)
tree45d75eb067129011332acf7e2b4c1dd71bdfa9b5 /src/test/java/com/google/devtools/build/lib/standalone/StandaloneSpawnStrategyTest.java
parent77c9f5ec751f4adf3a8095e2e2943ec59dc12d26 (diff)
Make equality, comparison and 'in' operators not associative.
I'm not using a --incompatible-change flag because it's not available in the parser. We could pass it, but I think this is trivial to fix and unlikely to happen in real code (if it does, there was most likely a bug). RELNOTES[INC]: Operators for equality, comparison, 'in' and 'not in' are no longer associative, e.g. x < y < z is now a syntax error. Before, it was parsed as: (x < y) < z. PiperOrigin-RevId: 159422042
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/standalone/StandaloneSpawnStrategyTest.java')
0 files changed, 0 insertions, 0 deletions