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)
Fri, Dec 13, 4:28 AM
Unknown Object (File)
Thu, Nov 28, 9:23 AM
Unknown Object (File)
Wed, Nov 27, 4:03 PM
Unknown Object (File)
Mon, Nov 25, 12:03 PM
Unknown Object (File)
Sun, Nov 24, 2:53 AM
Unknown Object (File)
Sat, Nov 23, 10:44 AM
Unknown Object (File)
Nov 19 2024, 7:52 AM
Unknown Object (File)
Nov 16 2024, 10:46 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
Branch
stem3
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 23723
Build 32620: Run Core Tests
Build 32619: arc lint + arc unit

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.