Page MenuHomePhabricator

Update deprecated array access syntax in Porter stemmer
ClosedPublic

Authored by epriestley on Jan 14 2020, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 4:59 PM
Unknown Object (File)
Fri, Apr 19, 11:12 PM
Unknown Object (File)
Wed, Apr 17, 4:58 AM
Unknown Object (File)
Fri, Apr 5, 3:37 PM
Unknown Object (File)
Fri, Apr 5, 7:09 AM
Unknown Object (File)
Fri, Mar 29, 3:11 AM
Unknown Object (File)
Mar 10 2024, 8:29 PM
Unknown Object (File)
Mar 8 2024, 3:56 AM
Subscribers
None

Details

Summary

Fixes T13472. This library uses $a{0}, but this is deprecated in favor of $a[0].

Test Plan

Ran bin/search index Txxx --force on a task with "filing" in the title (this term reaches the "m" rule of the stemmer).

(I'm not on new enough PHP for this to actually raise an error, but I'll follow up with the reporting user.)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jan 14 2020, 8:06 PM
Harbormaster failed remote builds in B23722: Diff 49896!
  • Fix accidental index change which caused a stemming test failure.
This revision was not accepted when it landed; it landed in state Needs Review.Jan 14 2020, 8:11 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.