Skip to content

Commit 41b8fa5

Browse files
committed
expand on recompilation explanation
1 parent 25a6266 commit 41b8fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scala/scala.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,8 @@ _common_attrs_for_plugin_bootstrapping = {
783783

784784
_common_attrs = _common_attrs_for_plugin_bootstrapping + {
785785
# dependency_analyzer_mode_soon_to_be_removed will be replaced by using command line flag called 'strict_java_deps' (https://github.com/bazelbuild/bazel/issues/3295)
786-
# switching mode to "on" means that ANY API change in a target's transitive dependencies will trigger a recompilation of that target
786+
# switching mode to "on" means that ANY API change in a target's transitive dependencies will trigger a recompilation of that target,
787+
# on the other hand any internal change (i.e. on code that ijar omits) WON’T trigger recompilation by transitive dependencies
787788
"dependency_analyzer_mode_soon_to_be_removed": attr.string(default="off", mandatory=False),
788789
"_dependency_analyzer_plugin": attr.label(default=Label("@io_bazel_rules_scala//third_party/plugin/src/main:dependency_analyzer"), allow_files=_jar_filetype, mandatory=False),
789790
}

0 commit comments

Comments
 (0)