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

Issue 13470019: Parse output from xcodebuild to make it easier to spot problems with non-incremental builds. (Closed)

Created:
7 years, 8 months ago by ahe
Modified:
7 years, 8 months ago
Reviewers:
Ivan Posva, kustermann
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Parse output from xcodebuild to make it easier to spot problems with non-incremental builds. Committed: https://code.google.com/p/dart/source/detail?r=20975

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Total comments: 4

Patch Set 3 : Adress comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -1 line) Patch
M dart/tools/build.py View 1 2 4 chunks +67 lines, -1 line 2 comments Download

Messages

Total messages: 8 (0 generated)
ahe
7 years, 8 months ago (2013-04-02 17:55:53 UTC) #1
kustermann
lgtm https://codereview.chromium.org/13470019/diff/1/dart/tools/build.py File dart/tools/build.py (right): https://codereview.chromium.org/13470019/diff/1/dart/tools/build.py#newcode231 dart/tools/build.py:231: """ A small comment explaining the 'output format' ...
7 years, 8 months ago (2013-04-02 21:13:15 UTC) #2
ahe
PTAL https://codereview.chromium.org/13470019/diff/1/dart/tools/build.py File dart/tools/build.py (right): https://codereview.chromium.org/13470019/diff/1/dart/tools/build.py#newcode231 dart/tools/build.py:231: """ On 2013/04/02 21:13:15, kustermann wrote: > A ...
7 years, 8 months ago (2013-04-05 15:03:43 UTC) #3
kustermann
lgtm https://codereview.chromium.org/13470019/diff/8001/dart/tools/build.py File dart/tools/build.py (right): https://codereview.chromium.org/13470019/diff/8001/dart/tools/build.py#newcode236 dart/tools/build.py:236: === BUILD AGGREGATE TARGET samples OF PROJECT dart ...
7 years, 8 months ago (2013-04-05 15:31:01 UTC) #4
ahe
Thank you, Martin! https://codereview.chromium.org/13470019/diff/8001/dart/tools/build.py File dart/tools/build.py (right): https://codereview.chromium.org/13470019/diff/8001/dart/tools/build.py#newcode236 dart/tools/build.py:236: === BUILD AGGREGATE TARGET samples OF ...
7 years, 8 months ago (2013-04-05 15:45:44 UTC) #5
ahe
Committed patchset #3 manually as r20975 (presubmit successful).
7 years, 8 months ago (2013-04-05 15:46:47 UTC) #6
Ivan Posva
I really like this change. Except for the little quirk noted below. -Ivan https://codereview.chromium.org/13470019/diff/9002/dart/tools/build.py File ...
7 years, 8 months ago (2013-04-05 20:21:27 UTC) #7
ahe
7 years, 8 months ago (2013-04-08 14:09:02 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/13470019/diff/9002/dart/tools/build.py
File dart/tools/build.py (right):

https://codereview.chromium.org/13470019/diff/9002/dart/tools/build.py#newcod...
dart/tools/build.py:272: print '%s[2K%s\r' % (chr(27), section),
On 2013/04/05 20:21:27, Ivan Posva wrote:
> I think this is leading to lines like this on the buildbot:
> === BUILD AGGREGATE TARGET generate_async_cc_file OF PROJECT dart-runtime
> WITH CONFIGURATION ReleaseIA32 ===
> 
> On another note: It looks like on my local build the filteres lines are
> truncated to the terminal width. And the output gets really unhappy if the
size
> of the terminal window changes.

I believe I have fixed both issues.

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698