Page MenuHomePhabricator

Continue moving classes with no callers in libphutil or Arcanist to Phabricator
ClosedPublic

Authored by epriestley on Feb 12 2020, 8:01 PM.
Tags
None
Referenced Files
F12830066: D20977.id49980.diff
Thu, Mar 28, 11:56 AM
Unknown Object (File)
Wed, Mar 6, 11:29 AM
Unknown Object (File)
Jan 15 2024, 10:00 AM
Unknown Object (File)
Jan 9 2024, 12:13 PM
Unknown Object (File)
Jan 9 2024, 9:00 AM
Unknown Object (File)
Jan 9 2024, 8:20 AM
Unknown Object (File)
Jan 5 2024, 11:48 PM
Unknown Object (File)
Jan 5 2024, 1:27 PM
Subscribers
None

Details

Summary

Ref T13395. Move cache classes, syntax highlighters, other markup classes, and sprite sheets to Phabricator.

Test Plan

Attempted to find any callers for any of this stuff in libphutil or Arcanist and couldn't.

Diff Detail

Repository
rP Phabricator
Branch
strip3
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/infrastructure/cache/PhutilAPCKeyValueCache.php:29XHP45PHP Compatibility
Errorsrc/infrastructure/cache/PhutilAPCKeyValueCache.php:52XHP45PHP Compatibility
Errorsrc/infrastructure/cache/PhutilAPCKeyValueCache.php:69XHP45PHP Compatibility
Errorsrc/infrastructure/cache/PhutilAPCKeyValueCache.php:85XHP45PHP Compatibility
Warningsrc/infrastructure/markup/PhutilSafeHTML.php:30XHP95Self Class Reference
Warningsrc/infrastructure/markup/PhutilSafeHTML.php:40XHP9Naming Conventions
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/abuse.expect:9TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/basics.expect:1TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/basics.expect:2TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/basics.expect:3TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/basics.expect:4TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/leading-whitespace.expect:1TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/phpfragment/no-leading-whitespace.expect:1TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect:3TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect:4TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect:5TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect:6TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect:7TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect:8TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/leading-whitespace.expect:1TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/leading-whitespace.expect:2TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/no-leading-whitespace.expect:1TXT3Line Too Long
Warningsrc/infrastructure/markup/syntax/highlighter/__tests__/xhpast/no-leading-whitespace.expect:2TXT3Line Too Long
Advicesrc/infrastructure/cache/PhutilKeyValueCacheStack.php:92XHP16TODO Comment
Advicesrc/infrastructure/markup/syntax/highlighter/PhutilPygmentsSyntaxHighlighter.php:16XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 23806
Build 32740: Run Core Tests
Build 32739: arc lint + arc unit

Event Timeline

epriestley created this revision.
  • Bring over the "*.expect" rule in ".arclint".
  • Also move the "Pygmentize" parser.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 12 2020, 9:14 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.