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

Issue 472173004: Skeleton code for running the forthcoming async/await compiler on pub. (Closed)

Created:
6 years, 4 months ago by Bob Nystrom
Modified:
6 years, 4 months ago
Reviewers:
ricow1, nweiz, dgrove
CC:
reviews_dartlang.org, ricow1, Kevin Millikin (Google)
Visibility:
Public.

Description

Skeleton code for running the forthcoming async/await compiler on pub. R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=39530

Patch Set 1 #

Total comments: 23

Patch Set 2 : Revise. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -135 lines) Patch
M sdk/bin/pub View 2 chunks +24 lines, -25 lines 0 comments Download
D sdk/bin/pub_developer View 1 chunk +0 lines, -69 lines 0 comments Download
A + sdk/bin/pub_sdk View 3 chunks +4 lines, -32 lines 0 comments Download
A sdk/lib/_internal/pub/bin/async_compile.dart View 1 1 chunk +102 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/io.dart View 1 1 chunk +18 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 1 2 chunks +37 lines, -1 line 0 comments Download
A tools/create_pub_snapshot.py View 1 1 chunk +61 lines, -0 lines 0 comments Download
M tools/create_sdk.py View 1 chunk +8 lines, -3 lines 0 comments Download
M utils/pub/pub.gyp View 1 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Bob Nystrom
This gets the framework in place to let pub use async/await syntax. It runs a ...
6 years, 4 months ago (2014-08-21 22:06:25 UTC) #1
nweiz
This sounds a little weird, but I think we should add an "ASYNC!" to some ...
6 years, 4 months ago (2014-08-22 19:29:16 UTC) #2
ricow1
dbc https://codereview.chromium.org/472173004/diff/1/tools/create_pub_snapshot.py File tools/create_pub_snapshot.py (right): https://codereview.chromium.org/472173004/diff/1/tools/create_pub_snapshot.py#newcode43 tools/create_pub_snapshot.py:43: '../../sdk/lib/_internal/pub/bin/async_compile.dart', please add a comment about what this ...
6 years, 4 months ago (2014-08-25 06:22:04 UTC) #3
Bob Nystrom
> This sounds a little weird, but I think we should add an "ASYNC!" to ...
6 years, 4 months ago (2014-08-25 17:40:01 UTC) #4
nweiz
lgtm https://codereview.chromium.org/472173004/diff/1/sdk/lib/_internal/pub/bin/async_compile.dart File sdk/lib/_internal/pub/bin/async_compile.dart (right): https://codereview.chromium.org/472173004/diff/1/sdk/lib/_internal/pub/bin/async_compile.dart#newcode23 sdk/lib/_internal/pub/bin/async_compile.dart:23: void main(List<String> arguments) { On 2014/08/25 17:40:00, Bob ...
6 years, 4 months ago (2014-08-25 19:40:56 UTC) #5
Bob Nystrom
On 2014/08/25 19:40:56, nweiz wrote: > lgtm > > https://codereview.chromium.org/472173004/diff/1/sdk/lib/_internal/pub/bin/async_compile.dart > File sdk/lib/_internal/pub/bin/async_compile.dart (right): > ...
6 years, 4 months ago (2014-08-25 20:34:12 UTC) #6
Bob Nystrom
6 years, 4 months ago (2014-08-25 20:39:09 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as 39530 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698