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

Issue 22986002: Add file watching to pub serve. (Closed)

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

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Revise. #

Total comments: 2

Patch Set 3 : Move some code around. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -145 lines) Patch
M sdk/lib/_internal/pub/lib/src/command/serve.dart View 1 2 3 chunks +172 lines, -84 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/pub_package_provider.dart View 1 2 3 chunks +4 lines, -44 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/serve_from_dependency_asset_test.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/serve_from_dependency_lib_test.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 1 1 chunk +30 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/watch_added_file_test.dart View 1 1 chunk +40 lines, -0 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/watch_modified_file_test.dart View 1 1 chunk +15 lines, -7 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/watch_removed_file_test.dart View 1 1 chunk +15 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bob Nystrom
7 years, 4 months ago (2013-08-13 00:11:41 UTC) #1
nweiz
https://codereview.chromium.org/22986002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart File sdk/lib/_internal/pub/lib/src/command/serve.dart (right): https://codereview.chromium.org/22986002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart#newcode89 sdk/lib/_internal/pub/lib/src/command/serve.dart:89: watcher.events.listen((event) { If we're watching for any changes in ...
7 years, 4 months ago (2013-08-13 00:48:45 UTC) #2
Bob Nystrom
Thanks! https://codereview.chromium.org/22986002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart File sdk/lib/_internal/pub/lib/src/command/serve.dart (right): https://codereview.chromium.org/22986002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart#newcode89 sdk/lib/_internal/pub/lib/src/command/serve.dart:89: watcher.events.listen((event) { On 2013/08/13 00:48:45, nweiz wrote: > ...
7 years, 4 months ago (2013-08-14 23:58:36 UTC) #3
nweiz
One suggestion, otherwise lgtm. https://codereview.chromium.org/22986002/diff/8001/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart File sdk/lib/_internal/pub/lib/src/pub_package_provider.dart (right): https://codereview.chromium.org/22986002/diff/8001/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart#newcode57 sdk/lib/_internal/pub/lib/src/pub_package_provider.dart:57: void watchSources(Barback barback) { It ...
7 years, 4 months ago (2013-08-15 20:43:30 UTC) #4
Bob Nystrom
Thanks! https://codereview.chromium.org/22986002/diff/8001/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart File sdk/lib/_internal/pub/lib/src/pub_package_provider.dart (right): https://codereview.chromium.org/22986002/diff/8001/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart#newcode57 sdk/lib/_internal/pub/lib/src/pub_package_provider.dart:57: void watchSources(Barback barback) { On 2013/08/15 20:43:30, nweiz ...
7 years, 4 months ago (2013-08-15 23:48:18 UTC) #5
Bob Nystrom
7 years, 4 months ago (2013-08-15 23:48:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r26242 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698