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

Issue 2216873003: Add an "api signature" to summaries. (Closed)

Created:
4 years, 4 months ago by Paul Berry
Modified:
4 years, 4 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add an "api signature" to summaries. The API signature of a summary is an MD5 hash of the API of the code being summarized. This will be used by analysis server to detect when a summary needs to be relinked (because it was built with reference to another summary whose API has since changed). R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/70bd623f36f4037db778ba4e8cb9d279ad9687d0

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1428 lines, -4 lines) Patch
M pkg/analyzer/lib/src/summary/flat_buffers.dart View 1 chunk +130 lines, -0 lines 4 comments Download
M pkg/analyzer/lib/src/summary/format.dart View 42 chunks +1068 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/summary/format.fbs View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/summary/idl.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_elements.dart View 3 chunks +6 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/summary/flat_buffers_test.dart View 2 chunks +98 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/summary/linker_test.dart View 1 chunk +18 lines, -0 lines 0 comments Download
M pkg/analyzer/tool/summary/generate.dart View 3 chunks +90 lines, -1 line 0 comments Download
M pkg/analyzer/tool/summary/idl_model.dart View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Paul Berry
4 years, 4 months ago (2016-08-04 22:30:00 UTC) #2
scheglov
LGTM https://codereview.chromium.org/2216873003/diff/1/pkg/analyzer/lib/src/summary/flat_buffers.dart File pkg/analyzer/lib/src/summary/flat_buffers.dart (right): https://codereview.chromium.org/2216873003/diff/1/pkg/analyzer/lib/src/summary/flat_buffers.dart#newcode28 pkg/analyzer/lib/src/summary/flat_buffers.dart:28: class ApiSignature { Until now this file was ...
4 years, 4 months ago (2016-08-04 22:50:09 UTC) #3
Paul Berry
https://codereview.chromium.org/2216873003/diff/1/pkg/analyzer/lib/src/summary/flat_buffers.dart File pkg/analyzer/lib/src/summary/flat_buffers.dart (right): https://codereview.chromium.org/2216873003/diff/1/pkg/analyzer/lib/src/summary/flat_buffers.dart#newcode28 pkg/analyzer/lib/src/summary/flat_buffers.dart:28: class ApiSignature { On 2016/08/04 22:50:08, scheglov wrote: > ...
4 years, 4 months ago (2016-08-04 23:05:46 UTC) #4
Paul Berry
4 years, 4 months ago (2016-08-04 23:12:55 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
70bd623f36f4037db778ba4e8cb9d279ad9687d0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698