[erlang-questions] new version of file_monitor.erl - beta testers wanted

Richard Carlsson richardc@REDACTED
Mon Jan 12 11:53:01 CET 2009


Vlad Dumitrescu wrote:
> On Sat, Jan 10, 2009 at 23:43, Richard Carlsson <richardc@REDACTED> wrote:
>> I've been rewriting my file monitor module: it's still polling only, but
>> now it's a gen_server, supports recursive monitoring, and is documented:
>> http://svn.process-one.net/contribs/trunk/eunit/doc/file_monitor.html.
> 
> The documentation doesn't match the code. The 'Entries' in the
> returned answer is a list of tuples, like
> {added, <<"filename">>}
> {deleted, <<"filename">>}

Fixed, thanks.

    /Richard



More information about the erlang-questions mailing list