Skip to content

delay calling AdjustConfig #779

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

Closed
wants to merge 1 commit into from
Closed

delay calling AdjustConfig #779

wants to merge 1 commit into from

Conversation

ler762
Copy link
Contributor

@ler762 ler762 commented Nov 22, 2018

Wait until after reading all the init files and parameters before calling AdjustConfig

Calling AdjustConfig right after reading an init file can break things since
tidy might not have the all of the config settings yet. It needs to wait until
all the init files and parameters have been processed so that it can make it's
adjustments based on the full config.
ref: #778

…ling AdjustConfig

Calling AdjustConfig right after reading an init file tends to break things since
tidy might not have the all of the config settings yet.  It needs to wait until
all the init files and parameters have been processed so that it can make it's
adjustments based on the full config.
@geoffmcl
Copy link
Contributor

geoffmcl commented Dec 4, 2018

@ler762 closing this... do not agree with the need to wait - Why? nor with can break things - What things?

Please explain if you think this should go further, hopefully in an issue that addresses these things ;=)) and not in a PR!

But also assume you only used it to show some code, but would always prefer that be attached, or inline patches, in the comment... thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants