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

Issue 929113002: Add SemanticVisitor to dart2js. (Closed)

Created:
5 years, 10 months ago by Johnni Winther
Modified:
5 years, 9 months ago
Reviewers:
karlklose, floitsch
CC:
reviews_dartlang.org, ahe
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Add SemanticVisitor to dart2js. BUG= R=karlklose@google.com Committed: https://code.google.com/p/dart/source/detail?r=44393

Patch Set 1 #

Patch Set 2 : Remove unneeded import. #

Patch Set 3 : Handle type literals, assert, is/as, lazy and/or, super calls #

Patch Set 4 : Handle binary and != #

Patch Set 5 : Handle unary, compound and index. #

Patch Set 6 : Rebased on r43912 #

Total comments: 24

Patch Set 7 : Updated and extended #

Total comments: 4

Patch Set 8 : Fix indents and long lines. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13134 lines, -0 lines) Patch
A pkg/compiler/lib/src/resolution/access_semantics.dart View 1 2 3 4 5 6 1 chunk +309 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/resolution/operators.dart View 1 2 3 4 5 6 1 chunk +317 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/resolution/semantic_visitor.dart View 1 2 3 4 5 6 1 chunk +2619 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart View 1 2 3 4 5 6 7 1 chunk +3904 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/resolution/send_resolver.dart View 1 2 3 4 5 6 7 1 chunk +374 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/resolution/send_structure.dart View 1 2 3 4 5 6 7 1 chunk +1594 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/use_unused_api.dart View 1 2 3 4 5 6 7 3 chunks +7 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/analyze_unused_dart2js_test.dart View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A tests/compiler/dart2js/semantic_visitor_test.dart View 1 2 3 4 5 6 7 1 chunk +4003 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Johnni Winther
https://codereview.chromium.org/929113002/diff/100001/tests/compiler/dart2js/semantic_visitor_test.dart File tests/compiler/dart2js/semantic_visitor_test.dart (right): https://codereview.chromium.org/929113002/diff/100001/tests/compiler/dart2js/semantic_visitor_test.dart#newcode1979 tests/compiler/dart2js/semantic_visitor_test.dart:1979: visitClassTypeLiteralInvoke(Send node, ClassElement element, NodeList arguments, Selector selector, arg) ...
5 years, 10 months ago (2015-02-20 14:41:15 UTC) #2
karlklose
LGTM so far. https://codereview.chromium.org/929113002/diff/100001/pkg/compiler/lib/src/resolution/access_semantics.dart File pkg/compiler/lib/src/resolution/access_semantics.dart (right): https://codereview.chromium.org/929113002/diff/100001/pkg/compiler/lib/src/resolution/access_semantics.dart#newcode22 pkg/compiler/lib/src/resolution/access_semantics.dart:22: /** Please use '///' to make ...
5 years, 10 months ago (2015-02-25 12:39:39 UTC) #3
Johnni Winther
PTAL, now ready for commit. https://codereview.chromium.org/929113002/diff/100001/pkg/compiler/lib/src/resolution/access_semantics.dart File pkg/compiler/lib/src/resolution/access_semantics.dart (right): https://codereview.chromium.org/929113002/diff/100001/pkg/compiler/lib/src/resolution/access_semantics.dart#newcode22 pkg/compiler/lib/src/resolution/access_semantics.dart:22: /** On 2015/02/25 12:39:38, ...
5 years, 9 months ago (2015-03-04 11:59:39 UTC) #5
Johnni Winther
floitsch@: PTAL (at the last patch)
5 years, 9 months ago (2015-03-09 12:50:34 UTC) #7
karlklose
LGTM when long lines in the generated code are addressed. https://codereview.chromium.org/929113002/diff/140001/pkg/compiler/lib/src/resolution/send_resolver.dart File pkg/compiler/lib/src/resolution/send_resolver.dart (right): https://codereview.chromium.org/929113002/diff/140001/pkg/compiler/lib/src/resolution/send_resolver.dart#newcode223 ...
5 years, 9 months ago (2015-03-10 13:57:47 UTC) #8
Johnni Winther
https://codereview.chromium.org/929113002/diff/100001/tests/compiler/dart2js/semantic_visitor_test.dart File tests/compiler/dart2js/semantic_visitor_test.dart (right): https://codereview.chromium.org/929113002/diff/100001/tests/compiler/dart2js/semantic_visitor_test.dart#newcode1979 tests/compiler/dart2js/semantic_visitor_test.dart:1979: visitClassTypeLiteralInvoke(Send node, ClassElement element, NodeList arguments, Selector selector, arg) ...
5 years, 9 months ago (2015-03-11 09:14:47 UTC) #9
Johnni Winther
5 years, 9 months ago (2015-03-11 09:24:45 UTC) #10
Message was sent while issue was closed.
Committed patchset #8 (id:160001) manually as 44393 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698