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

Issue 189263002: Make Phase.getInput in barback play nicely with the push model. (Closed)

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

Description

Make Phase.getInput in barback play nicely with the push model. The previous implementation made assumptions about each phase being finished before the next one started. These assumptions were invalidated by r33391. R=rnystrom@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=33408

Patch Set 1 #

Total comments: 10

Patch Set 2 : code review #

Patch Set 3 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -92 lines) Patch
M pkg/barback/lib/src/asset_cascade.dart View 1 5 chunks +8 lines, -67 lines 0 comments Download
M pkg/barback/lib/src/phase.dart View 1 2 7 chunks +107 lines, -12 lines 0 comments Download
M pkg/barback/lib/src/transform_node.dart View 1 chunk +4 lines, -13 lines 0 comments Download
M pkg/barback/test/package_graph/transform/concurrency_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 9 months ago (2014-03-06 22:33:33 UTC) #1
Bob Nystrom
https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/asset_cascade.dart File pkg/barback/lib/src/asset_cascade.dart (right): https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/asset_cascade.dart#newcode107 pkg/barback/lib/src/asset_cascade.dart:107: if (_phases.last == oldLastPhase) return node; Document why this ...
6 years, 9 months ago (2014-03-06 23:59:22 UTC) #2
nweiz
https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/asset_cascade.dart File pkg/barback/lib/src/asset_cascade.dart (right): https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/asset_cascade.dart#newcode107 pkg/barback/lib/src/asset_cascade.dart:107: if (_phases.last == oldLastPhase) return node; On 2014/03/06 23:59:22, ...
6 years, 9 months ago (2014-03-07 00:20:18 UTC) #3
Bob Nystrom
https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/phase.dart File pkg/barback/lib/src/phase.dart (right): https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/phase.dart#newcode142 pkg/barback/lib/src/phase.dart:142: if (_isTransitivelyDirty) return; On 2014/03/07 00:20:19, nweiz wrote: > ...
6 years, 9 months ago (2014-03-07 00:54:15 UTC) #4
nweiz
https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/phase.dart File pkg/barback/lib/src/phase.dart (right): https://codereview.chromium.org/189263002/diff/1/pkg/barback/lib/src/phase.dart#newcode142 pkg/barback/lib/src/phase.dart:142: if (_isTransitivelyDirty) return; On 2014/03/07 00:54:15, Bob Nystrom wrote: ...
6 years, 9 months ago (2014-03-07 01:08:27 UTC) #5
Bob Nystrom
LGTM.
6 years, 9 months ago (2014-03-07 01:36:52 UTC) #6
nweiz
6 years, 9 months ago (2014-03-07 01:41:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r33408 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698