Changes between Initial Version and Version 5 of Ticket #10709


Ignore:
Timestamp:
Feb 21, 2013, 9:49:51 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10709

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #10709 – Description

    initial v5  
    1 I was investigating [https://issues.apache.org/bloodhound/ticket/308#comment:3 Bloodhound issue #308], and trying to determine why `.patch` files rendered with syntax highlighting, but `.diff` did not. The issue I'm reporting here appears to be unrelated. During the rendering of `.diff` files I saw the following traceback:
     1I was investigating [https://issues.apache.org/bloodhound/ticket/308#comment:3 Bloodhound issue #308], and trying to determine why `.patch` files rendered with syntax highlighting, but `.diff` files did not. The issue I'm reporting here appears to be unrelated. During the rendering of `.diff` files I saw the following traceback:
    22{{{
    33Traceback (most recent call last):
     
    1313}}}
    1414
    15 Full traceback is attached. To reproduce, attached a file ending in `.patch` to a ticket and then view the file. You may be able to reproduce under other circumstances as well ... I haven't investigated thoroughly.
     15Full traceback is attached. To reproduce, attach a file ending in `.diff` to a ticket and then view the file. You may be able to reproduce under other circumstances as well ... I haven't investigated thoroughly.
    1616
    1717I'm not sure what the correct fix is, but the following patch makes the exception go away: