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

Issue 2896493002: Add LimitedBinaryPrinter, tests and switch incremental generator to it. (Closed)

Created:
3 years, 7 months ago by scheglov
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 11

Patch Set 2 : Make 'stringIndexer' public and make it named constructor parameter. #

Total comments: 6

Patch Set 3 : Move LimitedBinaryPrinter to kernel, remove comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -13 lines) Patch
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M pkg/front_end/test/incremental_kernel_generator_test.dart View 1 2 2 chunks +102 lines, -0 lines 2 comments Download
M pkg/kernel/lib/binary/ast_to_binary.dart View 1 7 chunks +46 lines, -10 lines 0 comments Download
A pkg/kernel/lib/binary/limited_ast_to_binary.dart View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
M pkg/kernel/lib/canonical_name.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
scheglov
3 years, 7 months ago (2017-05-18 21:55:02 UTC) #1
ahe
Asger, could you take a look?
3 years, 7 months ago (2017-05-19 07:43:06 UTC) #3
ahe
https://codereview.chromium.org/2896493002/diff/1/pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart File pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart (right): https://codereview.chromium.org/2896493002/diff/1/pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart#newcode1 pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart:1: // Copyright (c) 2017, the Dart project authors. Please ...
3 years, 7 months ago (2017-05-22 09:27:05 UTC) #4
scheglov
PTAL https://codereview.chromium.org/2896493002/diff/1/pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart File pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart (right): https://codereview.chromium.org/2896493002/diff/1/pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart#newcode1 pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart:1: // Copyright (c) 2017, the Dart project authors. ...
3 years, 7 months ago (2017-05-22 20:36:01 UTC) #5
Siggi Cherem (dart-lang)
I don't have much else to add on top of Peter's comments. Only minor suggestions ...
3 years, 7 months ago (2017-05-23 20:54:51 UTC) #6
scheglov
https://codereview.chromium.org/2896493002/diff/20001/pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart File pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart (right): https://codereview.chromium.org/2896493002/diff/20001/pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart#newcode21 pkg/front_end/lib/src/incremental/limited_ast_to_binary.dart:21: var stringIndexer = this.stringIndexer as ReferencesStringIndexer; On 2017/05/23 20:54:51, ...
3 years, 7 months ago (2017-05-23 21:54:43 UTC) #7
ahe
LGTM provided you use a package URI in incremental_kernel_generator_test.dart. https://codereview.chromium.org/2896493002/diff/1/pkg/front_end/test/incremental_kernel_generator_test.dart File pkg/front_end/test/incremental_kernel_generator_test.dart (right): https://codereview.chromium.org/2896493002/diff/1/pkg/front_end/test/incremental_kernel_generator_test.dart#newcode319 pkg/front_end/test/incremental_kernel_generator_test.dart:319: ...
3 years, 7 months ago (2017-05-24 08:36:00 UTC) #8
Kevin Millikin (Google)
LGTM.
3 years, 7 months ago (2017-05-24 08:58:58 UTC) #9
scheglov
Committed patchset #3 (id:40001) manually as 97d587520cb701a3122bdc72153683e0aa7039c5 (presubmit successful).
3 years, 7 months ago (2017-05-24 23:17:37 UTC) #11
scheglov
3 years, 7 months ago (2017-05-25 17:44:09 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/2896493002/diff/40001/pkg/front_end/test/incr...
File pkg/front_end/test/incremental_kernel_generator_test.dart (right):

https://codereview.chromium.org/2896493002/diff/40001/pkg/front_end/test/incr...
pkg/front_end/test/incremental_kernel_generator_test.dart:11: import
'../../kernel/lib/binary/limited_ast_to_binary.dart';
On 2017/05/24 08:36:00, ahe wrote:
> You probably want to use a package URI here.

Fixed.
Thanks.

Powered by Google App Engine
This is Rietveld 408576698