We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there!
I am very eager to use this lib but I am having some problems loading it... Do I have to ensure the the version of the cider/repl?
To reproduce:
I installed emidje trough the install package from emacs, added the eval-after-load as suggested and tried to run with cider-jack-in
eval-after-load
cider-jack-in
Here are some versions info. If anything else is needed, I would be happy to provide.
;; CIDER 1.6.0-snapshot (package: 20221109.2212), nREPL 1.0.0 ;; Clojure 1.10.1, Java 11.0.17 emacs --version GNU Emacs 28.2
Here are some error information
[nREPL] Starting server via /usr/bin/lein update-in :dependencies conj \[nrepl/nrepl\ \"1.0.0\"\] -- update-in :plugins conj \[nubank/midje-nrepl\ \"1.2.0-SNAPSHOT\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.28.7\"\] -- repl :headless :host localhost error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: clojure.lang.Compiler$CompilerException: Syntax error compiling at **(midje_nrepl/nrepl.clj:1:1).**
Caused by: java.io.FileNotFoundException: Could not locate cider/nrepl__init.class, cider/nrepl.clj or cider/nrepl.cljc on classpath.
Best regards!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there!
I am very eager to use this lib but I am having some problems loading it... Do I have to ensure the the version of the cider/repl?
To reproduce:
I installed emidje trough the install package from emacs, added the
eval-after-load
as suggested and tried to run withcider-jack-in
Here are some versions info. If anything else is needed, I would be happy to provide.
Here are some error information
Best regards!
The text was updated successfully, but these errors were encountered: