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

Issue 2854013002: Make JavaScriptBackend.processAnnotations element-model agnostic (Closed)

Created:
3 years, 7 months ago by Johnni Winther
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org, sra1
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Updated cf. comments #

Patch Set 3 : Rebase #

Patch Set 4 : Fix and check declaration invariant. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -59 lines) Patch
M pkg/compiler/lib/src/common_elements.dart View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/inferrer_engine.dart View 1 2 chunks +12 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/annotations.dart View 2 chunks +17 lines, -25 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 2 3 8 chunks +41 lines, -18 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 1 2 3 chunks +17 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_strategy.dart View 1 2 2 chunks +17 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/expect_annotations_test.dart View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
Johnni Winther
3 years, 7 months ago (2017-05-02 08:56:13 UTC) #2
Siggi Cherem (dart-lang)
lgtm, nice https://codereview.chromium.org/2854013002/diff/1/pkg/compiler/lib/src/inferrer/inferrer_engine.dart File pkg/compiler/lib/src/inferrer/inferrer_engine.dart (right): https://codereview.chromium.org/2854013002/diff/1/pkg/compiler/lib/src/inferrer/inferrer_engine.dart#newcode90 pkg/compiler/lib/src/inferrer/inferrer_engine.dart:90: return element is MemberElement && annotations.assumeDynamic(element); nit: ...
3 years, 7 months ago (2017-05-02 20:04:23 UTC) #3
Johnni Winther
https://codereview.chromium.org/2854013002/diff/1/pkg/compiler/lib/src/inferrer/inferrer_engine.dart File pkg/compiler/lib/src/inferrer/inferrer_engine.dart (right): https://codereview.chromium.org/2854013002/diff/1/pkg/compiler/lib/src/inferrer/inferrer_engine.dart#newcode90 pkg/compiler/lib/src/inferrer/inferrer_engine.dart:90: return element is MemberElement && annotations.assumeDynamic(element); On 2017/05/02 20:04:22, ...
3 years, 7 months ago (2017-05-03 08:05:59 UTC) #4
Johnni Winther
Committed patchset #2 (id:20001) manually as 859bb784eda9ab35b0ce9004adb5d5117544b288 (presubmit successful).
3 years, 7 months ago (2017-05-03 08:14:11 UTC) #6
Johnni Winther
PTAL @ the last patch
3 years, 7 months ago (2017-05-04 07:53:45 UTC) #8
Siggi Cherem (dart-lang)
lgtm +sra - so you can see the fix
3 years, 7 months ago (2017-05-04 18:30:30 UTC) #9
sra1
lgtm
3 years, 7 months ago (2017-05-04 19:06:40 UTC) #11
Johnni Winther
3 years, 7 months ago (2017-05-05 07:43:11 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
cace0b556d1d3ea6d2494039ba7ed2b56836b226 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698