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

Issue 148213009: Wait for all log entries to be printed before exiting "pub build". (Closed)

Created:
6 years, 10 months ago by nweiz
Modified:
6 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Wait for all log entries to be printed before exiting "pub build". Previously, we could drop messages on the floor if too many were emitted and the actual building was quick enough. R=rnystrom@google.com BUG=16242 Committed: https://code.google.com/p/dart/source/detail?r=32141

Patch Set 1 #

Total comments: 2

Patch Set 2 : better fix #

Total comments: 2

Patch Set 3 : bump barback version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M pkg/barback/lib/src/package_graph.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/barback/pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/build.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 10 months ago (2014-01-28 22:07:59 UTC) #1
Bob Nystrom
https://codereview.chromium.org/148213009/diff/1/sdk/lib/_internal/pub/lib/src/utils.dart File sdk/lib/_internal/pub/lib/src/utils.dart (right): https://codereview.chromium.org/148213009/diff/1/sdk/lib/_internal/pub/lib/src/utils.dart#newcode131 sdk/lib/_internal/pub/lib/src/utils.dart:131: /// an event during the span of time it ...
6 years, 10 months ago (2014-01-28 22:41:14 UTC) #2
nweiz
https://codereview.chromium.org/148213009/diff/1/sdk/lib/_internal/pub/lib/src/utils.dart File sdk/lib/_internal/pub/lib/src/utils.dart (right): https://codereview.chromium.org/148213009/diff/1/sdk/lib/_internal/pub/lib/src/utils.dart#newcode131 sdk/lib/_internal/pub/lib/src/utils.dart:131: /// an event during the span of time it ...
6 years, 10 months ago (2014-01-28 23:04:05 UTC) #3
nweiz
ptal
6 years, 10 months ago (2014-01-29 20:23:30 UTC) #4
Bob Nystrom
lgtm https://codereview.chromium.org/148213009/diff/20001/pkg/barback/lib/src/package_graph.dart File pkg/barback/lib/src/package_graph.dart (right): https://codereview.chromium.org/148213009/diff/20001/pkg/barback/lib/src/package_graph.dart#newcode61 pkg/barback/lib/src/package_graph.dart:61: final _logController = new StreamController<LogEntry>.broadcast(sync: true); Don't forget ...
6 years, 10 months ago (2014-01-29 20:56:46 UTC) #5
nweiz
https://codereview.chromium.org/148213009/diff/20001/pkg/barback/lib/src/package_graph.dart File pkg/barback/lib/src/package_graph.dart (right): https://codereview.chromium.org/148213009/diff/20001/pkg/barback/lib/src/package_graph.dart#newcode61 pkg/barback/lib/src/package_graph.dart:61: final _logController = new StreamController<LogEntry>.broadcast(sync: true); On 2014/01/29 20:56:46, ...
6 years, 10 months ago (2014-01-29 21:26:55 UTC) #6
nweiz
6 years, 10 months ago (2014-01-29 21:28:12 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r32141 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698