Closed
Bug 1500610
Opened 7 years ago
Closed 7 years ago
Searchfox fails to find regular expression match
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nalexander, Unassigned)
Details
Observe the following line of
https://searchfox.org/mozilla-central/rev/9cb3e241502a2d47e2d5057ca771324a446b6695/mobile/android/gradle.configure#61
```
variant=variant(('official', 'withoutGeckoBinaries', 'noMinApi', 'photon'), 'debug'),
```
That should match
https://searchfox.org/mozilla-central/search?q=inaries.*hoton®exp=true&path=taskcluster
but it doesn't, as of Friday, 2:28 PM, Pacific. (I don't know how to capture the state of the index at a time for reference.) All of the hits are in taskcluster/ci/build/android-stuff.yml. Are the quotes somehow tripping up the regular expression? Is . not matching everything in some way that I just don't know about?
Comment 1•7 years ago
|
||
Your query has a `taskcluster` path filter. Removing that finds the match.
Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #1)
> Your query has a `taskcluster` path filter. Removing that finds the match.
Good lord, I'm so sorry.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Comment 3•7 years ago
|
||
No worries, happens to me too :)
You need to log in
before you can comment on or make changes to this bug.
Description
•