afed496c7d282a9ffe29a43191ae34db7346f598,src/python/twitter/pants/commands/goal.py,,,#,719

Before Change


// recognize flags to narrow the gen set
goal(name="thrift", action=ThriftGen,
  dependencies=["resolve-idl"]).install("gen").with_description("Generate code.")
goal(name="scrooge", action=ScroogeGen,
  dependencies=["resolve-idl"]).install("gen")
goal(name="protoc", action=ProtobufGen,
  dependencies=["resolve-idl"]).install("gen")
goal(name="antlr", action=AntlrGen,
  dependencies=["resolve-idl"]).install("gen")

After Change


// TODO(John Sirois): gen attempted as the sole Goal should gen for all known gen types but
// recognize flags to narrow the gen set
goal(name="thrift", action=ThriftGen).install("gen").with_description("Generate code.")
goal(name="scrooge", action=ScroogeGen).install("gen")
goal(name="protoc", action=ProtobufGen).install("gen")
goal(name="antlr", action=AntlrGen).install("gen")

goal(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: pantsbuild/pants
Commit Name: afed496c7d282a9ffe29a43191ae34db7346f598
Time: 2014-01-30
Author: benjy@foursquare.com
File Name: src/python/twitter/pants/commands/goal.py
Class Name:
Method Name:


Project Name: pantsbuild/pants
Commit Name: 32479c73b83a9a875a28d1adce327573b39af37e
Time: 2014-04-30
Author: benjy@foursquare.com
File Name: src/python/pants/commands/goal.py
Class Name:
Method Name:


Project Name: pantsbuild/pants
Commit Name: 32479c73b83a9a875a28d1adce327573b39af37e
Time: 2014-04-30
Author: benjy@foursquare.com
File Name: src/python/pants/commands/goal.py
Class Name:
Method Name: