Code review comment for lp:~diego-fmpwizard/mysql-proxy/short-options

Revision history for this message
Kay Roepke (kay-roepke) wrote :

> Ready for merging.

One thing I'd like to be sure of is the effect of multiple plugins registering the same short option name:
For example, it is possible that a different plugin author tries to use "s" meaning script.

Does the order of loading the plugins affect this, i.e. will the last one win (resulting in the prior plugins to not receive their option)?
If that's the case we need to guard the combining of options with at least a warning (it shouldn't be an error, because the end-user cannot do anything about it).
Until we know the answer, we shouldn't merge this in.

« Back to merge proposal