comment handling is odd
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Merge-o-Matic |
Confirmed
|
Low
|
Unassigned |
Bug Description
I was testing the fix for bug 1686640 where merges without a comment are changed to be printed a different color. While this works it revealed a bug in comment processing - on the test page, https:/
Here's the source:
<tr bgcolor=#ff8080 class=first>
<td><tt><a href="c/
<sup><a href="https:/
<sup><a href="http://
[foundations-
<td colspan=3><a href='https:/
<td rowspan=2><form method="get" action=
<input type="hidden" name="component" value="main" />
<input type="hidden" name="package" value="
<input type="text" style="
</form></td>
<td rowspan=2>
</td>
<td rowspan=2>
587
</td>
</tr>
<tr bgcolor=#ff8080>
<td><small>
<td>1.57ubuntu4
<td>1.67</td>
<td>1.57</td>
</tr>
Looking at comments.txt on the server we can see:
cdrom-detect: #861300
cdrom-detect: Debian bug #861300
cdrom-detect:
I'm guessing only the last comment is used and there is no checking for empty data.
Changed in merge-o-matic: | |
status: | New → Confirmed |
importance: | Undecided → Low |