Closed
Description
On this line:
https://github.com/dart-lang/watcher/blob/master/lib/src/directory_watcher/linux.dart#L64
The _onBatch
callback has type List<FileSystemEvent>
but is passed to a parameter of type `dynamic -> void. This relies on deprecated fuzzy arrows, and needs to be fixed.
Context:
dart-lang/sdk#29630
Activity
leafpetersen commentedon Oct 16, 2017
Grabbing this.