cdf3ae04f8
Rugged sometimes chops a context line in between bytes, resulting in the context line having an invalid encoding: https://github.com/libgit2/rugged/issues/716 When that happens, we will try to detect the encoding for the diff, and sometimes we'll get it wrong. If that difference in encoding results in a difference in string lengths between the diff and the underlying blobs, we'd fail to highlight any inline diffs, and return a 500 status to the user. As we're using the underlying blobs, the encoding is 'correct' anyway, so if the string range is invalid, we can just discard the inline diff highlighting. We still report to Sentry to ensure that we can investigate further in future. |
||
---|---|---|
.. | ||
file_collection | ||
formatters | ||
diff_refs.rb | ||
file.rb | ||
highlight.rb | ||
image_point.rb | ||
inline_diff.rb | ||
inline_diff_markdown_marker.rb | ||
inline_diff_marker.rb | ||
line.rb | ||
line_mapper.rb | ||
parallel_diff.rb | ||
parser.rb | ||
position.rb | ||
position_tracer.rb |