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
F15475479: D16484.diff
Sun, Apr 6, 7:55 PM
F15458399: D16484.id.diff
Sun, Mar 30, 11:40 PM
F15457226: D16484.id39666.diff
Sun, Mar 30, 3:05 PM
F15456789: D16484.id39662.diff
Sun, Mar 30, 12:12 PM
F15452699: D16484.diff
Sat, Mar 29, 6:49 AM
F15397170: D16484.id.diff
Sun, Mar 16, 6:35 PM
F15331927: D16484.id39666.diff
Mar 7 2025, 3:22 PM
Unknown Object (File)
Feb 23 2025, 11:02 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