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

Issue 17470004: Dart formatter checkpoint. (Closed)

Created:
7 years, 6 months ago by pquitslund
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Dart formatter checkpoint. More babysteps. Note: some of the style is tentative (e.g., still trying on cascades). Comments welcome. R=brianwilkerson@google.com, scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=24255

Patch Set 1 #

Total comments: 29
Unified diffs Side-by-side diffs Delta from patch set Stats (+541 lines, -38 lines) Patch
M pkg/analyzer_experimental/lib/src/services/formatter_impl.dart View 8 chunks +336 lines, -20 lines 25 comments Download
M pkg/analyzer_experimental/test/services/formatter_test.dart View 3 chunks +205 lines, -18 lines 4 comments Download

Messages

Total messages: 5 (0 generated)
pquitslund
7 years, 6 months ago (2013-06-19 21:00:41 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/17470004/diff/1/pkg/analyzer_experimental/lib/src/services/formatter_impl.dart File pkg/analyzer_experimental/lib/src/services/formatter_impl.dart (right): https://codereview.chromium.org/17470004/diff/1/pkg/analyzer_experimental/lib/src/services/formatter_impl.dart#newcode155 pkg/analyzer_experimental/lib/src/services/formatter_impl.dart:155: EditRecorder(this.options): editStore = new EditStore(); Just curiosity, but ...
7 years, 6 months ago (2013-06-19 21:50:52 UTC) #2
scheglov
lgtm https://codereview.chromium.org/17470004/diff/1/pkg/analyzer_experimental/lib/src/services/formatter_impl.dart File pkg/analyzer_experimental/lib/src/services/formatter_impl.dart (right): https://codereview.chromium.org/17470004/diff/1/pkg/analyzer_experimental/lib/src/services/formatter_impl.dart#newcode86 pkg/analyzer_experimental/lib/src/services/formatter_impl.dart:86: final List<AnalysisError> errors = <AnalysisError>[]; Remove type annotation ...
7 years, 6 months ago (2013-06-19 22:12:05 UTC) #3
pquitslund
Thanks for the thoughtful comments. Much appreciated! https://codereview.chromium.org/17470004/diff/1/pkg/analyzer_experimental/lib/src/services/formatter_impl.dart File pkg/analyzer_experimental/lib/src/services/formatter_impl.dart (right): https://codereview.chromium.org/17470004/diff/1/pkg/analyzer_experimental/lib/src/services/formatter_impl.dart#newcode86 pkg/analyzer_experimental/lib/src/services/formatter_impl.dart:86: final List<AnalysisError> ...
7 years, 6 months ago (2013-06-20 22:34:52 UTC) #4
pquitslund
7 years, 6 months ago (2013-06-20 22:35:56 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r24255 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698