Homec4science

Fix duplicated "Done" output

Authored by Joshua Spence <josh@joshuaspence.com> on Jul 10 2014, 13:46.

Description

Fix duplicated "Done" output

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...

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9870

Details

Committed
Joshua Spence <josh@joshuaspence.com>Jul 10 2014, 13:46
Pushed
aubortMar 17 2017, 12:03
Parents
rPHU240a783926e1: Remove blank line between docblock and function call
Branches
Unknown
Tags
Unknown

Event Timeline

Joshua Spence <josh@joshuaspence.com> committed rPHUa1d23b911a3d: Fix duplicated "Done" output (authored by Joshua Spence <josh@joshuaspence.com>).Jul 10 2014, 13:46