Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove config.validateConfig and config.val, Config Manager directly instantiates Validator object. re #6846 #6876

Merged

Conversation

josephsl
Copy link
Collaborator

resolves the following:

Thanks.

…or constructor. re nvaccess#6846, nvaccess#667.

As there's no need to store a module-level validator, validator class instanciation will be done from config.ConfigManager constructor.
Copy link
Contributor

@feerrenrut feerrenrut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems safe to remove based on the information in #6846 (comment)

Its worth noting here that this could break some addons.

feerrenrut added a commit that referenced this pull request Mar 18, 2017
Re Issue #6846
Merge branch 'josephsl-i6846-removeConfigValidateConfig' into next
@feerrenrut feerrenrut merged commit f62ed09 into nvaccess:master Apr 4, 2017
@nvaccessAuto nvaccessAuto added this to the 2017.2 milestone Apr 4, 2017
feerrenrut added a commit that referenced this pull request Apr 4, 2017
- Deprecated code removed:
 - PR #6878: `speech.REASON_*` constants, `controlTypes.REASON_*` should be used
   instead. (issue #6846)
 - PR #6877: `i18nName` for synth settings, `displayName` and
   `displayNameWithAccelerator` should be used instead. (issues #6846, #5185)
 - PR #6876: `config.validateConfig`. (issues #6846, #667)
 - PR #6875: `config.save`. (issue #6846)

- PR #6914: Support Windows Calculator on Windows 10 Enterprise LTSB (Long-Term
  Servicing Branch) and Server. (issue #6914)
- PR #6987: Reduced the chance of configuration file being corrupted when
  Windows shuts down. Configuration files are now written to a temporary
  file before replacing the actual configuration file. (issue #3165)
@josephsl josephsl deleted the i6846-removeConfigValidateConfig branch September 16, 2019 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants