a56f11bc822f45997c9af154abb1ce512f93888e,src/python/pants/engine/exp/legacy/commands.py,,setup,#,42

Before Change



  // Register "literal" subjects required for these tasks.
  // TODO: Replace with `Subsystems`.
  project_tree_key = subjects.put(FileSystemProjectTree(build_root))
  address_mapper_key = subjects.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

After Change


  spec_roots = [cmd_line_spec_parser.parse_spec(spec) for spec in sys.argv[1:]]

  subjects = Storage.create(debug=False)
  project_tree = FileSystemProjectTree(build_root)
  symbol_table_cls = LegacyTable

  // Register "literal" subjects required for these tasks.
  // TODO: Replace with `Subsystems`.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: a56f11bc822f45997c9af154abb1ce512f93888e
Time: 2016-03-09
Author: kwilson@twopensource.com
File Name: src/python/pants/engine/exp/legacy/commands.py
Class Name:
Method Name: setup


Project Name: pantsbuild/pants
Commit Name: a56f11bc822f45997c9af154abb1ce512f93888e
Time: 2016-03-09
Author: kwilson@twopensource.com
File Name: src/python/pants/engine/exp/examples/planners.py
Class Name:
Method Name: setup_json_scheduler


Project Name: pantsbuild/pants
Commit Name: a56f11bc822f45997c9af154abb1ce512f93888e
Time: 2016-03-09
Author: kwilson@twopensource.com
File Name: tests/python/pants_test/engine/exp/scheduler_test_base.py
Class Name: SchedulerTestBase
Method Name: mk_scheduler