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

Issue 1570183002: add parser parseAsync flag (Closed)

Created:
4 years, 11 months ago by danrubel
Modified:
4 years, 11 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

add parser parseAsync flag add new ASYNC_NOT_SUPPORTED error code update ParseTask to support enableAsync add AnalysisOptions.enableAsync flag partially addresses https://github.com/dart-lang/sdk/issues/25373 R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/b852ddc41ac83152f49be92114254f2ec3548633

Patch Set 1 #

Total comments: 8

Patch Set 2 : address comments #

Patch Set 3 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -0 lines) Patch
M pkg/analyzer/lib/src/context/context.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 1 3 chunks +11 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 1 5 chunks +25 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/utilities_general.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/options.dart View 3 chunks +10 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 3 chunks +18 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/options_test.dart View 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
danrubel
4 years, 11 months ago (2016-01-08 17:42:17 UTC) #2
Brian Wilkerson
LGTM This doesn't produce errors for uses of "async for", "await" or "yield". Are you ...
4 years, 11 months ago (2016-01-08 18:43:47 UTC) #3
danrubel
On 2016/01/08 18:43:47, Brian Wilkerson wrote: > This doesn't produce errors for uses of "async ...
4 years, 11 months ago (2016-01-08 20:45:51 UTC) #4
danrubel
4 years, 11 months ago (2016-01-08 20:50:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
b852ddc41ac83152f49be92114254f2ec3548633 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698