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

Issue 1842033004: Add *IndexSetIfNull methods to SemanticSendVisitor. (Closed)

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

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+761 lines, -32 lines) Patch
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 4 chunks +81 lines, -11 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart View 5 chunks +56 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/info/send_info.dart View 1 chunk +41 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 2 chunks +12 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor.dart View 1 6 chunks +115 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart View 6 chunks +206 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/resolution/send_structure.dart View 1 chunk +74 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 2 chunks +27 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_data.dart View 1 chunk +60 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_visitor.dart View 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Johnni Winther
sigmund@: PTAL a look at the StatsVisitor.
4 years, 8 months ago (2016-03-31 14:06:31 UTC) #2
sigurdm
LGTM Do the language tests cover this well enough?
4 years, 8 months ago (2016-03-31 14:38:57 UTC) #3
Siggi Cherem (dart-lang)
dbc https://codereview.chromium.org/1842033004/diff/1/pkg/compiler/lib/src/resolution/semantic_visitor.dart File pkg/compiler/lib/src/resolution/semantic_visitor.dart (right): https://codereview.chromium.org/1842033004/diff/1/pkg/compiler/lib/src/resolution/semantic_visitor.dart#newcode3322 pkg/compiler/lib/src/resolution/semantic_visitor.dart:3322: /// class B { add operator[]=(index)? (otherwise the ...
4 years, 8 months ago (2016-03-31 16:42:19 UTC) #4
Johnni Winther
On 2016/03/31 14:38:57, sigurdm wrote: > LGTM > > Do the language tests cover this ...
4 years, 8 months ago (2016-04-01 07:32:11 UTC) #5
Johnni Winther
https://codereview.chromium.org/1842033004/diff/1/pkg/compiler/lib/src/resolution/semantic_visitor.dart File pkg/compiler/lib/src/resolution/semantic_visitor.dart (right): https://codereview.chromium.org/1842033004/diff/1/pkg/compiler/lib/src/resolution/semantic_visitor.dart#newcode3322 pkg/compiler/lib/src/resolution/semantic_visitor.dart:3322: /// class B { On 2016/03/31 16:42:19, Siggi Cherem ...
4 years, 8 months ago (2016-04-01 07:32:58 UTC) #6
Johnni Winther
4 years, 8 months ago (2016-04-01 07:46:52 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
46beb25f43018b2b6ed036b7b0d68e600990ea7f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698