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
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
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
When I update the
binaryage/dirac
dependency in mybuild.boot
file from version0.2.0
to0.3.0
, and then I runboot
from the command line, I get the following error message:See: https://github.com/binaryage/dirac/blob/v0.3.0/src/nrepl/dirac/nrepl/sessions.clj#L149
The text was updated successfully, but these errors were encountered: