Sha256: df4de446bad7e123402385b0e328c13e5d87b929d33266f6886642120ef77362

Contents?: true

Size: 644 Bytes

Versions: 1

Compression:

Stored size: 644 Bytes

Contents

Features
--------

* watchr -e ( `$ watchr -e "watch('foo.gemspec') { system('gem build foo.gemspec') }"` )
* watchr --auto
* watchr --fetch

* enable ability to watch dirs
  * requires new handler(s)
  * will allow recognizing `:added` events

Bugs
----

* sometimes an action is fired without a file being saved
  * buffer flushing issue?
  * libev issue?
  * probably fixed with event type handling update, which ignores atime
    updates by defaults

* when a file is saved twice quickly, subsequent events are ignored.
  * seems like rev/libev drops the file watch

Other
-----

* add tests for executable
* memory profiling / benchmarks

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watchr-0.6 TODO.md