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

Issue 806733003: Make futures returned by AnalysisContext cancelable. (Closed)

Created:
6 years ago by Paul Berry
Modified:
6 years ago
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Make futures returned by AnalysisContext cancelable. R=brianwilkerson@google.com, danrubel@google.com Committed: https://code.google.com/p/dart/source/detail?r=42400

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+748 lines, -40 lines) Patch
A pkg/analyzer/lib/src/cancelable_future.dart View 1 chunk +230 lines, -0 lines 3 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 12 chunks +90 lines, -40 lines 0 comments Download
A pkg/analyzer/test/cancelable_future_test.dart View 1 chunk +397 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 2 chunks +29 lines, -0 lines 2 comments Download
M pkg/analyzer/test/test_all.dart View 1 chunk +2 lines, -0 lines 2 comments Download

Messages

Total messages: 8 (2 generated)
Paul Berry
6 years ago (2014-12-15 17:51:06 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/806733003/diff/1/pkg/analyzer/lib/src/cancelable_future.dart File pkg/analyzer/lib/src/cancelable_future.dart (right): https://codereview.chromium.org/806733003/diff/1/pkg/analyzer/lib/src/cancelable_future.dart#newcode15 pkg/analyzer/lib/src/cancelable_future.dart:15: class CancelableCompleter<T> implements Completer<T> { I'd like to ...
6 years ago (2014-12-15 19:49:26 UTC) #3
danrubel
LGTM
6 years ago (2014-12-15 20:32:33 UTC) #4
scheglov
https://codereview.chromium.org/806733003/diff/1/pkg/analyzer/test/test_all.dart File pkg/analyzer/test/test_all.dart (right): https://codereview.chromium.org/806733003/diff/1/pkg/analyzer/test/test_all.dart#newcode24 pkg/analyzer/test/test_all.dart:24: cancelable_future_test.main(); This will make this test suite 2 seconds ...
6 years ago (2014-12-15 21:31:19 UTC) #6
Paul Berry
https://codereview.chromium.org/806733003/diff/1/pkg/analyzer/lib/src/cancelable_future.dart File pkg/analyzer/lib/src/cancelable_future.dart (right): https://codereview.chromium.org/806733003/diff/1/pkg/analyzer/lib/src/cancelable_future.dart#newcode15 pkg/analyzer/lib/src/cancelable_future.dart:15: class CancelableCompleter<T> implements Completer<T> { On 2014/12/15 19:49:26, Brian ...
6 years ago (2014-12-16 16:58:06 UTC) #7
Paul Berry
6 years ago (2014-12-16 17:01:30 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 42400 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698