|
|
|
|
|
|
|
|
|
|
xen-api
Re: [Xen-API] [PATCH] imported patch removing-warnings
On 10/11/10 12:08, Rok Strnisa wrote:
Because this will take some effort, I've decided to not do it all
myself, but rather use the source control to identify who is
responsible for each warning, and delegate it to them --- originally
an idea by Jonathan Knowles.
Yes -- it ought to be possible to distribute this work:
1. grep the results of a successful build for warnings
2. convert the warnings into a warning list w, where w = [(file, line)]
3. use hg annot to identify the person that last touched each line
4. partition list w into a per-user list of warnings: [(user, [(file,
line)])].
5. create a bug report for each user, along with their list of warnings.
Thoughts?
Jonathan
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|