Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Issue 3336015: Add the infrastructure necessary to support annotated stdout. (Closed)

Created:
10 years, 3 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Add the infrastructure necessary to support annotated stdout. Simplify ExecutionQueue.run() by moving code into utility functions. Reduce the amount of code in WorkerThread.run() to improve reliability. Don't trap exceptions in single-threaded usage! BUG=54084 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=58974

Patch Set 1 #

Patch Set 2 : Update unit tests! #

Total comments: 2

Patch Set 3 : add progress.update() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -46 lines) Patch
M gclient.py View 3 chunks +3 lines, -4 lines 0 comments Download
M gclient_utils.py View 1 2 6 chunks +70 lines, -40 lines 0 comments Download
M tests/gclient_utils_test.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
M-A Ruel
10 years, 3 months ago (2010-09-08 23:55:27 UTC) #1
bradn
http://codereview.chromium.org/3336015/diff/3001/4002 File gclient_utils.py (right): http://codereview.chromium.org/3336015/diff/3001/4002#newcode609 gclient_utils.py:609: self.item.run(*self.args, **self.kwargs) Don't you still need to update progress?
10 years, 3 months ago (2010-09-09 05:17:22 UTC) #2
M-A Ruel
http://codereview.chromium.org/3336015/diff/3001/4002 File gclient_utils.py (right): http://codereview.chromium.org/3336015/diff/3001/4002#newcode609 gclient_utils.py:609: self.item.run(*self.args, **self.kwargs) On 2010/09/09 05:17:22, bradn wrote: > Don't ...
10 years, 3 months ago (2010-09-09 17:17:47 UTC) #3
bradn
10 years, 3 months ago (2010-09-09 17:25:08 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698