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

Issue 178223024: Refactor the Transform classes. (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

Refactor the Transform classes. This adds a more principled way of exposing only the necessary API to the Transformer while providing detailed information to the TransformNode. It lays the groundwork for [consumePrimary]. R=rnystrom@google.com BUG=16612 Committed: https://code.google.com/p/dart/source/detail?r=33449

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -34 lines) Patch
M pkg/barback/lib/barback.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/barback/lib/src/base_transform.dart View 4 chunks +42 lines, -3 lines 0 comments Download
M pkg/barback/lib/src/declaring_transform.dart View 2 chunks +15 lines, -5 lines 0 comments Download
M pkg/barback/lib/src/phase_input.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/barback/lib/src/phase_output.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/barback/lib/src/transform.dart View 3 chunks +14 lines, -4 lines 0 comments Download
M pkg/barback/lib/src/transform_node.dart View 6 chunks +14 lines, -18 lines 4 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
6 years, 9 months ago (2014-02-27 21:58:24 UTC) #1
Bob Nystrom
Couple of questions, but I <3 this. LGTM. https://codereview.chromium.org/178223024/diff/1/pkg/barback/lib/src/transform_node.dart File pkg/barback/lib/src/transform_node.dart (right): https://codereview.chromium.org/178223024/diff/1/pkg/barback/lib/src/transform_node.dart#newcode210 pkg/barback/lib/src/transform_node.dart:210: var ...
6 years, 9 months ago (2014-02-27 23:41:18 UTC) #2
nweiz
https://codereview.chromium.org/178223024/diff/1/pkg/barback/lib/src/transform_node.dart File pkg/barback/lib/src/transform_node.dart (right): https://codereview.chromium.org/178223024/diff/1/pkg/barback/lib/src/transform_node.dart#newcode210 pkg/barback/lib/src/transform_node.dart:210: var newOutputs = new AssetSet.from(transformController.outputs); On 2014/02/27 23:41:18, Bob ...
6 years, 9 months ago (2014-02-28 01:19:08 UTC) #3
Bob Nystrom
https://codereview.chromium.org/178223024/diff/1/pkg/barback/lib/src/transform_node.dart File pkg/barback/lib/src/transform_node.dart (right): https://codereview.chromium.org/178223024/diff/1/pkg/barback/lib/src/transform_node.dart#newcode210 pkg/barback/lib/src/transform_node.dart:210: var newOutputs = new AssetSet.from(transformController.outputs); On 2014/02/28 01:19:08, nweiz ...
6 years, 9 months ago (2014-02-28 18:56:39 UTC) #4
nweiz
6 years, 9 months ago (2014-03-07 20:32:54 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r33449 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698