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
"execution".format(dep)
)
if scala_path:
// TODO: ScalaPlatform._tool_classpath should capture this and memoize it.
// See https://github.com/pantsbuild/pants/issues/6435
snapshots.append(
self.context._scheduler.capture_snapshots((PathGlobsAndRoot(
PathGlobs(scala_path),
get_buildroot(),
),))[0]
)
merged_input_digest = self.context._scheduler.merge_directories(
tuple(s.directory_digest for s in (snapshots)) + directory_digests
)
After Change
// list of classpath entries
scalac_classpath_entries = self.scalac_classpath_entries()
scala_path = [classpath_entry.path for classpath_entry in scalac_classpath_entries]
zinc_args = []
zinc_args.extend([
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
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: 0349078b01ed693223d0c4a65c8a9b8aafe115bc
Time: 2017-05-26
Author: stuhood@twitter.com
File Name: src/python/pants/backend/jvm/tasks/bundle_create.py
Class Name: BundleCreate
Method Name: bundle
Project Name: pantsbuild/pants
Commit Name: ed5badda3d518c869aa22d6401f604aa864fcfc4
Time: 2015-10-18
Author: john.sirois@gmail.com
File Name: src/python/pants/build_graph/build_file_address_mapper.py
Class Name: BuildFileAddressMapper
Method Name: scan_addresses