-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Watcher should use Directory.watch #14428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Marked this as blocking #13848. |
r30081 adds support for [Directory.watch] on Linux, and r30168 adds it on Mac OS. Now only Windows remains. |
Added Accepted label. |
Removed Area-Library label. |
Removed Library-Watcher label. |
Lowering the priority. The polling watcher doesn't use as much memory now. It would still be good to use the native watcher support, but it's not a burning issue. Removed Type-Defect, Priority-High labels. |
Marked this as being blocked by #19189. |
Landed native watching for Windows in r36988 + followups. While there may still may be tweaks to be made, it passes all current tests. Added Fixed label. |
This issue has been moved to dart-lang/tools#1685. |
The polling watcher is very inefficient and memory-hungry, and is likely contributing towards issue #13848. Now that dart:io exposes native watchers, we should use them where possible.
The text was updated successfully, but these errors were encountered: