mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.84k stars 153 forks source link

Review the watch functions #124

Closed samoht closed 9 years ago

samoht commented 9 years ago

The watch notifications seem to be quite fragile at the moment, all of this code needs a review/cleanup to make it more stable.

samoht commented 9 years ago

watch_all has a weird signature and is broken (it always return the empty path as changed, which is true but not very useful).

samoht commented 9 years ago

See intersting comments in http://lists.xenproject.org/archives/html/mirageos-devel/2015-03/msg00007.html

samoht commented 9 years ago

See https://github.com/mirage/irmin/pull/187 for an update on this.

samoht commented 9 years ago

This is fixed in 0.9.5