aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredTargetFactory.java
diff options
context:
space:
mode:
authorGravatar Michael Staib <mstaib@google.com>2016-09-16 19:36:49 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-19 07:35:07 +0000
commit8618b9d67d20a737908113fa89357ac321a9669b (patch)
treec35e40647b56648f25716aa209525257619ea664 /src/main/java/com/google/devtools/build/lib/analysis/ConfiguredTargetFactory.java
parent1ca32990938c4b126cbe49895b757403e8fbf07a (diff)
Add deprecation support to Bazel.
Bazel has always had a deprecation attribute, but until now it has been a no-op. After this change, Bazel will warn when a target with the deprecated attribute unset depends on one with the deprecated attribute set. Like all other warnings, this warning will only be displayed when it matches the output filter. It is also bypassed if the two targets are in the same package. RELNOTES: The deprecation attribute of all rules now causes warnings to be printed when other targets depend on a target with that attribute set. -- MOS_MIGRATED_REVID=133415232
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/analysis/ConfiguredTargetFactory.java')
0 files changed, 0 insertions, 0 deletions