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

Issue 1300513005: Add constant info to the dart2js_info model (Closed)

Created:
5 years, 4 months ago by Siggi Cherem (dart-lang)
Modified:
5 years, 4 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dart2js_info.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 : #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -31 lines) Patch
M CHANGELOG.md View 1 1 chunk +3 lines, -0 lines 0 comments Download
M README.md View 1 2 2 chunks +12 lines, -8 lines 0 comments Download
M bin/debug_info.dart View 1 2 1 chunk +8 lines, -3 lines 0 comments Download
M bin/library_size_split.dart View 1 2 5 chunks +46 lines, -16 lines 0 comments Download
M lib/info.dart View 1 2 13 chunks +67 lines, -3 lines 0 comments Download
M pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
Siggi Cherem (dart-lang)
I'll send a separate CL later that will extract this information in the dumpinfo task
5 years, 4 months ago (2015-08-18 23:59:57 UTC) #3
Siggi Cherem (dart-lang)
5 years, 4 months ago (2015-08-19 15:06:48 UTC) #5
Harry Terkelsen
https://codereview.chromium.org/1300513005/diff/40001/bin/library_size_split.dart File bin/library_size_split.dart (right): https://codereview.chromium.org/1300513005/diff/40001/bin/library_size_split.dart#newcode114 bin/library_size_split.dart:114: var longest = 0; var longest = 'Program Size'.length; ...
5 years, 4 months ago (2015-08-19 17:41:31 UTC) #6
Siggi Cherem (dart-lang)
https://codereview.chromium.org/1300513005/diff/40001/bin/library_size_split.dart File bin/library_size_split.dart (right): https://codereview.chromium.org/1300513005/diff/40001/bin/library_size_split.dart#newcode114 bin/library_size_split.dart:114: var longest = 0; On 2015/08/19 17:41:31, Harry Terkelsen ...
5 years, 4 months ago (2015-08-19 19:31:15 UTC) #7
Harry Terkelsen
lgtm https://codereview.chromium.org/1300513005/diff/40001/lib/info.dart File lib/info.dart (right): https://codereview.chromium.org/1300513005/diff/40001/lib/info.dart#newcode332 lib/info.dart:332: ..isConst = json['const'] ?? false On 2015/08/19 19:31:15, ...
5 years, 4 months ago (2015-08-19 19:34:58 UTC) #8
Siggi Cherem (dart-lang)
Committed patchset #3 (id:60001) manually as 2950e788d8e093b7fbb322818663bb582c706b9f (presubmit successful).
5 years, 4 months ago (2015-08-19 19:43:03 UTC) #9
Siggi Cherem (dart-lang)
5 years, 4 months ago (2015-08-19 19:53:40 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/1300513005/diff/40001/lib/info.dart
File lib/info.dart (right):

https://codereview.chromium.org/1300513005/diff/40001/lib/info.dart#newcode510
lib/info.dart:510: ..addAll({
On 2015/08/19 19:31:15, Siggi Cherem (dart-lang) wrote:
> On 2015/08/19 17:41:31, Harry Terkelsen wrote:
> > weird formatting, is this what dartfmt outputs?
> 
> sorry, my faull. I've fixed this line for now, but I'll run the formatter on
the
> entire repo after submitting this.

FYI - I pushed the formatter changes directly (here is the commit
https://github.com/dart-lang/dart2js_info/commit/cf9395226d886d2a5faf78ae2799...)

Powered by Google App Engine
This is Rietveld 408576698