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

Issue 21446002: Add events in barback to bubble up the dirty bit. (Closed)

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

Description

Add events in barback to bubble up the dirty bit. This allows TransformNodes and Phases to notify their AssetCascade that they've become dirty. This is important for transforms re-running their cascades when their cross-package imports become dirty. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=25794

Patch Set 1 #

Total comments: 10

Patch Set 2 : Code review changes. #

Patch Set 3 : Accidentally included some in-progress changes. #

Patch Set 4 : Close TransformNode.onDirty. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -10 lines) Patch
M pkg/barback/lib/src/asset_cascade.dart View 4 chunks +4 lines, -8 lines 0 comments Download
M pkg/barback/lib/src/phase.dart View 1 2 3 6 chunks +31 lines, -2 lines 0 comments Download
A pkg/barback/lib/src/stream_pool.dart View 1 1 chunk +66 lines, -0 lines 0 comments Download
M pkg/barback/lib/src/transform_node.dart View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download
A pkg/barback/test/stream_pool_test.dart View 1 1 chunk +216 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years, 4 months ago (2013-08-01 00:16:49 UTC) #1
Bob Nystrom
The implementation of this patch is solid, but I feel like the approach is heavyweight. ...
7 years, 4 months ago (2013-08-01 18:10:33 UTC) #2
nweiz
I really don't like having classes manually set fields on other classes, even through methods ...
7 years, 4 months ago (2013-08-01 20:30:52 UTC) #3
Bob Nystrom
LGTM. Streams still feel heavyweight and error-prone to me (we have to always remember to ...
7 years, 4 months ago (2013-08-02 16:33:43 UTC) #4
nweiz
7 years, 4 months ago (2013-08-05 20:23:14 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r25794 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698