[ditrack commit] r1800 - issues/etc
Ivan Glushkov
gli.work at gmail.com
Tue Jul 31 06:11:21 PDT 2007
Hi.
> What was the reason for changing the default format? Here is the format
> string used previously:
>
> "%-4s %-8s %-8s %-6s %s"
>
> (changed in r1803).
I exemined the output of 'list' command, and i could't say it's
nice-looking. The reason is that the length of our variables is
greater then the field width in listing format.
For example, "0.7-mustfix" is 11 symbols length while the field's
width for Dui-in was 8 symbols.
It could be 2 solutions for this problem:
- not to use so large words in fields
- to enlarge the fields themselves
I also propose to increase Status field to 8 (to allow for example "reopened").
Ivan.
More information about the Dev
mailing list