-
Notifications
You must be signed in to change notification settings - Fork 145
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
Provide option -N for do not load personal config file #1555
Conversation
This should be good for non-Windows platform. I will check on Windows platform later. |
Yes this PR works fine under Windows as well.
|
|
This PR is good to go from my side. |
Please review as well. Thanks. |
I wonder whether it makes sense to handle the |
Oh, and since that's a change that breaks backwards compatibility (even though in a way that nobody might notice), it would be a reason to bump the major version number. ;-) |
Bravo! It seems to be working as expected. thank you! |
Only just now saw this; AVRDUDE has a very elaborate configuration file processing: it allows to redefine the system-wide one, it allows a personal one, and it allows additional config files to be processed after the system one and personal ones using
We could parse |
What is the preference here, |
I would definitely prefer |
Same here. I think this PR is good to go now. |
Fixes #1548