Cleanup: simplify flag parsing and merge into mflag#7551
Cleanup: simplify flag parsing and merge into mflag#7551shykes wants to merge 3 commits intomoby:masterfrom
Conversation
|
Docs, such as they are, LGTM. |
|
needs rebased |
Signed-off-by: Solomon Hykes <[email protected]>
Signed-off-by: Solomon Hykes <[email protected]>
|
Rebased |
|
The general idea of this refactor is that, instead of doing this: ... I can now do this: |
|
@vieux looks like I did something wrong when fixing rebase conflicts. Will check tomorrow. Thanks. |
Signed-off-by: Solomon Hykes <[email protected]>
|
@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 [email protected]
|
|
@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.