Skip to content

Commit

Permalink
Update TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Sep 26, 2009
1 parent 118c4c7 commit d80b1fb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion TODO.txt
@@ -1,4 +1,11 @@

* search path for scripts
* allows gems/plugins to bundle own scripts
* use case: foca-protest gem includes /lib/protest.watchr
-> $ watchr protest.watchr # will pick it up

* 1.9 compatibility

* refactor Script#parse!
* only accept paths in initialize?

Expand All @@ -10,7 +17,8 @@
* seems like rev/libev drops the file watch

* test on other platforms
* mswin
x mswin
x cygwin
* bsd
* osx
* solaris
Expand All @@ -21,12 +29,15 @@
* post main links in readme

* eval script within own context?
* use case: using <tt>path</tt> within script accesses Script#path

* respond to different file events?
* modified
* created
* deleted
* etc.
* watch(pattern, EVENT, &action)
* use case: a script updates a manifest file when a file is deleted

* memory profiling / benchmarks

0 comments on commit d80b1fb

Please sign in to comment.