-
Notifications
You must be signed in to change notification settings - Fork 381
Support Short-circuit load #261
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Please see inline comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the follow up! Few more styling comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for keeping this up!
https://github.com/go-ini/ini/releases/tag/v1.61.0 has tagged for this merge. |
What problem should be fixed?
Short-circuit load #180
Note: When ShortCircuit and Loose are both true, ShortCircuit has priority over Loose.
Have you added test cases to catch the problem?
Yes, all CI pass the test.