[PATCH] D12906: [RFC] Bug identification("issue_hash") change for CmpRuns.py

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 21 09:39:26 PDT 2015


zaks.anna added a comment.

> > In http://reviews.llvm.org/D10305#224956, @zaks.anna wrote:

> 

> >  For example, you could keep the information about the reports in the plist files and use those to 

> 

> >  render the reports in HTML.

> 

> 

> If you're okay with adding HTML file name in plist for each bug, I will prepare a new patch for that.

>  Thanks for the review!


I think you misunderstood my comment. I am not talking about using the existing HTML files here but rather having an HTML viewer, which you could use to browse source code. This viewer would be extended to read the bug reports from the plist files and display them. Currently, we create an html file with source code + report info for each bug report. This does not scale when you have a lot of reports on a single large file (ex: sqlite).

What I describe above is a larger project. What workflow are you trying to support? I think adding the issue hash to the HTML file is fine if you find it to be useful for your workflow...


http://reviews.llvm.org/D12906





More information about the cfe-commits mailing list