Page MenuHomePhabricator

Add a `phutil_get_current_library_name` function
ClosedPublic

Authored by joshuaspence on Jul 5 2014, 4:07 PM.
Tags
None
Referenced Files
F17746992: D9828.diff
Mon, Jul 21, 9:12 PM
Unknown Object (File)
Jun 9 2025, 2:31 AM
Unknown Object (File)
May 6 2025, 2:10 AM
Unknown Object (File)
Apr 25 2025, 5:04 AM
Unknown Object (File)
Apr 23 2025, 3:52 PM
Unknown Object (File)
Apr 4 2025, 11:23 PM
Unknown Object (File)
Mar 26 2025, 5:24 PM
Unknown Object (File)
Mar 22 2025, 4:59 AM
Subscribers

Details

Summary
Test Plan

Called the function from within arcanist and verified that 'arcanist' was returned.

Diff Detail

Repository
rPHU libphutil
Branch
phutil_get_current_library_name
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1529
Build 1529: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Add a `phutil_get_current_library_name` function.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 5 2014, 4:09 PM
joshuaspence edited edge metadata.
  • Use head instead of idx(..., 0)
  • Pass false to debug_backtrace, because we don't need DEBUG_BACKTRACE_PROVIDE_OBJECT.
  • Add a very basic unit test