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
The circumspec watcher will enter an infinite loop after adding a clojure file to the test directory without a -test namespace. I added a test_helper.clj file for some common code for tests and hit this issue.
Looks like the last-watched function checks the map of timestamps by appending -test to any clojure file it finds.
The circumspec watcher will enter an infinite loop after adding a clojure file to the test directory without a -test namespace. I added a test_helper.clj file for some common code for tests and hit this issue.
Looks like the last-watched function checks the map of timestamps by appending -test to any clojure file it finds.
See sample project: http://github.com/jharwig/circumspec_watch_bug
The text was updated successfully, but these errors were encountered: