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

Issue 149913002: Max line length test fix (dartbug.com/16405). (Closed)

Created:
6 years, 10 months ago by pquitslund
Modified:
6 years, 10 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Max line length test fix (dartbug.com/16405). The rub: two off by ones! --- Proof that two wrongs don't make a right! :) R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=32166

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -2 lines) Patch
M pkg/analyzer/lib/src/services/writer.dart View 2 chunks +6 lines, -2 lines 1 comment Download
M pkg/analyzer/test/services/data/cu_tests.data View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
pquitslund
6 years, 10 months ago (2014-01-29 23:51:44 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/149913002/diff/1/pkg/analyzer/lib/src/services/writer.dart File pkg/analyzer/lib/src/services/writer.dart (right): https://codereview.chromium.org/149913002/diff/1/pkg/analyzer/lib/src/services/writer.dart#newcode267 pkg/analyzer/lib/src/services/writer.dart:267: str.endsWith('\n') ? str.length - 1 : str.length; Do ...
6 years, 10 months ago (2014-01-30 00:51:19 UTC) #2
pquitslund
6 years, 10 months ago (2014-01-30 18:35:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r32166 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698