906e4e5f4077cd1627eb5b5400f9cd7d5bbb8fab,src/python/pants/backend/jvm/tasks/jvm_compile/zinc/zinc_compile.py,BaseZincCompile,compile,#BaseZincCompile#Any#Any#Any#Any#Any#Any#Any#Any#Any#,283
Before Change
classes_dir = ctx.classes_dir
analysis_cache = ctx.analysis_file
scala_path = tuple(relative_to_exec_root(c) for c in scala_path)
analysis_cache = relative_to_exec_root(analysis_cache)
classes_dir = relative_to_exec_root(classes_dir)
// TODO: Have these produced correctly, rather than having to relativize them here
relative_classpath = tuple(relative_to_exec_root(c) for c in absolute_classpath)
After Change
"execution".format(dep)
)
snapshots.extend(
classpath_entry.directory_digest for classpath_entry in scalac_classpath_entries
)
merged_input_digest = self.context._scheduler.merge_directories(
tuple(s.directory_digest for s in (snapshots)) + directory_digests
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances Project Name: pantsbuild/pants
Commit Name: 906e4e5f4077cd1627eb5b5400f9cd7d5bbb8fab
Time: 2018-09-18
Author: dorothyordogh@gmail.com
File Name: src/python/pants/backend/jvm/tasks/jvm_compile/zinc/zinc_compile.py
Class Name: BaseZincCompile
Method Name: compile
Project Name: pantsbuild/pants
Commit Name: 0c34574cd5a9f3362930b28376c1f6481d2ec073
Time: 2020-08-13
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/dependency_inference/rules.py
Class Name:
Method Name: infer_python_dependencies
Project Name: pantsbuild/pants
Commit Name: 954a38a74bab0cd688b68393ff16313686cea7e0
Time: 2020-09-03
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/pylint/rules.py
Class Name: PylintPartition
Method Name: __init__