7c3389c38fcec91b9c1ae5549cd5afc1098aef66,src/python/pants/backend/jvm/tasks/coursier/coursier_subsystem.py,CoursierSubsystem,register_options,#Any#Any#,29

Before Change


             help="Specify the type of artifacts to fetch. See `packaging` at https://maven.apache.org/pom.html//Maven_Coordinates, "
                  "except `src` and `doc` being coursier specific terms for sources and javadoc.")
    // TODO(yic): Use a published version of Coursier. https://github.com/pantsbuild/pants/issues/6852
    register("--bootstrap-jar-url", fingerprint=True,
             default="https://github.com/coursier/coursier/releases/download/pants_release_1.5.x/coursier-cli-1.1.0.cf365ea27a710d5f09db1f0a6feee129aa1fc417.jar",
             help="Location to download a bootstrap version of Coursier.")
    register("--version", type=str, fingerprint=True,
             default="1.1.0.cf365ea27a710d5f09db1f0a6feee129aa1fc417",
             help="Version paired with --bootstrap-jar-url, in order to invalidate and fetch the new version.")
    register("--bootstrap-fetch-timeout-secs", type=int, advanced=True, default=10,

After Change


             help="Specify the type of artifacts to fetch. See `packaging` at https://maven.apache.org/pom.html//Maven_Coordinates, "
                  "except `src` and `doc` being coursier specific terms for sources and javadoc.")
    // TODO(yic): Use a published version of Coursier. https://github.com/pantsbuild/pants/issues/6852
    register("--bootstrap-jar-url", fingerprint=True, default=cls._default_urls[0],
             removal_version="1.25.0.dev1", removal_hint="Use --bootstrap-jar-urls",
             help="Location to download a bootstrap version of Coursier from.")
    register("--bootstrap-jar-urls", fingerprint=True, type=list, default=cls._default_urls,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: pantsbuild/pants
Commit Name: 7c3389c38fcec91b9c1ae5549cd5afc1098aef66
Time: 2019-11-17
Author: stuhood@gmail.com
File Name: src/python/pants/backend/jvm/tasks/coursier/coursier_subsystem.py
Class Name: CoursierSubsystem
Method Name: register_options


Project Name: ilastik/ilastik
Commit Name: 050b110146f3ce8cb3d3a7cb7ef34363fede1edd
Time: 2014-03-04
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/labeling/labelingGui.py
Class Name: LabelingGui
Method Name: _updateLabelShortcuts


Project Name: Theano/Theano
Commit Name: 01922905f9b18acc6f68ebf09960c55894098733
Time: 2017-06-09
Author: lamblinp@iro.umontreal.ca
File Name: theano/gpuarray/opt.py
Class Name:
Method Name: