Page MenuHomePhabricator

Separate map building and updating in `PhutilLibraryMapBuilder`
ClosedPublic

Authored by joshuaspence on Jul 9 2014, 9:10 PM.
Tags
None
Referenced Files
F13177873: D9861.diff
Wed, May 8, 8:01 PM
Unknown Object (File)
Wed, Apr 24, 10:43 PM
Unknown Object (File)
Sat, Apr 20, 7:16 PM
Unknown Object (File)
Sun, Apr 14, 8:48 AM
Unknown Object (File)
Apr 5 2024, 1:14 PM
Unknown Object (File)
Apr 5 2024, 11:45 AM
Unknown Object (File)
Apr 5 2024, 11:27 AM
Unknown Object (File)
Apr 4 2024, 4:57 AM
Subscribers

Details

Summary

Separate the building of the library map from the writing of the library map to file. This is a much nicer approach.

Test Plan

Ran ./scripts/phutil_rebuild_map.php src and ./scripts/phutil_rebuild_map.php --show src.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Separate map building and updating in `PhutilLibraryMapBuilder`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.

Also update PhutilInfrastructureTestCase

epriestley edited edge metadata.

Maybe call updateMap() something like writeMap() or updateAndWriteMap(), it's not as clear as it could be from the outside that "update" implies "write to disk".

This revision is now accepted and ready to land.Jul 9 2014, 9:31 PM

Well, writeMap would be confusing with writeLibraryMap. Maybe buildMap() to generate + return, and buildAndWriteMap() to generate + write.

joshuaspence edited edge metadata.
  • Rename updateMap to updateAndWriteMap