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)
Dec 5 2024, 5:46 AM
Unknown Object (File)
Nov 26 2024, 11:48 PM
Unknown Object (File)
Nov 24 2024, 6:25 AM
Unknown Object (File)
Nov 22 2024, 9:29 PM
Unknown Object (File)
Nov 18 2024, 1:13 AM
Unknown Object (File)
Nov 10 2024, 8:11 AM
Unknown Object (File)
Nov 6 2024, 12:10 PM
Unknown Object (File)
Oct 20 2024, 9:01 PM
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.