Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix malformed cmdlines when many options are set#23

Open
jygaulier wants to merge 1 commit into
romainneutron:masterfrom
jygaulier:fix-malformed-cmdlines
Open

fix malformed cmdlines when many options are set#23
jygaulier wants to merge 1 commit into
romainneutron:masterfrom
jygaulier:fix-malformed-cmdlines

Conversation

@jygaulier
Copy link
Copy Markdown

Some mix of writer->erase(X,Y) ; writer->setMode(Z) ; writer->setModule(T); writer->write(U,...,V) may generate malformed cmdlines (misplaced "-execute", misplaced "-common-args", ...)
Verified with 64 combinations of parameters
X,Y,Z,T : bool
U (input file) : with or without metadatas
V (output file) : same as input (null) or write to a new file.
nb : some combinations may give "0 changes", not to be considered as an error.
todo (?) : add functional tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant