This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-06
Channels
- # 100-days-of-code (15)
- # beginners (32)
- # calva (2)
- # cider (37)
- # clara (1)
- # cljs-dev (47)
- # clojure (177)
- # clojure-boston (1)
- # clojure-dev (2)
- # clojure-germany (1)
- # clojure-greece (5)
- # clojure-italy (13)
- # clojure-nl (2)
- # clojure-sanfrancisco (1)
- # clojure-uk (72)
- # clojurescript (46)
- # cursive (20)
- # datascript (7)
- # datomic (14)
- # devcards (6)
- # docker (1)
- # duct (1)
- # emacs (1)
- # figwheel (3)
- # figwheel-main (151)
- # graphql (2)
- # hyperfiddle (1)
- # interop (3)
- # jobs (3)
- # lumo (2)
- # off-topic (21)
- # pedestal (1)
- # re-frame (9)
- # reagent (25)
- # shadow-cljs (57)
- # slack-help (4)
- # specter (21)
- # tools-deps (53)
- # vim (2)
@dottedmag Where are you getting that error? I suspect that you have to enter the alias without the colon, but Cursive should accept both forms. I’ll fix that, but remove the colon for now.
@chris547 The problem is that you have to recompile the java source but then also dynamically load the new classes into the open REPL - that’s not supported right now, although it would definitely be a nice feature. One thing you can do is to run the REPL as a debug REPL, and then IntelliJ will offer to reload the new classes into the process for you using the debug connection - I use that a lot.
@cfleming This happens while trying to refresh a project. I don't enter aliases anywhere, only checking them on/off in Deps tab.
my intellij has upgraded via snap to 2018.3-EAP and i need to reinstall cursive. i can't see it in the new-fangled plugins page. any advice?
is cursive even supported by this new version?
When you do the right thing on a Java interface in intellij, it asks you which of the implementations of the interface you want to go to, ie it gives you a selection of all known interfaces.
ie, bring up a list of known implementations of a function in a protocol and jump to one of them?
@ben.mumford don't think so. Pycharm is also incompatible. Seems like we have to wait a bit 🙂
@dottedmag Ok, thanks - I’ll take a look and see if I can reproduce that. I’m travelling right now so it might take a few days.
@ben.mumford No, it doesn’t yet. As I mentioned above I’m travelling right now, sadly downgrading is probably the only option.
My colleague @davidcerezoinigo and I are having some trouble with using deps edn projects in a monorepo, is there any quirk with .cpcache
we need to be aware of when importing them (latest Cursive eap)
@richiardiandrea Not that I’m aware of, what are you seeing?