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

Issue 1713593002: Store return types of variable initializers in summaries. (Closed)

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

Description

Store return types of variable initializers in summaries. This required adding the ability to refer to the "bottom" type in summaries. R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/f7d3a6f76ee3b34d09343410fe24403799b247ef

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -32 lines) Patch
M pkg/analyzer/lib/src/summary/format.dart View 2 chunks +5 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/summary/idl.dart View 2 chunks +5 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_ast.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_elements.dart View 5 chunks +37 lines, -9 lines 2 comments Download
M pkg/analyzer/test/src/summary/resynthesize_test.dart View 4 chunks +9 lines, -14 lines 0 comments Download
M pkg/analyzer/test/src/summary/summary_common.dart View 4 chunks +101 lines, -5 lines 2 comments Download

Messages

Total messages: 6 (2 generated)
Paul Berry
4 years, 10 months ago (2016-02-18 17:55:32 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1713593002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart File pkg/analyzer/lib/src/summary/summarize_elements.dart (right): https://codereview.chromium.org/1713593002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart#newcode379 pkg/analyzer/lib/src/summary/summarize_elements.dart:379: return index; Also maybe remove this statement and ...
4 years, 10 months ago (2016-02-18 18:11:44 UTC) #3
Paul Berry
https://codereview.chromium.org/1713593002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart File pkg/analyzer/lib/src/summary/summarize_elements.dart (right): https://codereview.chromium.org/1713593002/diff/1/pkg/analyzer/lib/src/summary/summarize_elements.dart#newcode379 pkg/analyzer/lib/src/summary/summarize_elements.dart:379: return index; On 2016/02/18 18:11:44, scheglov wrote: > Also ...
4 years, 10 months ago (2016-02-18 18:18:15 UTC) #4
Paul Berry
4 years, 10 months ago (2016-02-18 18:19:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
f7d3a6f76ee3b34d09343410fe24403799b247ef (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698