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

Issue 2653143003: IncrementalKernalGenerator watch source callback (Closed)

Created:
3 years, 11 months ago by danrubel
Modified:
3 years, 11 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

IncrementalKernalGenerator watch source callback Update the IncrementalKernalGenerator.computeDelta() method with an optional "watch this source" callback. This new callback notifies the caller when a source should be watched for modifications, and when a source is no longer part of the program and thus no longer needs to be watched. R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/2cc2e63f63283c1571b55ea55e2fb0116a71e1a9

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 (+19 lines, -4 lines) Patch
M pkg/front_end/lib/incremental_kernel_generator.dart View 1 2 chunks +11 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 1 2 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
danrubel
3 years, 11 months ago (2017-01-25 20:05:12 UTC) #2
Paul Berry
https://codereview.chromium.org/2653143003/diff/1/pkg/front_end/lib/incremental_kernel_generator.dart File pkg/front_end/lib/incremental_kernel_generator.dart (right): https://codereview.chromium.org/2653143003/diff/1/pkg/front_end/lib/incremental_kernel_generator.dart#newcode72 pkg/front_end/lib/incremental_kernel_generator.dart:72: /// used when compiling the program. If during a ...
3 years, 11 months ago (2017-01-25 22:03:34 UTC) #3
danrubel
Comments addressed. PTAL. https://codereview.chromium.org/2653143003/diff/1/pkg/front_end/lib/incremental_kernel_generator.dart File pkg/front_end/lib/incremental_kernel_generator.dart (right): https://codereview.chromium.org/2653143003/diff/1/pkg/front_end/lib/incremental_kernel_generator.dart#newcode72 pkg/front_end/lib/incremental_kernel_generator.dart:72: /// used when compiling the program. ...
3 years, 11 months ago (2017-01-25 22:40:41 UTC) #4
Paul Berry
lgtm, thanks!
3 years, 11 months ago (2017-01-25 23:33:43 UTC) #5
danrubel
3 years, 11 months ago (2017-01-26 13:25:37 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
2cc2e63f63283c1571b55ea55e2fb0116a71e1a9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698