This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-02
Channels
- # beginners (26)
- # bitcoin (1)
- # boot (9)
- # boot-dev (5)
- # cider (26)
- # cljs-dev (1)
- # clojure (190)
- # clojure-finland (1)
- # clojure-italy (42)
- # clojure-nl (20)
- # clojure-russia (3)
- # clojure-sanfrancisco (1)
- # clojure-serbia (1)
- # clojure-spec (50)
- # clojure-uk (16)
- # clojurescript (62)
- # core-async (4)
- # cryogen (1)
- # cursive (6)
- # datascript (1)
- # datomic (36)
- # duct (6)
- # editors (6)
- # emacs (14)
- # graphql (3)
- # leiningen (30)
- # off-topic (21)
- # om (7)
- # parinfer (13)
- # portkey (56)
- # re-frame (2)
- # reagent (2)
- # shadow-cljs (58)
- # vim (1)
- # yada (3)
Someone should probably file a ticket for this, so we won’t forget to investigate what’s going on.
I think I might change the tools.deps jack in integration if I get time, I want to make it easier to provide a custom main
@dominicm @arrdem @dpsutton feel free to add your 2 cents to the issue 🙂
is thrown?
in Clojure something really weird?
Cider doesn't seem to know anything about it, doesn't complete it or suggest what arguments it takes
mm yeah must be something like that
@andrea.crotti thrown?
only works inside is
as part of the clojure.test/assert-expr
multimethod
@dominicm @arrdem @dpsutton feel free to add your 2 cents to the issue 🙂
I’m using CIDER with a remote REPL and trying to navigate stack traces and am getting “No source location”. I have the files locally and they are shared to my remote host via NFS. Is there any way to accomplish this?
@dpsutton - that’s the question…is there a way to configure CIDER to know that the local files correspond to the remote REPL?
Well, connections are always remote technically speaking - you always connect to some server. The problems usually come in the resolution logic (when you expect the metadata for the source locations - obviously when those are on a remote machine it’s not the same as when they are locally available).
You can check cider-find-file
to see what happens there. Haven’t worked on this code for a long time, so I don’t remember much about the implementation.
is there a way to set an environment variable without restarting my Repl somehow?
I have some env variables coming from environ.core/env
but they are only read at JVM boot time right?
Is there a way with cider to jump to known implementations of a protocol?
https://github.com/clojure-emacs/cider/issues/1969 ah, apparently not