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
F12848117: D20941.id49896.diff
Fri, Mar 29, 3:11 AM
Unknown Object (File)
Sun, Mar 10, 8:29 PM
Unknown Object (File)
Fri, Mar 8, 3:56 AM
Unknown Object (File)
Feb 18 2024, 7:22 AM
Unknown Object (File)
Feb 3 2024, 11:30 PM
Unknown Object (File)
Jan 29 2024, 2:18 AM
Unknown Object (File)
Jan 8 2024, 6:52 AM
Unknown Object (File)
Dec 23 2023, 12:43 PM
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.