This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-29
Channels
- # aleph (3)
- # announcements (29)
- # babashka (99)
- # beginners (30)
- # calva (46)
- # cider (9)
- # clara (1)
- # cljsrn (4)
- # clojars (10)
- # clojure (41)
- # clojure-dev (4)
- # clojure-europe (45)
- # clojure-nl (3)
- # clojure-norway (13)
- # clojure-uk (5)
- # clojurescript (61)
- # community-development (11)
- # cursive (10)
- # data-science (1)
- # events (1)
- # fulcro (17)
- # graphql (1)
- # gratitude (1)
- # holy-lambda (1)
- # jobs (4)
- # jobs-discuss (5)
- # meander (22)
- # off-topic (50)
- # pedestal (3)
- # re-frame (3)
- # reagent (3)
- # reitit (82)
- # releases (2)
- # rewrite-clj (14)
- # shadow-cljs (3)
- # spacemacs (14)
- # tools-deps (7)
- # xtdb (33)
@cfleming i started getting these exceptions from a socket repl:
Error handling response - class java.lang.IllegalArgumentException: No implementation of method: :err of protocol: #'cursive.repl/Handler found for class: nil
Error handling response - class java.lang.IllegalArgumentException: No implementation of method: :out of protocol: #'cursive.repl/Handler found for class: nil
Error handling response - class java.lang.IllegalArgumentException: No implementation of method: :out of protocol: #'cursive.repl/Handler found for class: nil
IntelliJ IDEA 2021.2.3 (Ultimate Edition)
Cursive: 1.12.0-eap1-2021.2hm… good question. i cannot think of anything special in the project that would cause this. it’s a regular remote socket REPL server that i started using -Dclojure.server.repl="{:port 5555 :accept clojure.core.server/repl}"
.
you may find the full stack traces and other data from the reports that i submitted within IntelliJ IDEA when this exception was thrown.
Hi @cfleming. I have a Leiningen project imported using Cursive. The project.clj
contains the following dependencies:
[com.mycompany/my-maven-project "5.3-SNAPSHOT"] ; Maven
[com.mycompany/my-leiningen-project "5.3-SNAPSHOT"] ; Leiningen
For both of these: the Sources exist within my IDEA project.
When I import the project.clj the my-leiningen-project
is declared as a Module Dependency. However the my-maven-project
is declared as a JAR Dependency.
I would like them both to be Module Dependencies.
1. Is that possible?
2. Am I doing something wrong?
Thanks!