aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
diff options
context:
space:
mode:
authorGravatar vladmos <vladmos@google.com>2017-11-21 04:40:08 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-21 04:41:35 -0800
commit9bb93ee8c0edae911f9e2adeaca8aebd406788b6 (patch)
treeec830914e13f142fe1079c92b342cbad38f067c3 /src/main/java/com/google/devtools/build/lib/rules
parent4d09a1de6a60c6f90cc88978151bcde83c8000d4 (diff)
Remove the deprecated set constructor from Skylark
The `set` constructor used to be deprecated, but it was still possible to use it by providing --incompatible_disallow_set_constructor=false. It's still allowed to have `set` in parts of the code that are not executed, this will be deprecated later. You can check if your code is compatible with this future change by using the flag --incompatible_disallow_uncalled_set_constructor (currently the default is "false"). RELNOTES[INC]: The flag --incompatible_disallow_set_constructor is no longer available, the deprecated `set` constructor is not available anymore. PiperOrigin-RevId: 176491641
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules')
0 files changed, 0 insertions, 0 deletions