Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watcher goes into infinite loop if test directory contains clojure code without -test namespace #2

Open
jharwig opened this issue Apr 3, 2010 · 0 comments

Comments

@jharwig
Copy link

jharwig commented Apr 3, 2010

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant