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)
Tue, Jun 23, 9:44 AM
Unknown Object (File)
Tue, Jun 16, 4:48 PM
Unknown Object (File)
Apr 4 2026, 12:43 AM
Unknown Object (File)
Mar 31 2026, 7:05 PM
Unknown Object (File)
Mar 31 2026, 10:26 AM
Unknown Object (File)
Dec 2 2025, 12:30 PM
Unknown Object (File)
Nov 17 2025, 12:56 PM
Unknown Object (File)
Oct 6 2025, 1:56 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.