darcs

Issue 1528 roundup blows up on issue220 - revisited

Title roundup blows up on issue220 - revisited
Priority not-our-bug Status resolved
Milestone Resolved in
Superseder Nosy List Serware, darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, tux_rocker
Assigned To
Topics BugTracker

Created on 2009-08-15.23:30:28 by kowey, last changed 2009-10-30.16:36:24 by kowey.

Messages
msg8179 (view) Author: kowey Date: 2009-08-15.23:30:24
I've filed http://issues.roundup-tracker.org/issue2550575 which stefan on
#roundup  oftc commented was probably a known bug.

I would just add this as a comment to issue1526 but we can't view that in the
web interface anymore (due to my accidentally pasting in the message of doom)
msg9092 (view) Author: kowey Date: 2009-10-30.16:36:21
This looks fairly simple to explain.  

The bit of code that hyperlinks things that look like objects (eg. "issue 1526")
got confused by "file SOMEHUGENUMBER", where SOMEHUGENUMBER was the file name
corresponding to the object.

Workaround : use roundup-admin to remove the offending message, eg:
> display issue1526
> set issue1526 messages=-8175
> commit

(which I have done for issue1526 and will do for issue220).

Once I fix issue220 with this workaround, I will consider the present issue
resolved (because it's not really a persistent problem, maybe an occasional
nuisance in the future, but just a one-off thing)
History
Date User Action Args
2009-08-15 23:30:28koweycreate
2009-08-18 08:49:42adminlinkissue1526 superseder
2009-08-25 18:15:16adminsetnosy: + darcs-devel, - simon
2009-08-27 14:26:06adminsetnosy: kowey, darcs-devel, thorkilnaur, tux_rocker, dmitry.kurochkin, Serware
2009-10-23 22:46:23adminsetnosy: + serware, - Serware
2009-10-23 23:31:51adminsetnosy: + Serware, - serware
2009-10-30 16:36:24koweysetstatus: has-patch -> resolved
messages: + msg9092