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

No such var: string/index-of #16

Closed
boris-arkenaar opened this issue May 12, 2016 · 3 comments
Closed

No such var: string/index-of #16

boris-arkenaar opened this issue May 12, 2016 · 3 comments

Comments

@boris-arkenaar
Copy link

When I update the binaryage/dirac dependency in my build.boot file from version 0.2.0 to 0.3.0, and then I run boot from the command line, I get the following error message:

clojure.lang.ExceptionInfo: No such var: string/index-of
    data: {:file "dirac/nrepl/sessions.clj", :line 149}
java.lang.RuntimeException: No such var: string/index-of

See: https://github.com/binaryage/dirac/blob/v0.3.0/src/nrepl/dirac/nrepl/sessions.clj#L149

@darwin
Copy link
Member

darwin commented May 12, 2016

You are using Clojure 1.7, but Clojure 1.8 is required in 0.3.0. This will be fixed in the next release.

Duplicit #15

@darwin darwin closed this as completed May 12, 2016
@darwin
Copy link
Member

darwin commented May 12, 2016

A temporary fix for you could be to clone this repo and run lein install to install current bleeding edge version into your local maven repo. The fix is already in master: da2bc1e

@boris-arkenaar
Copy link
Author

You're right. I had in my boot properties still version 1.7 for Clojure. Missed that one. Now it works!

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

2 participants