-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Cleanup: simplify flag parsing and merge into mflag #7551
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
|
Docs, such as they are, LGTM. |
|
needs rebased |
Signed-off-by: Solomon Hykes <solomon@docker.com>
Signed-off-by: Solomon Hykes <solomon@docker.com>
|
Rebased |
|
The general idea of this refactor is that, instead of doing this: ... I can now do this: |
|
When I launch the daemon: http://fpaste.org/125750/raw/ |
|
@vieux looks like I did something wrong when fixing rebase conflicts. Will check tomorrow. Thanks. |
Signed-off-by: Solomon Hykes <solomon@docker.com>
|
@vieux fixed and added regression test |
|
Ping |
|
This panic when building docker |
|
@vieux could you show the full command? I can't reproduce. |
and panic on the daemon side: |
|
Can you reproduce without rebasing on master? On Wednesday, August 20, 2014, Victor Vieux notifications@github.com
|
|
@shykes If I'm remember correctly, you said you found the fix during LinuxCon |
|
I'm working on this, I'll update with a new PR early next week |
|
please see #8158 |
|
I'm closing this in favor of #8158 |
optsmflagto expose a unified flag-parsing interfaceflagThis depends on #7506. Please review that first.