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

Issue 1411523003: add a JsonInfoCodec class (Closed)

Created:
5 years, 2 months ago by Harry Terkelsen
Modified:
5 years, 2 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

add a JsonInfoCodec class This separates the serialization format from the Info objects themselves and allows us to explore other serialization formats in the future. BUG= R=sigmund@google.com Committed: https://github.com/dart-lang/dart2js_info/commit/a6bdb61f8feaaed9b50c330e72bc035271fb6e0f

Patch Set 1 #

Patch Set 2 : make accept dynamic #

Total comments: 9

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+487 lines, -442 lines) Patch
M CHANGELOG.md View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M README.md View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M bin/code_deps.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M bin/debug_info.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M bin/function_size_analysis.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M bin/inference/client.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M bin/inference/print_summary.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M bin/library_size_split.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M bin/live_code_size_analysis.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M bin/verify_deps.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/info.dart View 1 19 chunks +32 lines, -374 lines 0 comments Download
A lib/json_info_codec.dart View 1 2 1 chunk +415 lines, -0 lines 0 comments Download
M lib/src/measurements.dart View 1 2 7 chunks +24 lines, -54 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M test/all_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Harry Terkelsen
This CL looks a lot bigger than it actually is. A lot of it is ...
5 years, 2 months ago (2015-10-15 23:13:12 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1411523003/diff/20001/lib/info.dart File lib/info.dart (right): https://codereview.chromium.org/1411523003/diff/20001/lib/info.dart#newcode485 lib/info.dart:485: class RecursiveInfoVisitor extends InfoVisitor<Null> { should we add ...
5 years, 2 months ago (2015-10-15 23:36:09 UTC) #3
Harry Terkelsen
https://codereview.chromium.org/1411523003/diff/20001/lib/info.dart File lib/info.dart (right): https://codereview.chromium.org/1411523003/diff/20001/lib/info.dart#newcode485 lib/info.dart:485: class RecursiveInfoVisitor extends InfoVisitor<Null> { On 2015/10/15 23:36:08, Siggi ...
5 years, 2 months ago (2015-10-15 23:59:55 UTC) #4
Harry Terkelsen
https://codereview.chromium.org/1411523003/diff/20001/lib/src/measurements.dart File lib/src/measurements.dart (right): https://codereview.chromium.org/1411523003/diff/20001/lib/src/measurements.dart#newcode119 lib/src/measurements.dart:119: 'polymorphic', const [ On 2015/10/15 23:59:55, Harry Terkelsen wrote: ...
5 years, 2 months ago (2015-10-16 00:05:45 UTC) #5
Harry Terkelsen
5 years, 2 months ago (2015-10-16 00:05:57 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
a6bdb61f8feaaed9b50c330e72bc035271fb6e0f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698