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)
Fri, Apr 19, 6:55 PM
Unknown Object (File)
Sun, Mar 31, 12:23 PM
Unknown Object (File)
Feb 22 2024, 3:43 PM
Unknown Object (File)
Feb 7 2024, 10:33 PM
Unknown Object (File)
Jan 20 2024, 6:08 AM
Unknown Object (File)
Jan 8 2024, 1:25 AM
Unknown Object (File)
Dec 27 2023, 1:17 PM
Unknown Object (File)
Dec 27 2023, 1:17 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
Branch
ext1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23474
Build 32257: Run Core Tests
Build 32256: arc lint + arc unit

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.