GNU bug report logs -
#61395
28.2; bug-reference warning seems incorrect
Previous Next
Reported by: Tom Tromey <tom <at> tromey.com>
Date: Thu, 9 Feb 2023 19:10:02 UTC
Severity: normal
Found in version 28.2
Done: Tassilo Horn <tsdh <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Tom Tromey <tom <at> tromey.com>
> Date: Thu, 09 Feb 2023 12:08:39 -0700
>
>
> I got this warning while using bug-reference-prog-mode on a certain file
> in gdb:
>
> Warning (bug-reference): The value of ‘bug-reference-bug-regexp’
>
> "\\(\\b\\(?:[Bb]ug ?#?\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z+-]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)\\)"
>
> in buffer "finish.exp" doesn’t conform to the contract specified by its
> docstring. The subexpression 1 should define the region of the
> bug-reference overlay and cover all other subexpressions up to
> subexpression 10. Disable showing Disable logging
>
>
> However, this warning seems wrong to me. If you examine the above
> regexp, you'll see it does cover all the other subexpressions.
>
> Perhaps it is mis-worded somehow and the actual problem is something
> else? It's worth noting here that this is the default value for this
> regexp:
>
> (defcustom bug-reference-bug-regexp
> "\\(\\b\\(?:[Bb]ug ?#?\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z+-]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)\\)"
>
> In gdb we use this setting for bug-reference-url-format, in case this
> matters somehow:
>
> (bug-reference-url-format . "http://sourceware.org/bugzilla/show_bug.cgi?id=%s")
Thanks, but could you perhaps post a recipe for reproducing the
warning? Based on your description, I couldn't understand how to
reproduce it: which variables to change (with the single exception of
bug-reference-url-format), and what should be the buffer text to
trigger the warning. Could you help me reproducing the problem, so I
could investigate it and see how to fix it?
This bug report was last modified 2 years and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.