This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-02
Channels
- # aleph (3)
- # announcements (2)
- # babashka (4)
- # beginners (74)
- # calva (21)
- # clj-kondo (30)
- # cljs-dev (7)
- # cljsrn (42)
- # clojure (121)
- # clojure-dev (13)
- # clojure-europe (23)
- # clojure-losangeles (2)
- # clojure-nl (2)
- # clojure-norway (7)
- # clojure-spec (140)
- # clojure-uk (58)
- # clojuredesign-podcast (9)
- # clojurescript (49)
- # clojutre (2)
- # cursive (32)
- # datascript (2)
- # datomic (59)
- # duct (7)
- # figwheel-main (6)
- # fulcro (18)
- # graphql (5)
- # jackdaw (1)
- # joker (6)
- # juxt (7)
- # leiningen (9)
- # off-topic (1)
- # pedestal (14)
- # quil (2)
- # re-frame (3)
- # reitit (8)
- # shadow-cljs (78)
- # sql (8)
- # timbre (3)
- # vim (69)
Silly question, but how do I install an EAP version of Cursive?
Thanks! 🙇:skin-tone-2: I remembered that there is a setting for this somewhere but couldn’t find it yesterday
@cfleming Hi! I can't get eap2 to work (eap1 worked):
java.lang.ClassCastException: class com.intellij.idea.IdeaLogger cannot be cast to class org.apache.log4j.Category (com.intellij.idea.IdeaLogger and org.apache.log4j.Category are in unnamed module of loader com.intellij.util.lang.UrlClassLoader @100fc185)
at cursive.stubs$stubs_required$fn__265.invoke(stubs.clj:374)
at clojure.core.protocols$fn__8159.invokeStatic(protocols.clj:168)
@katox Hmm, that’s very strange, I’ve not seen that and I can’t immediately see what the problem might be looking at the code. The only recent changes to the logging code were also in eap1.
But I only updated to to EAP today to try out new Cursive stuff and to see whether some annoying platform bugs are gone.
I tried to uninstall it completely and restart and do a new install and restart. No joy unfortunately.
Dunno if it could be related to the current open project but I imported and opened Neanderthal https://github.com/uncomplicate/neanderthal - it really streches Cursive to its limits. You might want to try it sometimes.
Hello I'm trying to create a new clojure REPL, but I get this error on idea.log (no action on screen, no red ❗ on bottom) https://gist.github.com/souenzzo/6a7637902db530f10ec6282be533816f
@cfleming I also received that exception after upgrading. I clicked "Report to Cursive." It's #2163.
After starting a REPL, I only see this. I could swear there's usually one more message line.
Hitting the X button also seems to leave the REPL running. I see a little green dot by the play button as if the REPL is still running. If I open the Run tab, I am able to stop the REPL there.