-
Notifications
You must be signed in to change notification settings - Fork 424
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
change the processing of init files #754
Conversation
- add a new "-no-config" command line option to not read any initialization file - refactor init file processing so that only one file is read The search order is: 1. command line "-config xxx" or "-no-config" options 2. environment variable HTML_TIDY=xxx 3. ~/.tidyrc 4. /etc/tidy.conf
See issue #752 for a comment on this PR... in general I do not see the need for this... Or at least needs a hefty discussion... |
@ler762 sorry, but think we have to close this PR... There are several reasons for this, but the main one is technical. Somehow Github shows And when I tried to use the command line to make a merge into a branch to do testing, it failed... saying some patch, or something, is missing... huh? Usually works, and is one way admin has to merge a PR into a branch, build, and test, before the final merge to stable It does still show I am not sure it is your fault, but did you do something drastic to your Or is is that PR #755 was closed, and it contains the same commit 84b3e80 as here... good to know if true, but do not know... But aside from that it is quite incomplete, even if eventually conceptually accepted...
The 4th may not be a problem, but needs to be thought through, tested, discussed, etc... Finally, if you want to pursue this Feature Request then open an issue for it first, to discuss it, although various comments are scattered in other issues - maybe bring them together - At this time I am not convinced it is needed or desired, except by you of course, and perhaps @blacktrash, not sure... sorry... Am really puzzled why github shows unknown repository, and fails an |
@geoffmcl no problem - go ahead and close it.
I've deleted & recreated my fork on github a couple of times. I'm treating it as a temporary sandbox vs. something that has to be maintained - which might be a Bad Idea. I'll try to pull all the comments together and create a new issue/feature request. |
@ler762 well if github maintained some type of check-sum for a fork, then I guess deleting & recreating that fork might put it in a tizzy fit ;=)) One pet dislike I have about such sort of hidden config files is that It does mention While this does not directly relate to the order in which these are processed, for issues like #742, asking the user to show an enhanced output of And that help text would need to also be adjusted if the order of processing is changed... Look forward to any new |
add a new "-no-config" command line option to not read any initialization file
refactor init file processing so that only one file is read
The search order is: