Page MenuHomePhabricator

Fix duplicated "Done" output
ClosedPublic

Authored by joshuaspence on Jul 10 2014, 3:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 30, 3:38 AM
Unknown Object (File)
Sat, Dec 28, 11:18 AM
Unknown Object (File)
Fri, Dec 20, 9:04 PM
Unknown Object (File)
Thu, Dec 19, 5:01 PM
Unknown Object (File)
Thu, Dec 12, 2:53 PM
Unknown Object (File)
Sun, Dec 8, 11:41 PM
Unknown Object (File)
Dec 5 2024, 2:07 AM
Unknown Object (File)
Nov 30 2024, 9:03 PM
Subscribers

Details

Summary

PhutilLibraryMapBuilder outputs "Done" twice, once implicitly from PhutilConsoleProgressBar and another explicitly.

Test Plan

Before

> arc liberate src
Finding source files...
Found 350 files.
Loading symbol cache...
Found 0 files in cache.
Analyzing 350 files with 8 subprocesses...
Done.

Done.
Building library map...
Writing map...

After

> arc liberate src
Finding source files...
Found 350 files.
Loading symbol cache...
Found 349 files in cache.
Analyzing 1 files with 8 subprocesses...
Done.
Building library map...
Writing map...

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Fix duplicated "Done" output.
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 10 2014, 11:41 AM