berkus / rietveld

Code review tool from Guido for Django
code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

diff_skipped_lines and diff2_skipped_lines don't include comments. #480

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ex.

Load the JSON from a url like 
https://codereview.chromium.org/189543016/diff_skipped_lines/1/7/0/5000/a/120

There's tons of entries for inline-comments, but the inline comments are never 
actually included. It seems like this is a bug in the code that's processing 
the HTML template on the server to transform it into JSON.

Original issue reported on code.google.com by esprehn@chromium.org on 10 Mar 2014 at 8:10