Roundup Tracker - Issues

Message4635

Author jerrykan
Recipients ezio.melotti, jerrykan
Date 2012-09-03.14:16:26
Message-id <5044BBA8.5040403@jerrykan.com>
In-reply-to <1346336544.12.0.77865177839.issue2550773@psf.upfronthosting.co.za>
> For the Python bug tracker we just support path/to/file and
> path/to/file:xxx, where xxx is the line number.  We also support that
> for tracebacks.  We have no way to select the cs id/branch, even if
> there is an rfe for branch support somewhere.

Do you check that the 'path/to/file' starts with a certain directory 
(ie. 'path/') or do you just match string of text that has '/'s in it? 
If you just match text that has '/'s, then I imagine it could result in 
quite a few false positives.

This should be less of an issue for matching with a line number.

Links that don't include a revision id (ie. link to tip) may become less 
relevant over time though as code changes.
History
Date User Action Args
2012-09-03 14:16:27jerrykansetrecipients: + jerrykan, ezio.melotti
2012-09-03 14:16:27jerrykanlinkissue2550773 messages
2012-09-03 14:16:26jerrykancreate