-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fixed #68 #73 #83 #86
Conversation
No config in specified directories now behave the same regardless if the config file present in CWD or not
Hm. A little lost here. According to the Go 1.2 source it indeed does not seem to have sync.Pool. Why is it failing on this build, but not previous ones? Walked through the interim packages and those did not seem to update references in a way to start this failure to happen. |
11 days ago, The previous build was done 14 days ago, that's why it was successful. |
Thanks @shurcooL for the breakage explanation! |
This will be fixed after #88 merge. |
After talking to @spf13, makes no sense to work around CWD special cases and have the extra tests and complexity. So I will split this PR into ones addressing #68 and #83 issues, close #73 as irrelevant and submit an issue and PR to completely remove CWD from the package. CWD hard-coding is an application, not a library concern. |
Fix #68 Application exits when marshallConfigReader encounters parsing errors
Fix #73 Current directory used for config if no other specified directories exist
Fix #83 Struct method BindPFlag calls package function SetDefault instead of method of the same name