Closed Bug 1212597 Opened 10 years ago Closed 5 years ago

Buglink not working

Categories

(Webtools Graveyard :: DXR, defect)

defect
Not set
normal

Tracking

(firefox44 affected)

RESOLVED WONTFIX
Tracking Status
firefox44 --- affected

People

(Reporter: erik, Unassigned)

Details

Saying... regex = "(?i)bug\s+#?([0-9]+)" ...ends up giving you quotes in the pattern. Saying... regex = (?i)bug\s+#?([0-9]+) ...gives up at the # because it looks like a comment.
It looks like a configobj bug, though the intended behavior is so underspecified that it's hard to tell. In the meantime, I submitted a PR that works around it: https://github.com/klibby/dxr-docker/pull/6.

DXR is no longer available. Searchfox is now replacing it.
See meta bug 1669906 & https://groups.google.com/g/mozilla.dev.platform/c/jDRjrq3l-CY for more details.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.