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

Issue 11794051: Create an explicit lambda for onExit. (Closed)

Created:
7 years, 11 months ago by Bob Nystrom
Modified:
7 years, 11 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Create an explicit lambda for onExit. This is needed because completer.complete() now takes an optional argument. A function with an optional argument isn't a subtype of the same function without the argument being optional. Committed: https://code.google.com/p/dart/source/detail?r=16817

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M utils/pub/io.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Bob Nystrom
7 years, 11 months ago (2013-01-08 19:00:42 UTC) #1
This fixes a bunch of pub tests. Still more to come.

Powered by Google App Engine
This is Rietveld 408576698