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

Issue 25376003: Add support for transformer clusters to barback. (Closed)

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

Description

Add support for transformer clusters to barback. A cluster encapsulates a transformation graph in a form that can be used similarly to a plain transformer. R=rnystrom@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=28344

Patch Set 1 #

Patch Set 2 : Update pub to the new barback API. #

Patch Set 3 : Expose the Operator class. #

Total comments: 55

Patch Set 4 : Code review changes #

Total comments: 2

Patch Set 5 : More code reivew changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+817 lines, -49 lines) Patch
M pkg/barback/lib/barback.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M pkg/barback/lib/src/asset_cascade.dart View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/barback/lib/src/asset_node.dart View 4 chunks +23 lines, -11 lines 0 comments Download
M pkg/barback/lib/src/barback.dart View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
A pkg/barback/lib/src/group_runner.dart View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
M pkg/barback/lib/src/phase.dart View 1 2 3 4 9 chunks +129 lines, -27 lines 0 comments Download
A pkg/barback/lib/src/phase_forwarder.dart View 1 2 3 4 1 chunk +130 lines, -0 lines 0 comments Download
M pkg/barback/lib/src/phase_input.dart View 3 chunks +4 lines, -5 lines 0 comments Download
M pkg/barback/lib/src/phase_output.dart View 1 chunk +1 line, -1 line 0 comments Download
A pkg/barback/lib/src/transformer_group.dart View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A pkg/barback/test/package_graph/group_test.dart View 1 2 3 1 chunk +401 lines, -0 lines 0 comments Download
M pkg/barback/test/utils.dart View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
7 years, 2 months ago (2013-09-30 22:48:54 UTC) #1
Bob Nystrom
I still don't feel like I have a solid big picture of how this hangs ...
7 years, 2 months ago (2013-10-04 21:47:50 UTC) #2
nweiz
https://codereview.chromium.org/25376003/diff/5001/pkg/barback/lib/src/asset_node.dart File pkg/barback/lib/src/asset_node.dart (right): https://codereview.chromium.org/25376003/diff/5001/pkg/barback/lib/src/asset_node.dart#newcode151 pkg/barback/lib/src/asset_node.dart:151: /// state of [node]. On 2013/10/04 21:47:50, Bob Nystrom ...
7 years, 2 months ago (2013-10-07 23:21:30 UTC) #3
Bob Nystrom
LGTM. https://codereview.chromium.org/25376003/diff/5001/pkg/barback/lib/src/cluster_runner.dart File pkg/barback/lib/src/cluster_runner.dart (right): https://codereview.chromium.org/25376003/diff/5001/pkg/barback/lib/src/cluster_runner.dart#newcode43 pkg/barback/lib/src/cluster_runner.dart:43: var lastPhase = new Phase(cascade, cluster.phases.first); On 2013/10/07 ...
7 years, 2 months ago (2013-10-07 23:58:39 UTC) #4
nweiz
https://codereview.chromium.org/25376003/diff/5001/pkg/barback/lib/src/cluster_runner.dart File pkg/barback/lib/src/cluster_runner.dart (right): https://codereview.chromium.org/25376003/diff/5001/pkg/barback/lib/src/cluster_runner.dart#newcode43 pkg/barback/lib/src/cluster_runner.dart:43: var lastPhase = new Phase(cascade, cluster.phases.first); On 2013/10/07 23:58:39, ...
7 years, 2 months ago (2013-10-08 00:30:39 UTC) #5
nweiz
7 years, 2 months ago (2013-10-08 00:31:00 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r28344 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698