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
F14087116: D16484.diff
Sat, Nov 23, 7:17 PM
F14085112: D16484.diff
Sat, Nov 23, 10:46 AM
Unknown Object (File)
Tue, Nov 19, 11:01 AM
Unknown Object (File)
Fri, Nov 15, 3:13 PM
Unknown Object (File)
Fri, Nov 15, 11:28 AM
Unknown Object (File)
Mon, Nov 11, 1:38 AM
Unknown Object (File)
Wed, Nov 6, 6:00 PM
Unknown Object (File)
Wed, Nov 6, 1:39 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