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

Default test script fails under Clojure 1.3 #39

Open
duck1123 opened this issue Jul 31, 2011 · 1 comment
Open

Default test script fails under Clojure 1.3 #39

duck1123 opened this issue Jul 31, 2011 · 1 comment

Comments

@duck1123
Copy link
Contributor

Using c-m-p 1.3.8 with Clojure 1.3-beta1 and the default test script fails with the error:

Exception in thread "main" java.lang.IllegalStateException: Can't dynamically bind non-dynamic var: clojure.test.junit/junit-report
        at clojure.lang.Var.pushThreadBindings(Var.java:339)
        at clojure.core$push_thread_bindings.invoke(core.clj:1716)
        at com.theoryinpractise.clojure.testrunner$eval10503.invoke(run-test7765525700945248109.clj:46)
        at clojure.lang.Compiler.eval(Compiler.java:6406)
        at clojure.lang.Compiler.load(Compiler.java:6843)
        at clojure.lang.Compiler.loadFile(Compiler.java:6804)
        at clojure.main$load_script.invoke(main.clj:282)
        at clojure.main$script_opt.invoke(main.clj:342)
        at clojure.main$main.doInvoke(main.clj:426)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at clojure.lang.Var.invoke(Var.java:401)  
        at clojure.lang.AFn.applyToHelper(AFn.java:161)
        at clojure.lang.Var.applyTo(Var.java:518) 
        at clojure.main.main(main.java:37)
@duck1123
Copy link
Contributor Author

This issue does not exist with 1.3.7

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