Open GoogleCodeExporter opened 9 years ago
If accepted the calls to the two functions:
_flags_underscoreName()
_flags_removeExclamationName()
could probably be replaced by a new function like
_flags_cleanupName
Which in itself would either call the above two functions or would do what the
above two functions do.
Original comment by pvanderdoes@gmail.com
on 9 Jan 2013 at 3:27
Argh, wrong patch uploaded
Original comment by pvanderdoes@gmail.com
on 9 Jan 2013 at 3:34
Correct patch
Original comment by pvanderdoes@gmail.com
on 9 Jan 2013 at 3:41
Attachments:
Hmmm, need some more thought into this. Test for nohelp fails, as the option
nohelp isn't generated with the above patch. There is also another small bug in
the patch, the exclamation mark isn't stripped during the genOptString function
(I know how to fix, just seemed redundant to this because of the nohelp fails)
Original comment by pvanderdoes@gmail.com
on 10 Jan 2013 at 3:20
I guess the test for the nohelp is correct to fail, as there is no option
nohelp anymore. If this would be implemented the test would need to change, or
the test is redundant and can be removed.
Original comment by pvanderdoes@gmail.com
on 10 Jan 2013 at 2:31
Well this a better patch, I uses built-in functionality if able to.
Original comment by pvanderdoes@gmail.com
on 21 Jan 2013 at 7:24
Attachments:
And we just keep fixing it :)
Original comment by pvanderdoes@gmail.com
on 22 Jan 2013 at 7:21
Attachments:
Original issue reported on code.google.com by
pvanderdoes@gmail.com
on 9 Jan 2013 at 3:24Attachments: