> On Fri, Feb 12, 2010 at 12:09:23AM +0100, Gianluca Montecchi wrote: > > I pushed to my tree a solution to use shorter file name in the be html > > command > > output (bug-id bea/01e) > > > > It begin to try with a 3 chars file name, if this fail, it try up to 8 > > chars, > > if it is not possible to create a short file name up of 8 chars, the full > > bug > > uuid is used (like now). > > I've looked this over, and here are my thoughts: > * If you want short bug names, won't you want short comment names too?
In my opinion no. The idea is to have short http address, and with be html you access the bug id not the comment. > * We should use libbe.util.id._truncate to generate the short IDs, > so that `be html` truncation is consistent with general BE truncation. Why ? I just get the long id and extract the first n chars, I don't generate a new ID. Anyway I will take a look at it. > * You forgot to update the cross-linking code. I know. I forgot to push the last version (359) since I was running some tests. Version 359 should fix this issue. bye Gianluca _______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
