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

Issue 886833005: Fix await parsing. (Closed)

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

Description

Fix await parsing. BUG=http://dartbug.com/22183 R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=43398

Patch Set 1 #

Patch Set 2 : Update type_checker_test. #

Patch Set 3 : Fix metadata_test #

Total comments: 8

Patch Set 4 : Added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -22 lines) Patch
M pkg/compiler/lib/src/scanner/parser.dart View 2 chunks +6 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/typechecker.dart View 1 2 3 1 chunk +19 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/metadata_test.dart View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 2 chunks +3 lines, -1 line 0 comments Download
M tests/compiler/dart2js/mock_libraries.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/type_checker_test.dart View 1 4 chunks +36 lines, -5 lines 0 comments Download
M tests/utils/dummy_compiler_test.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Johnni Winther
5 years, 10 months ago (2015-02-03 13:23:36 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/886833005/diff/40001/pkg/compiler/lib/src/typechecker.dart File pkg/compiler/lib/src/typechecker.dart (right): https://codereview.chromium.org/886833005/diff/40001/pkg/compiler/lib/src/typechecker.dart#newcode1604 pkg/compiler/lib/src/typechecker.dart:1604: DartType flatten(DartType type) { add comment. https://codereview.chromium.org/886833005/diff/40001/pkg/compiler/lib/src/typechecker.dart#newcode1604 pkg/compiler/lib/src/typechecker.dart:1604: ...
5 years, 10 months ago (2015-02-03 13:34:21 UTC) #3
Johnni Winther
https://codereview.chromium.org/886833005/diff/40001/pkg/compiler/lib/src/typechecker.dart File pkg/compiler/lib/src/typechecker.dart (right): https://codereview.chromium.org/886833005/diff/40001/pkg/compiler/lib/src/typechecker.dart#newcode1604 pkg/compiler/lib/src/typechecker.dart:1604: DartType flatten(DartType type) { On 2015/02/03 13:34:21, floitsch wrote: ...
5 years, 10 months ago (2015-02-03 14:12:56 UTC) #4
Johnni Winther
https://codereview.chromium.org/886833005/diff/40001/tests/compiler/dart2js/mock_libraries.dart File tests/compiler/dart2js/mock_libraries.dart (right): https://codereview.chromium.org/886833005/diff/40001/tests/compiler/dart2js/mock_libraries.dart#newcode366 tests/compiler/dart2js/mock_libraries.dart:366: 'DeferredLibrary': 'class DeferredLibrary {}', On 2015/02/03 14:12:56, Johnni Winther ...
5 years, 10 months ago (2015-02-03 14:14:48 UTC) #5
Johnni Winther
5 years, 10 months ago (2015-02-03 14:21:26 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 43398 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698