bazelbuild / rules_closure

Closure rules for Bazel
https://developers.google.com/closure
Apache License 2.0
153 stars 114 forks source link

Replace default value of closure_js_binary#dependency_mode with PRUNE_LEGACY #477

Closed Yannic closed 4 years ago

Yannic commented 4 years ago

Follow-up of #444 to remove the noisy warnings for people that don't set the attribute: https://buildkite.com/bazel/rules-closure-closure-compiler/builds/911#1461b437-91e6-453b-b3a7-7f193a31a209/201-213

This change also prints the name of the target and a buildozer fix in the error message to make migration easier.

//cc @tjgq