Page MenuHomePhabricator

Ignore all files in "src/extensions/", not just immediate children
ClosedPublic

Authored by epriestley on Sep 24 2019, 4:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 10, 5:01 PM
Unknown Object (File)
Sun, May 4, 6:29 AM
Unknown Object (File)
Sun, Apr 27, 6:34 AM
Unknown Object (File)
Sun, Apr 20, 8:49 PM
Unknown Object (File)
Apr 13 2025, 8:35 AM
Unknown Object (File)
Apr 13 2025, 5:03 AM
Unknown Object (File)
Apr 7 2025, 10:25 PM
Unknown Object (File)
Apr 7 2025, 12:50 AM
Subscribers
None

Details

Summary

Fixes T13418. This test ignores files in any directory named "extensions/", but the intent is to ignore all descendants of "src/extensions/".

Test Plan

Put files in "src/extensions/xyz/QQQ.php", ran "arc liberate", got a clean library map without the class in "QQQ.php" indexed.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 24 2019, 5:02 PM
This revision was automatically updated to reflect the committed changes.