You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a filesystem watch library and found this one. The README suggested using [clojure-watch "LATEST"] - but I like version locking dependencies so I used [clojure-watch "0.1.9"]. start-watch then hung because the library didn't implement close-watcher until a later release and that function grabbed the REPL thread. Everything worked as expected after switching to 0.1.14.
Would you please consider adding a "WARNING: Releases are not managed on GitHub, the GitHub release is outdated." to the Installation section of the README? Or better yet, deleting the 0.1.9 release (and the 0.1.9 tag too) in GitHub to force people to check Clojars?
Cheers.
The text was updated successfully, but these errors were encountered:
Hey!
I was looking for a filesystem watch library and found this one. The README suggested using
[clojure-watch "LATEST"]
- but I like version locking dependencies so I used[clojure-watch "0.1.9"]
.start-watch
then hung because the library didn't implementclose-watcher
until a later release and that function grabbed the REPL thread. Everything worked as expected after switching to0.1.14
.Would you please consider adding a "WARNING: Releases are not managed on GitHub, the GitHub release is outdated." to the
Installation
section of the README? Or better yet, deleting the 0.1.9 release (and the 0.1.9 tag too) in GitHub to force people to check Clojars?Cheers.
The text was updated successfully, but these errors were encountered: