5bfd6cdef169103f539a092920f0004bfa5fb6f4,src/python/pants/option/options_bootstrapper.py,OptionsBootstrapper,get_full_options,#OptionsBootstrapper#Any#,174

Before Change


              scopes.
    :rtype: :class:`Options`
    
    key = frozenset(sorted(known_scope_infos))
    if key not in self._full_options:
      // Note: Don"t inline this into the Options() call, as this populates
      // self._post_bootstrap_config, which is another argument to that call.
      bootstrap_option_values = self.get_bootstrap_options().for_global_scope()

After Change


              scopes.
    :rtype: :class:`Options`
    
    return self._full_options(tuple(sorted(set(known_scope_infos))))

  def verify_configs_against_options(self, options):
    Verify all loaded configs have correct scopes and options.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: 5bfd6cdef169103f539a092920f0004bfa5fb6f4
Time: 2018-12-06
Author: stuhood@twitter.com
File Name: src/python/pants/option/options_bootstrapper.py
Class Name: OptionsBootstrapper
Method Name: get_full_options


Project Name: CyberReboot/NetworkML
Commit Name: 5836891ac3e6bfb68dbe45589ac87e5ac02a2cfa
Time: 2020-03-28
Author: josh@vandervecken.com
File Name: networkml/featurizers/funcs/host.py
Class Name: HostBase
Method Name: HostBase_1


Project Name: jbms/beancount-import
Commit Name: bc19ed6b434f77e5758f4baf9cb23ed5d2b25a72
Time: 2020-08-07
Author: dumbpyx@gmail.com
File Name: beancount_import/source/generic_importer_source.py
Class Name: ImporterSource
Method Name: prepare


Project Name: google/language-resources
Commit Name: fbc52e317743216b5183541daf833aa262f8534d
Time: 2018-01-12
Author: mjansche@google.com
File Name: FONIPA/ipa.py
Class Name:
Method Name: PrintCharTable