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

Issue 8769012: Start resolving classes and default constructors. (Closed)

Created:
9 years ago by ngeoffray
Modified:
9 years ago
Reviewers:
ahe, karlklose
CC:
reviews_dartlang.org, floitsch, Lasse Reichstein Nielsen
Visibility:
Public.

Description

Start resolving classes and default constructors. Committed: https://code.google.com/p/dart/source/detail?r=2026

Patch Set 1 : '' #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+666 lines, -477 lines) Patch
M frog/frogsh View 103 chunks +456 lines, -327 lines 0 comments Download
M frog/leg/compiler.dart View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M frog/leg/elements/elements.dart View 1 2 5 chunks +39 lines, -4 lines 0 comments Download
M frog/leg/resolver.dart View 1 2 12 chunks +90 lines, -47 lines 0 comments Download
M frog/leg/scanner/class_element_parser.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M frog/leg/scanner/listener.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M frog/leg/ssa/builder.dart View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M frog/leg/tree/nodes.dart View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M frog/leg/typechecker.dart View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M frog/leg/warnings.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M frog/tests/leg/src/ResolverTest.dart View 1 2 11 chunks +33 lines, -58 lines 0 comments Download
M frog/tests/leg/src/TypeCheckerTest.dart View 1 2 5 chunks +6 lines, -31 lines 0 comments Download
M tests/language/language.status View 1 2 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
9 years ago (2011-12-01 17:33:29 UTC) #1
ahe
LGTM. Don't forget the things about passing both node and element we talked about and ...
9 years ago (2011-12-02 11:27:41 UTC) #2
ngeoffray
I had to make some changes in the listener because it was crashing frog with ...
9 years ago (2011-12-02 14:44:54 UTC) #3
ngeoffray
Changes to the listener removed. I have updated the status file.
9 years ago (2011-12-02 15:34:57 UTC) #4
karlklose
9 years ago (2011-12-05 14:54:55 UTC) #5
LGTM.

http://codereview.chromium.org/8769012/diff/2002/frog/leg/resolver.dart
File frog/leg/resolver.dart (right):

http://codereview.chromium.org/8769012/diff/2002/frog/leg/resolver.dart#newco...
frog/leg/resolver.dart:57: : this.compiler = compiler,
Extra space in the following two lines.

Powered by Google App Engine
This is Rietveld 408576698