Changes between Initial Version and Version 1 of Ticket #393, comment 141
- Timestamp:
- 2011-08-22T01:32:22Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #393, comment 141
initial v1 1 1 Minor nit: the CLI accepts {{{--mutable-type=mdmf}}} (for example), but not {{{--mutable-type=MDMF}}}. It should probably be case-insensitive. 2 2 3 Also, specifying {{{--mutable-type}}} should probably imply {{{--mutable}}}. Currently there's an assert if the former is given without the latter; asserts should not be used to report usage errors. (Also, usage errors should notbe reported first, before other possible errors -- but I'm suggesting that this shouldn't be an error in any case.)3 Also, specifying {{{--mutable-type}}} should probably imply {{{--mutable}}}. Currently there's an assert if the former is given without the latter; asserts should not be used to report usage errors. (Also, usage errors should be reported first, before other possible errors -- but I'm suggesting that this shouldn't be an error in any case.) 4 4 5 5 These changes aren't needed for the alpha.