Page MenuHomePhabricator

Use new format for docblock specials when parsing symbols
ClosedPublic

Authored by yelirekim on Sep 2 2016, 4:58 AM.
Tags
None
Referenced Files
F18051459: D16484.id39662.diff
Sun, Aug 3, 11:23 PM
F17949269: D16484.id39662.diff
Thu, Jul 31, 11:06 PM
Unknown Object (File)
May 27 2025, 11:27 AM
Unknown Object (File)
May 10 2025, 3:43 PM
Unknown Object (File)
Apr 28 2025, 7:59 AM
Unknown Object (File)
Apr 24 2025, 5:29 PM
Unknown Object (File)
Apr 21 2025, 10:31 AM
Unknown Object (File)
Apr 14 2025, 8:13 AM
Subscribers

Details

Summary

Fixes T11575. Before, specials used to be separated by newlines, now they are returned as an array for us, or returned as a single value for us. Casting the result to an array is the minimum amount of disruption we can incur here to keep the existing logic in place and provide the same values.

Test Plan
  • deleted my src/.phutil_module_cache from arcanist, libphutil and phabricator
  • ran arc liberate src in all of those places
  • ran all of their unit tests
  • saw all tests pass and no modifications made to __phutil_library_map__.php for any of the libraries

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable