899ce539a12baef1342741ac657f565c60cc563b,src/python/pants/engine/exp/legacy/commands.py,,setup,#,42
Before Change
// Register "literal" subjects required for these tasks.
// TODO: Replace with `Subsystems`.
address_mapper_key = storage.put(AddressMapper(symbol_table_cls=symbol_table_cls,
parser_cls=LegacyPythonCallbacksParser))
// Create a Scheduler containing graph and filesystem tasks, with no installed goals. The ExpGraph
// will explicitly request the products it needs.
tasks = (
After Change
// Register "literal" subjects required for these tasks.
// TODO: Replace with `Subsystems`.
address_mapper = AddressMapper(symbol_table_cls=symbol_table_cls,
parser_cls=LegacyPythonCallbacksParser)
// Create a Scheduler containing graph and filesystem tasks, with no installed goals. The ExpGraph
// will explicitly request the products it needs.
tasks = (
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: pantsbuild/pants
Commit Name: 899ce539a12baef1342741ac657f565c60cc563b
Time: 2016-03-24
Author: wangpeiyu@gmail.com
File Name: src/python/pants/engine/exp/legacy/commands.py
Class Name:
Method Name: setup
Project Name: pantsbuild/pants
Commit Name: 899ce539a12baef1342741ac657f565c60cc563b
Time: 2016-03-24
Author: wangpeiyu@gmail.com
File Name: tests/python/pants_test/engine/exp/test_graph.py
Class Name: GraphTestBase
Method Name: create
Project Name: pantsbuild/pants
Commit Name: 899ce539a12baef1342741ac657f565c60cc563b
Time: 2016-03-24
Author: wangpeiyu@gmail.com
File Name: src/python/pants/engine/exp/examples/planners.py
Class Name:
Method Name: setup_json_scheduler
Project Name: pantsbuild/pants
Commit Name: 899ce539a12baef1342741ac657f565c60cc563b
Time: 2016-03-24
Author: wangpeiyu@gmail.com
File Name: tests/python/pants_test/engine/exp/test_mapper.py
Class Name: AddressMapperTest
Method Name: setUp