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

Issue 46843003: Wrap Directory.watch on linux for the watcher package. (Closed)

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

Description

Wrap Directory.watch on linux for the watcher package. R=rnystrom@google.com BUG=14428 Committed: https://code.google.com/p/dart/source/detail?r=30081

Patch Set 1 #

Total comments: 51

Patch Set 2 : Code review changes #

Patch Set 3 : Couple fixes #

Patch Set 4 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1045 lines, -729 lines) Patch
M pkg/pkg.status View 1 2 chunks +6 lines, -1 line 0 comments Download
M pkg/watcher/lib/src/directory_watcher.dart View 1 3 chunks +21 lines, -243 lines 0 comments Download
A pkg/watcher/lib/src/directory_watcher/linux.dart View 1 2 1 chunk +298 lines, -0 lines 0 comments Download
A + pkg/watcher/lib/src/directory_watcher/polling.dart View 1 10 chunks +43 lines, -107 lines 0 comments Download
A pkg/watcher/lib/src/directory_watcher/resubscribable.dart View 1 1 chunk +79 lines, -0 lines 0 comments Download
M pkg/watcher/lib/src/utils.dart View 1 2 chunks +56 lines, -0 lines 0 comments Download
M pkg/watcher/lib/watcher.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/watcher/test/directory_watcher/linux_test.dart View 1 chunk +62 lines, -0 lines 0 comments Download
A pkg/watcher/test/directory_watcher/polling_test.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A pkg/watcher/test/directory_watcher/shared.dart View 1 2 3 1 chunk +222 lines, -0 lines 0 comments Download
D pkg/watcher/test/directory_watcher_test.dart View 1 chunk +0 lines, -108 lines 0 comments Download
A pkg/watcher/test/no_subscription/linux_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download
A pkg/watcher/test/no_subscription/polling_test.dart View 1 chunk +19 lines, -0 lines 0 comments Download
A + pkg/watcher/test/no_subscription/shared.dart View 2 chunks +6 lines, -16 lines 0 comments Download
D pkg/watcher/test/no_subscription_test.dart View 1 chunk +0 lines, -75 lines 0 comments Download
A pkg/watcher/test/ready/linux_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download
A pkg/watcher/test/ready/polling_test.dart View 1 chunk +19 lines, -0 lines 0 comments Download
A + pkg/watcher/test/ready/shared.dart View 1 chunk +2 lines, -8 lines 0 comments Download
D pkg/watcher/test/ready_test.dart View 1 chunk +0 lines, -104 lines 0 comments Download
M pkg/watcher/test/utils.dart View 1 2 7 chunks +132 lines, -67 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
7 years, 1 month ago (2013-10-31 21:27:56 UTC) #1
Bob Nystrom
https://codereview.chromium.org/46843003/diff/1/pkg/pkg.status File pkg/pkg.status (right): https://codereview.chromium.org/46843003/diff/1/pkg/pkg.status#newcode381 pkg/pkg.status:381: watcher/test/*: StaticWarning What's this for? Can it be fixed? ...
7 years, 1 month ago (2013-11-06 19:24:03 UTC) #2
nweiz
https://codereview.chromium.org/46843003/diff/1/pkg/pkg.status File pkg/pkg.status (right): https://codereview.chromium.org/46843003/diff/1/pkg/pkg.status#newcode381 pkg/pkg.status:381: watcher/test/*: StaticWarning On 2013/11/06 19:24:04, Bob Nystrom wrote: > ...
7 years, 1 month ago (2013-11-07 00:46:36 UTC) #3
Bob Nystrom
One suggestion but LGTM! https://codereview.chromium.org/46843003/diff/1/pkg/watcher/lib/src/directory_watcher/linux.dart File pkg/watcher/lib/src/directory_watcher/linux.dart (right): https://codereview.chromium.org/46843003/diff/1/pkg/watcher/lib/src/directory_watcher/linux.dart#newcode51 pkg/watcher/lib/src/directory_watcher/linux.dart:51: final _subWatchers = new Map<String, ...
7 years, 1 month ago (2013-11-07 18:16:04 UTC) #4
nweiz
https://codereview.chromium.org/46843003/diff/1/pkg/watcher/test/directory_watcher/shared.dart File pkg/watcher/test/directory_watcher/shared.dart (right): https://codereview.chromium.org/46843003/diff/1/pkg/watcher/test/directory_watcher/shared.dart#newcode193 pkg/watcher/test/directory_watcher/shared.dart:193: renameDir("dir/sub", "sub"); On 2013/11/07 18:16:05, Bob Nystrom wrote: > ...
7 years, 1 month ago (2013-11-07 22:46:27 UTC) #5
nweiz
7 years, 1 month ago (2013-11-07 22:49:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r30081 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698